Page 1 of 1

User to set default value for #PB_Any option[Closed]

Posted: Thu May 23, 2013 11:04 pm
by Neil
Hi Polo,

Is it possible for the user to set the default value for the #PB_Any option ??

Thanks

Neil

Re: User to set default value for #PB_Any option

Posted: Fri May 24, 2013 12:09 am
by jassing
I would doubt it very much, even as a hack; since it would require code changes to every other function that uses it directly or indirectly.

Re: User to set default value for #PB_Any option

Posted: Fri May 24, 2013 12:35 am
by rsts
I'm not sure a default value for #PB_any would make much sense.

Re: User to set default value for #PB_Any option

Posted: Fri May 24, 2013 2:00 am
by Neil
Hi All,

Sorry for confusion !!

I meant the default toggle selection in the Form Designer to use #PB_Any or not for gadgets.

Re: User to set default value for #PB_Any option

Posted: Fri May 24, 2013 3:03 am
by TI-994A
Neil wrote:I meant the default toggle selection in the Form Designer to use #PB_Any or not for gadgets.
From the PureBasic IDE, FILE -> PREFERENCES -> FORM -> check/uncheck New Gadgets use #PB_Any by default.

Re: User to set default value for #PB_Any option

Posted: Fri May 24, 2013 5:21 am
by Neil
TI-994A wrote:
Neil wrote:I meant the default toggle selection in the Form Designer to use #PB_Any or not for gadgets.
From the PureBasic IDE, FILE -> PREFERENCES -> FORM -> check/uncheck New Gadgets use #PB_Any by default.
Hi TI-994A,

Thanks very much for that - I didn't realize that the Form designer was so well integrated into the IDE.

Cheers,

Neil