toolbar and dialog

Discuss GUI programming with the RapaGUI plugin here
Post Reply
ilbarbax
Posts: 155
Joined: Thu Apr 01, 2010 6:41 pm

toolbar and dialog

Post by ilbarbax »

It seems that toolbar is not working on dialog, Hollywood crashes (under Windows).

I use this code (don't care to the square brackets)

[[<dialog ID="Preference" title="]]..obj[entity].name..[[" width="250">
<vgroup>
<toolbar>
<button id="pd_Ok" icon="19"/>
<button id="pd_canc" icon="20"/>
</toolbar>
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: toolbar and dialog

Post by airsoftsoftwair »

Yes, that's clearly a bug. Will be fixed.

Btw, please use the [code] ... [/code] tags when posting code. This is more important now because of the new autolinks feature. See here: viewtopic.php?f=19&t=3112
Post Reply