Questions about the new XmlDialog
- Andre
- PureBasic Team
- Posts: 2137
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Re: Questions about the new XmlDialog
Thanks guys for your examples.
@hallodri: your example work fine...
@Fred: your example doesn't display the listicon gadget here, on my MacOS 10.5.8
What my original wish with including also the listicon columns into the Dialog system means, is automatic resizing also of the columns. With the solutions now, the Listicon size gets resized with the window size, but the column width stay at their initial size.
Would be nice, if this can be included. Else it further must be done manually...
@hallodri: your example work fine...
@Fred: your example doesn't display the listicon gadget here, on my MacOS 10.5.8
What my original wish with including also the listicon columns into the Dialog system means, is automatic resizing also of the columns. With the solutions now, the Listicon size gets resized with the window size, but the column width stay at their initial size.
Would be nice, if this can be included. Else it further must be done manually...
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Questions about the new XmlDialog
Got my dunce hat on.
Can anyone give a concise, clear explanation about when to use a Dialog form instead of a 'regular' form, and why?
Can anyone give a concise, clear explanation about when to use a Dialog form instead of a 'regular' form, and why?

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Questions about the new XmlDialog
You have automatic layout, so if you change the font size, all gets properly reordered. Also Linux/OS X and Windows doesn't have the same default font size, so you need to adjust manually your gadget position if you don't use a layout manager.
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Questions about the new XmlDialog
In that case, I propose that the PB Form Designer has a switch/option to produce either a traditional form or an XML dialog form.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Questions about the new XmlDialog
I want to write an import/export XML dialog which could be used for any form.IdeasVacuum wrote:In that case, I propose that the PB Form Designer has a switch/option to produce either a traditional form or an XML dialog form.
Best option as you don't loose the convenience of having the PB source code of the form, with still being able to modify the dialog when it's exported.
However, this is not for now, it's a big work and I would need time for that.
Re: Questions about the new XmlDialog
Polo wrote:it's a big work and I would need time for that.


PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Re: Questions about the new XmlDialog
Same problem here: Windows 7-64 PB5.20LTS Beta13.Andre wrote: @Fred: your example doesn't display the listicon gadget here, on my MacOS 10.5.8
First tab shown. No list Icon gadget.
DE AA EB
Re: Questions about the new XmlDialog
True, we have fixed some bug since the beta 13. It will work for the next version.
Re: Questions about the new XmlDialog
Thanks, Fred.
I think Dialog is the hidden gem in PB5.20!
I think Dialog is the hidden gem in PB5.20!

DE AA EB
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Questions about the new XmlDialog
You have plenty of time to do that between the 8th and 12th days of each week.........However, this is not for now, it's a big work and I would need time for that.

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Questions about the new XmlDialog
Hello,
1 / Quick question regarding gridbox:
Are there any plans for a future version, the implementation of a value of "weight" to the size of cells on the same line to manage finer creating interfaces (like in Java).
2 / I'm not at all understood how the multibox. If anyone has an example, I'm interested.
Bye
1 / Quick question regarding gridbox:
Are there any plans for a future version, the implementation of a value of "weight" to the size of cells on the same line to manage finer creating interfaces (like in Java).
2 / I'm not at all understood how the multibox. If anyone has an example, I'm interested.
Bye
Re: Questions about the new XmlDialog
IdeasVacuum wrote:You have plenty of time to do that between the 8th and 12th days of each week.........However, this is not for now, it's a big work and I would need time for that.
