First of all - thank you Chris for your quick help and the updates!
“Bind Events in an IncludeFile” Since these file gets overwritten each time the form code is generated, it's more or less useless (my understanding of handling the file:) ) These Procedures are also handled in the Mainfile.
If you ...
Search found 4 matches
- Mon Dec 08, 2025 10:24 am
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 770
- Views: 347056
- Sun Dec 07, 2025 6:44 pm
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 770
- Views: 347056
Re: IceDesign GUI designer
Ahh, I've to include to get rid off
My fault
THX Chris
My fault
THX Chris
- Sun Dec 07, 2025 3:25 pm
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 770
- Views: 347056
Re: IceDesign GUI designer
Might be a mistunderstandig!?
I want to create the form with IceDesigner and include the generated code in the main program.
How can I get rid of these Open_frmMain()
It will be called from the Main program.
THX Joe
I want to create the form with IceDesigner and include the generated code in the main program.
How can I get rid of these Open_frmMain()
It will be called from the Main program.
THX Joe
- Sun Dec 07, 2025 10:52 am
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 770
- Views: 347056
Re: IceDesign GUI designer
Hi Chris,
regarding the "Bind Event" in above Picture:
"Create Code" still puts the Procedures into the form code, even if "Bind Events in an IncludeFile" is checked.
"Create Code" also puts a
;- Main Program
If Open_frmMain()
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
into ...
regarding the "Bind Event" in above Picture:
"Create Code" still puts the Procedures into the form code, even if "Bind Events in an IncludeFile" is checked.
"Create Code" also puts a
;- Main Program
If Open_frmMain()
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
into ...