2009-06-09 16:19 UTC
Hello,
I meet this kind of problem with titleBar,
I use the NewProjectKey when loading OpenDCL project, like this :
; #gpe:debug:ReloadOpenDclBoxes is T
(dcl_Project_Load "boite.projet.odcl" #gpe:debug:ReloadOpenDclBoxes "GPE:LOAD:PRO")
; Load opendcl project
; Set Project key to "GPE:LOAD:PRO"
(dcl_Form_Show "GPE:LOAD:PRO" "GPE:PROJET") ; Show dalog box
(dcl_Control_SetVisible "GPE:LOAD:PRO" "GPE:PROJET""gpe:nouveau" false) ; some request
(dcl_Control_SetCaption "GPE:LOAD:PRO" "GPE:PROJET""gpe:ouvrir" "Consulter") ; some request
(dcl_Control_SetTitleBarText "GPE:LOAD:PRO" "GPE:PROJET" "oooo") ; Does not work !
(dcl_Control_SetTitleBarText "GPE:LOAD:PRO" "GPE:PROJET" "oooo") ; Does not work !
(dcl_Control_SetTitleBarText GPE:LOAD:PRO_GPE:PROJET "ooo") ; good, but not my way ...
Thanks for suggest and reply.
I meet this kind of problem with titleBar,
I use the NewProjectKey when loading OpenDCL project, like this :
; #gpe:debug:ReloadOpenDclBoxes is T
(dcl_Project_Load "boite.projet.odcl" #gpe:debug:ReloadOpenDclBoxes "GPE:LOAD:PRO")
; Load opendcl project
; Set Project key to "GPE:LOAD:PRO"
(dcl_Form_Show "GPE:LOAD:PRO" "GPE:PROJET") ; Show dalog box
(dcl_Control_SetVisible "GPE:LOAD:PRO" "GPE:PROJET""gpe:nouveau" false) ; some request
(dcl_Control_SetCaption "GPE:LOAD:PRO" "GPE:PROJET""gpe:ouvrir" "Consulter") ; some request
(dcl_Control_SetTitleBarText "GPE:LOAD:PRO" "GPE:PROJET" "oooo") ; Does not work !
(dcl_Control_SetTitleBarText "GPE:LOAD:PRO" "GPE:PROJET" "oooo") ; Does not work !
(dcl_Control_SetTitleBarText GPE:LOAD:PRO_GPE:PROJET "ooo") ; good, but not my way ...
Thanks for suggest and reply.