Page 1 of 2
Edit windows.xfrm in XIDE 1.12
Posted: Thu Dec 21, 2017 9:43 am
by Anonymous
Hi All
Is there a trick to edit window.xfrm in XIDE 1.12
Thank you for the reply
Yours sincerely
Johan Kwaspen
Belgium
Edit windows.xfrm in XIDE 1.12
Posted: Thu Dec 21, 2017 12:34 pm
by Chris
Hi Johan,
No, XIDE uses a very different system for saving the contents of the window (it uses custom .wed files that contain definitions for all windows/menus etc that are included in any .prg), so unfortunately you cannot share the same (binary) files.
If you use the newer versions of VOXporter/XIDE of the latest build, the .wed files are now automatically created, so now the windows will be automatically visible in XIDE, without needing to do something yourself. I you want to do that for a project that you have already exported before, so you do not want to re-export it, you can still do it in a temporary folder and copy/paste the .wed files to the old exported folder. If you want, I will send you more detailed info about this.
Chris
Edit windows.xfrm in XIDE 1.12
Posted: Thu Dec 21, 2017 12:38 pm
by Chris
Oops, sorry, looks like we didn't include the new VOXporter version in the last X# build. Johan, I'll send it to you by email.
Chris
Edit windows.xfrm in XIDE 1.12
Posted: Thu Dec 21, 2017 2:46 pm
by JKW
Thanks Chris !
I will wait for your mail
Regards, and a Merry Christmas
Johan Kwaspen
Belgium
Edit windows.xfrm in XIDE 1.12
Posted: Thu Dec 21, 2017 2:59 pm
by Chris
Hi Johan,
Please check your mail. Merry Christmas also to you and everybody else!
Chris
Edit windows.xfrm in XIDE 1.12
Posted: Thu Dec 21, 2017 4:50 pm
by GregG
Hi Chris,
Would you mind sending it to me as well, along with the instructions for importing WED files into an already XPorted project?
Thanks,
Greg
Edit windows.xfrm in XIDE 1.12
Posted: Thu Dec 21, 2017 5:24 pm
by Chris
Hi Greg,
Just sent it!
Guys, if it's working ok for you, I will then also package and upload it to the downloads area.
Chris
Edit windows.xfrm in XIDE 1.12
Posted: Fri Feb 16, 2018 10:18 am
by SHirsch
Hi Chris,
Is the new VOExporter also available for public? In VS2017 editing forms is possible. But I like XIDE and would prefer to edit forms also in XIDE.
Regards,
Stefan
Edit windows.xfrm in XIDE 1.12
Posted: Fri Feb 16, 2018 2:07 pm
by Chris
Hi Stefan,
Please check your email, I have just sent it to you, hope it passes spam filters
Will also uploaded it to the website.
Chris
Edit windows.xfrm in XIDE 1.12
Posted: Fri Feb 16, 2018 7:37 pm
by SHirsch
Hi Chris,
thank you, now the forms can be opened and changed in XIDE.
But I have some more questions:
- at first open an form this error message appears (with no problems I can say so far)
- Error_XIDE_1.PNG (13.67 KiB) Viewed 771 times
- 'Inherit from Class' and 'Font' just show '<Auto>' in Listbox
- after changing a form the resource file is changed from
Code: Select all
dlg_Auswert_Sonder DIALOGEX 16, 28, 604, 348
STYLE 4|128|2147483648|12582912|524288
to
Code: Select all
dlg_Auswert_Standard DIALOGEX 0, 0, 502, 283
STYLE DS_3DLOOK|WS_POPUP|WS_CAPTION|WS_SYSMENU|DS_MODALFRAME
The defines in STYLE are not defined.
- Where can I define these values globally?
- Or, where can I change the template (to fix numeric values as before)?
X# and XIDE are great. After 20h of changing, refactoring and removing some code my framework and main app is compiling and starting. Crashing in many parts. But these are solvable problems. In Vulcan after more than 100h of work compiling 30% of the code was not possible. So I say (write) it again great job.
Regards,
Stefan