Question:
Can the fgControls.dll for Device be merged in the executable?
Best regards
Wiliam
Can the fgControls.dll for Device be merged in the executable?
Best regards
Wiliam
I have no objectionQ: Do I need to update the main TRUIDbase App. Or am I allowed to post it here?
panReplaceNew.New1("panReplace",True) 'Panel with Border and movable
panDateNew.New1("panDate",True) 'Panel with Border and movable
panReplaceNew.New1("panReplace",True) 'Panel with Border and movable
panDateNew.New1("panDate",True) 'Panel with Border and movable
yes, now I see the mistake I had made. Dumb sh...So, now works!
I just moved the 2 line of Sub btnEditor_Click in Sub App_Start.
PHP:panReplaceNew.New1("panReplace",True) 'Panel with Border and movable panDateNew.New1("panDate",True) 'Panel with Border and movable
Man should always initiallisieren an object only once.
##########################################
Also jetzt funktioniert!
Ich habe einfach die 2 Zeilen von Sub "btnEditor_Click" in Sub "App_Start" verschoben.
PHP:panReplaceNew.New1("panReplace",True) 'Panel with Border and movable panDateNew.New1("panDate",True) 'Panel with Border and movable
Mann sollte ein Objekt immer nur einmal initiallisieren.