Search found 7 matches

by cbrescia
Thu Jul 03, 2014 3:53 pm
Forum: The PureBasic Form Designer
Topic: Added controls always default to Tab1 parent
Replies: 0
Views: 2751

Added controls always default to Tab1 parent

When a control is added to any Tab other than Tab1, the parent Tab property of the control always has a Tab 1 value

To see it

1) Create a new form
2) Put a panel on it
3) Create a new Tab2
4) Select Tab2 to be the active one
5) Put a button on Tab2
6) Select Button Parent property in Layout ...
by cbrescia
Wed Jun 18, 2014 1:20 am
Forum: The PureBasic Form Designer
Topic: [Done] Panel control default behavior
Replies: 2
Views: 3838

Re: [Done] Panel control default behavior

Using Purebasic 5.3 beta 4

1) Create a new form
2) Put a panel on it and resize it bigger
3) Create a new Tab2 with the right button pop up menu
4) Select Tab2 to be the active one
5) Put a button on Tab2
6) Select Parent in Layout

The control parents showed are Panel_0 and Tab1 instead of Tab2 ...
by cbrescia
Tue Apr 22, 2014 8:35 pm
Forum: The PureBasic Form Designer
Topic: [Done] Panel control default behavior
Replies: 2
Views: 3838

[Done] Panel control default behavior

The Panel control default behaviour is not the usual. If a panel is firstly put on a form, after creating additional tabs with the pop up menu, when a new control is dragged over it, it defaults to the Windows_0 as the parent control. not to the active tab panel in the designer.

This attribute can ...
by cbrescia
Fri Feb 15, 2013 7:09 pm
Forum: Off Topic
Topic: MS security essentials upgrade error 0x80070645
Replies: 8
Views: 2909

MS security essentials upgrade error 0x80070645

Maybe many of you are using MS Security Essentials or just are unaware that automatic update installs it.
If you have to upgrade it and find a message "0x80070645 error cannot install" and drives you crazy for 2 days until thinking to change the Antivirus because online "MS Fix it" does not work at ...
by cbrescia
Sun Jan 27, 2013 3:38 pm
Forum: The PureBasic Form Designer
Topic: Main File
Replies: 1
Views: 1571

Main File

If the existence of an event file, and having in preference->form main loop and event loop checked, are opposite exclusive options alternatives; why in the first case, if an event file exists do not create a main file for the project with the main loop and included files?

Regards
by cbrescia
Wed Dec 26, 2012 3:47 pm
Forum: The PureBasic Form Designer
Topic: 5.10 b1 Form designer problems
Replies: 24
Views: 8813

Re: 5.10 b1 Form designer problems

In the next version of the Form Designer I don't get how it is going to be yet, but in the actual one,before creating a new form, in (Preferences> form), you have to enable or disable the main loop generation according to what type of window is: main, secondary, etc. and disabling or enabling the ...
by cbrescia
Wed Sep 03, 2008 7:17 pm
Forum: Feature Requests and Wishlists
Topic: Modules
Replies: 46
Views: 26137

Gtk style

Another way of doing large projects more readable and manageable is using the Gtk+ and some other libraries approach, (without entering OOP which would be advisable) is something like...

ControlEventHandler(Window,Control,function) // which is a call

Function // implementation
EndFunction

Modules ...