Search found 2162 matches

by Polo
Sun Apr 02, 2017 9:43 am
Forum: Off Topic
Topic: Happy Birthday Fred!
Replies: 64
Views: 25723

Re: Happy Birthday Fred!

Happy birthday :)
by Polo
Tue Dec 06, 2016 8:06 pm
Forum: Applications - Feedback and Discussion
Topic: GridGadget
Replies: 60
Views: 43330

Re: GridGadget

I'm a bit sad 'cause it was inplicitly stated that the code could be sold for Windows... but it ain't?

...
I haven't had much time to work on it recently - the grid is used in the Purebasic IDE for the form designer properties panel to see an example in action (it's fully crossplatform, not just ...
by Polo
Mon Jun 06, 2016 5:42 pm
Forum: The PureBasic Form Designer
Topic: [Done] Font gadgets
Replies: 6
Views: 11433

Re: [Done] Font gadgets

Sorry, all the recent fixes I've made on the Form Designer will be in the next beta!
by Polo
Fri Apr 01, 2016 10:30 am
Forum: Off Topic
Topic: Happy Birthday Fred!
Replies: 64
Views: 25723

Re: Happy Birthday Fred!

Bon anniversaire Fred 8)
by Polo
Fri Mar 25, 2016 3:29 pm
Forum: The PureBasic Form Designer
Topic: [5.31b1] Max-Prop. in ProgressBar, ScrollBar, Spin, Trackbar
Replies: 4
Views: 6930

Re: [5.31b1] Max-Prop. in ProgressBar, ScrollBar, Spin, Trac

Do you still have this problem? I did not manage to reproduce it.
by Polo
Fri Mar 25, 2016 3:26 pm
Forum: The PureBasic Form Designer
Topic: [Done] DateGadget forget date() parameter
Replies: 1
Views: 2976

Re: DateGadget forget date() parameter

Fixed. It will now put 0 as the current date if flags are specified.
by Polo
Fri Mar 25, 2016 2:45 pm
Forum: The PureBasic Form Designer
Topic: [Done] Font gadgets
Replies: 6
Views: 11433

Re: Font gadgets

Fixed.
by Polo
Fri Mar 25, 2016 2:03 pm
Forum: The PureBasic Form Designer
Topic: [Done] Form Designer creates duplicate constant names
Replies: 3
Views: 4178

Re: [Done] Form Designer creates duplicate constant names

For the issues or feature requests from the first post, just create one topic per bug or requests as otherwise it's not manageable.
by Polo
Fri Mar 25, 2016 2:01 pm
Forum: The PureBasic Form Designer
Topic: [Done] Form Designer creates duplicate constant names
Replies: 3
Views: 4178

Re: Form Designer creates duplicate constant names

Marc56us wrote:If you perform an object copy, rename it immediately and do not forget to change fields before pressing F5 if not it does not validate the last entry. (therefore there may be duplicate names)
Fixed.
by Polo
Fri Mar 25, 2016 1:46 pm
Forum: The PureBasic Form Designer
Topic: [Done] - Caption and "Caption is a variable ?" feature
Replies: 5
Views: 5612

Re: [PB5.11] - Caption and "Caption is a variable ?" feature

Hello,

I noticed a wrong behavior with Form Designer 5.11.

Follow these steps :
Step 1 - write a caption String "This is my Caption" when "Caption is a variable ?" option is unchecked
Step 2 - check it, an error occur : "Invalid character in variable name" --> It's the correct behavior.
Step 3 ...
by Polo
Fri Mar 25, 2016 1:35 pm
Forum: The PureBasic Form Designer
Topic: Text Gadget and no variable
Replies: 4
Views: 4012

Re: Text Gadget and no variable

I can see why in some situation keeping the pointer is not necessary, although the form designer is made to keep track of each gadget's id or pointer so I'm afraid it will remain as it is.
by Polo
Fri Mar 25, 2016 1:16 pm
Forum: The PureBasic Form Designer
Topic: [Done] ListIcon Bug in 5.42 LTS
Replies: 1
Views: 2765

Re: ListIcon Bug in 5.42 LTS

Unless I'm wrong, it's because this has to be changed using SetGadgetAttribute.
I've removed the flag to avoid confusion.
by Polo
Tue Feb 16, 2016 9:23 pm
Forum: The PureBasic Form Designer
Topic: Form-Designer generates wrong code for String Gadgets?
Replies: 43
Views: 28412

Re: Form-Designer generates wrong code for String Gadgets?

Wow.

With the hundreds of hours I have spent working on the Form Designer and providing it to the Purebasic community for free, I obviously feel a bit hurt with all the criticisms my product is getting at the moment.
I know it is far from perfect, I know there are quite a few things that could and ...