Page 2 of 2
Re: Dialog XML creation - Changes in processing with PB5.40?
Posted: Sun Jan 03, 2016 12:59 am
by Andre
Korolev Michael wrote:The following XML code is programmatically created by my application
Do u have own XML designer? Can u share it?
Sorry, no.
I haven't any own XML/Dialog designer (which would be good).
With 'programmatically' I meant, that I have no 'fixed' XML code (inside the code or as external file). It's created on-the-fly by my program - depending on the informations which should be displayed in the window...
PS: The bug in PB5.40 displayed with the example code above was fixed with PB5.41

Re: Dialog XML creation - Changes in processing with PB5.40?
Posted: Sun Jan 03, 2016 1:34 am
by Korolev Michael
Looks like you know the ropes of Dialog-XML.
Can you pay your attention to
this question, please?
Re: Dialog XML creation - Changes in processing with PB5.40?
Posted: Tue Jan 05, 2016 1:14 am
by Andre
Korolev Michael wrote:Looks like you know the ropes of Dialog-XML.
Can you pay your attention to
this question, please?
Just done, and replied in the mentioned thread.
Beside of that: I've no view on internals of PB (including the Dialog). I just have some experience using it, including a lot of 'trial and error'. Missing things or reported bugs from me you can find on the forum...

Re: Dialog XML creation - Changes in processing with PB5.40?
Posted: Wed Jan 06, 2016 5:18 pm
by pwd
I didn't want to create a separate topic, since this topic's caption sounds pretty general.
- Is there any more detailed information about Dialog system except of this few replies?
- Does Dialog system suppose to be used with Menu/Tool/StatusBars? My attempts to create Menu/Tool/StatusBar after opening XML Dialog lead to visual glitches (e.g. gadgets were overlapping toolbar, statusbar was overlapping gadgets, gadgets at the window bottom were shifted beyond windows visible area, etc.)
- Is OpenGLGadget supported by Dialog system?
Re: Dialog XML creation - Changes in processing with PB5.40?
Posted: Wed Jan 06, 2016 6:53 pm
by Andre
pwd wrote:
- Is there any more detailed information about Dialog system except of this few replies?
- Does Dialog system suppose to be used with Menu/Tool/StatusBars? My attempts to create Menu/Tool/StatusBar after opening XML Dialog lead to visual glitches (e.g. gadgets were overlapping toolbar, statusbar was overlapping gadgets, gadgets at the window bottom were shifted beyond windows visible area, etc.)
- Is OpenGLGadget supported by Dialog system?
While the thread mentioned at first looks interesting and contains some informations which are probably not included yet in the manual, you will find "only" some threads with Q&A and several examples here on the forum.
The additional points sound like feature requests (if not already). There are some more created by me...