[PB 4.30 Final] Visual Designer generates CreateGadgetList()

You need some new stunning features ? Tell us here.
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

[PB 4.30 Final] Visual Designer generates CreateGadgetList()

Post by Little John »

I wrote it already some time ago in another place, but I suppose it's better to post a note in this sub-forum, too.
In PB 4.30, the Visual Designer shouldn't generate a CreateGadgetList() command any more.

Regards, Little John
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

The old VD that is still included wit the current PB versions is EOL
No more changes will be done.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

So are any new versions planned?
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> No more changes will be done

So are you going to release it to someone else to maintain? When you first
took it over we expected regular updates, but it's been obvious for some time
that you don't have time for it anymore, and now proved by your above comment.
So the team should release it to somebody else, IMO.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

We have plan to update the VD for a next version (crossplatform in mind).
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Rook Zimbabwe wrote:So are any new versions planned?
New version is in alpha stage for Windows an Linux as you can read in this forum section
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

Berikco wrote:New version is in alpha stage for Windows an Linux as you can read in this forum section
... and the beta stage begins on the same day when 'Duke Nukem Forever' will be released ;-)

Greetings ... Kiffi
Hygge
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Kiffi wrote:
Berikco wrote:New version is in alpha stage for Windows an Linux as you can read in this forum section
... and the beta stage begins on the same day when 'Duke Nukem Forever' will be released ;-)

Greetings ... Kiffi
No, Fred has already stated some months ago that he will continue the VD development
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

Delete or comment out two whole lines of generated code to fix it.

I can live with that for now.
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Re: [PB 4.30 Final] Visual Designer generates CreateGadgetList()

Post by Marco2007 »

@PB-Team:

I think, I´m not the only one, who likes the current VD like it is -> Is it that much work to re-compile the current standard-VD for PB4.40? It also should work on Win 7 and Vista without setting the useraccountsettings to the lowest level....

The VD is just a tool to save time, when creating an app-window...nothing more...so the standard-VD is enough and very good.
...would be great! :D

thx

PS: I know, you wanna not develop the current VD anymore, but...
PureBasic for Windows
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re:

Post by Kuron »

Berikco wrote:No, Fred has already stated some months ago that he will continue the VD development
Fred could you give us an idea of when we might see a new version of the VD introduced?
Best wishes to the PB community. Thank you for the memories. ♥️
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [PB 4.30 Final] Visual Designer generates CreateGadgetList()

Post by Fred »

It's planned.. But we want to do it right so it will take some time.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: [PB 4.30 Final] Visual Designer generates CreateGadgetList()

Post by Trond »

Do you plan a way for gadgets to automatically resize (similar to native gtk) or won't this happen?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [PB 4.30 Final] Visual Designer generates CreateGadgetList()

Post by Fred »

You will see :P
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: [PB 4.30 Final] Visual Designer generates CreateGadgetList()

Post by Michael Vogel »

If the VD will be enhanced in the future, I'd like to get some additional functions for the output file format, just some ideas here...
• allow adding ;AddGadgetTooltip(#Gadget,...)
• allow relative positions to a master gadget for faster fine tuning (output uses constants for positions)
• allow different auto naming systems for gadget constants (e.g. #Dialogname_Gadgetname, #Gadgetname
Post Reply