DialogDesigner2 — a tool to compose XML dialogs
Re: DialogDesigner2 — a tool to compose XML dialogs
Thank you Lunasole for keeping your project alive and evolving.
I still haven’t figured out how to use it intelligently, but it’ll come to me... eventually.
I still haven’t figured out how to use it intelligently, but it’ll come to me... eventually.
PB Forums : Proof positive that 2 heads (or more...) are better than one 

Re: DialogDesigner2 — a tool to compose XML dialogs
Well I'm using it for myself so it anyway will be alive while I'm doing something in PBBlue wrote:Thank you Lunasole for keeping your project alive and evolving.
I still haven’t figured out how to use it intelligently, but it’ll come to me... eventually.

Should be still fine to create some small&simple UIs quickly.
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
-
- User
- Posts: 47
- Joined: Sun Feb 18, 2007 11:57 am
Re: DialogDesigner2 — a tool to compose XML dialogs
Hello.
Can't download last version on geocities.
Any clues ?
Thanks.
Can't download last version on geocities.
Any clues ?
Thanks.
Re: DialogDesigner2 — a tool to compose XML dialogs
Are such (xml) dialog windows dpi aware by default or is there anything else necessary so
that they always scale their content correctly (even on Windows 8.1+ with multiple monitors with different scaling factors)?
that they always scale their content correctly (even on Windows 8.1+ with multiple monitors with different scaling factors)?
Re: DialogDesigner2 — a tool to compose XML dialogs
Sorry for my dissapearing, I was not coding in PB for a long time^^linkerstorm wrote:Hello.
Can't download last version on geocities.
Any clues ?
Thanks.
It should download OK. But well, that geocities is outdated a lot and still uses http-only, maybe your browser makes problem of this.
I'm planning to change hosting, not sure when.
They are not. Extra things are required for that to do, DD2 includes such an option when generates code (and anyway it requires additional exe manifest, or call to DPI-aware APIs)jacky wrote:Are such (xml) dialog windows dpi aware by default or is there anything else necessary so
that they always scale their content correctly (even on Windows 8.1+ with multiple monitors with different scaling factors)?
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Re: DialogDesigner2 — a tool to compose XML dialogs
Remembered of this old stuff and at least updated a link in 1st post
I would post the sources also, but don't thing it's much interesting for someone except me.

I would post the sources also, but don't thing it's much interesting for someone except me.
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Re: DialogDesigner2 — a tool to compose XML dialogs
Oh yes, yet another my return to this forum with similar postLunasole wrote: Sun Feb 28, 2021 8:39 am I would post the sources also, but don't thing it's much interesting for someone except me.

Though this time I updated to a newer version a bit:
And while sitting at night and thinking all the things also decided to post here (as I'm eventually updating some my topics here, as well as cleaning up from previous "inadequate" I was producing in past conditions sometime).1.0.1.6
- Output: new mode of callbacks generation (generated code)
- Output: custom callbacks may be defined; same callback can bind to several controls if set (generated code)
- Output: now sorting items within InitDialogs() (generated code)
- Options: removed "add <this> variable to callback"
- Same timestamp naming (like with XML export) added to code export
- Yet another small change related to last.dir
1.0.1.5
- Fixed IMA caused sometimes by tree drag&drop
- Added hyperlink leftclick event
- A bit changed exported code
- Now saving XML files uses unique names (timestamp)
- Saving code doesn't store path in config
- Minor UI&design changes
- Going "proprietary" again![]()
Still don't know what to do with it further, may be release sources finally as though before, also there was idea to integrate it to PB IDE (but that's even more time takes and currently I'm unable with all my chaos, so just bringing sources might be better. Will see later anyway^^).
// that all jokes about "proprietary", "genuine" of my english.
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Re: DialogDesigner2 — a tool to compose XML dialogs
As a fan of XML dialogues I need to give it a try.
Unfortunately I'm running into limitations from time to time and enhancing the integrated seems not be a sidejob...
Unfortunately I'm running into limitations from time to time and enhancing the integrated seems not be a sidejob...
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: DialogDesigner2 — a tool to compose XML dialogs
Finally posted sources (the link is at the same page where downloads).
But they are without other files, no project file also, and so on (and additionally passed through my newly created tool to "cleanup" code before such releases^^).
Anyway at least something.
There is also still a switch remaining which locked the full version previously, so need do define "#IS_FULL = 1" at compiler constants.
Not much nice, but let it be for now.
But they are without other files, no project file also, and so on (and additionally passed through my newly created tool to "cleanup" code before such releases^^).
Anyway at least something.
There is also still a switch remaining which locked the full version previously, so need do define "#IS_FULL = 1" at compiler constants.
Not much nice, but let it be for now.
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Re: DialogDesigner2 — a tool to compose XML dialogs
There also enough of old code which I was too lazy to improve, etc.
Anyway the file posted can be built and works, so if someone wishes to try, ask for details.
// the idea to place THIS directly to PB IDE code probably is really too much, better leave as a separated tool
Anyway the file posted can be built and works, so if someone wishes to try, ask for details.
// the idea to place THIS directly to PB IDE code probably is really too much, better leave as a separated tool
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Re: DialogDesigner2 — a tool to compose XML dialogs
del
Last edited by Lunasole on Sun Apr 16, 2023 8:42 pm, edited 1 time in total.
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Re: DialogDesigner2 — a tool to compose XML dialogs
One more update.
1.0.1.7
- Fixed XML error when reading broken config file (config routine is outdated anyway)
- Added "margin" param for windows
- Changed icons theme
- Some code review (oh yes that old code really was and still remains far too messy, as it always was just a quick tool, but sometimes I'm changing something^^)
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
Re: DialogDesigner2 — a tool to compose XML dialogs
Windows 11, 3840x2160
Anything over 200% scale program has scaling issues. Windows recommends 300% at 4k and defaults to that
Anything over 200% scale program has scaling issues. Windows recommends 300% at 4k and defaults to that
Re: DialogDesigner2 — a tool to compose XML dialogs
300%? Must be a tiny monitor. My Windows 11 defaults 150% for 28".
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: DialogDesigner2 — a tool to compose XML dialogs
65" 4K TV I run it at 250% but 300% default/recommendedjacdelad wrote: Sun Dec 01, 2024 8:56 am 300%? Must be a tiny monitor. My Windows 11 defaults 150% for 28".
My 16" laptop is 150% default/recommended at 2560x1600
My 15" work laptop is 1920x1080 at 125% default
Edit: Was going to fix this but git is incomplete. It looks like it's defaults used around scale macros but I couldn't test. The non-descript way macros are almost looks like some type of JIT language obfuscator lol