Page 3 of 3
Re: PureBasic 4.60 beta 4
Posted: Sat Aug 27, 2011 3:55 am
by electrochrisso
Great work PB team and thanks very much.

I have done a bit of testing, everything running great and have only notice one small bug still existing for me so far... Color Picker still mess up the RGB HSL boxes when switching between RGB Panel and the other ones when using in a separate window, but is ok when used in the ToolsPanel.
I love the feature of being able to have the help in ToolsPanel too, saves a lot of window switching.

A great added feature would be to be able to toggle between two ToolsPanel display widths so to quickly expand and decrease the view of the help and code areas.
Re: PureBasic 4.60 beta 4
Posted: Sun Aug 28, 2011 2:28 am
by kenmo
Just noticed the "View Changes" and "Compare Files" tools in the IDE... nice addition, more thanks!
Re: PureBasic 4.60 beta 4
Posted: Mon Aug 29, 2011 12:28 pm
by ColeopterusMaximus
Sweeet!
Re: PureBasic 4.60 beta 4
Posted: Mon Aug 29, 2011 9:23 pm
by Little John
Thank you very much! Time for a donation.
Best regards, Little John
Re: PureBasic 4.60 beta 4
Posted: Wed Sep 07, 2011 5:20 pm
by Wladek

Why ?
Re: PureBasic 4.60 beta 4
Posted: Wed Sep 07, 2011 5:36 pm
by ts-soft
Wladek wrote:Why ?
Old incompatible UserLib!
Re: PureBasic 4.60 beta 4
Posted: Wed Sep 07, 2011 6:05 pm
by Wladek
ts-soft wrote:
Old incompatible UserLib!
Thanks, and sorry
Re: PureBasic 4.60 beta 4
Posted: Wed Sep 07, 2011 7:06 pm
by kenmo
No need to apologize!
PushListPosition() and PopListPosition() are so useful, especially for making some procedures (which use lists) very self-contained and modular.
I just want to add even more thanks for these small but valuable new features!
Re: PureBasic 4.60 beta 4
Posted: Thu Sep 08, 2011 10:24 am
by blueznl
kenmo wrote:No need to apologize!
PushListPosition() and PopListPosition() are so useful, especially for making some procedures (which use lists) very self-contained and modular.
I just want to add even more thanks for these small but valuable new features!
Aaaaaaah! I overlooked those, they will really come in helpful when doing recursive stuff, or reusing the same list over and over again, as I've done in some code...
Re: PureBasic 4.60 beta 4
Posted: Thu Sep 08, 2011 10:49 am
by Foz
Yup already replaced a bunch of pointer assigning and ChangeCurrentElement!
That and the Canvas Gadget are probably the most useful additions to this release - well, for me anyway!