mask dialog not displayed [solved]

mask dialog not displayed [solved]

Postby Salvo1087 » Thu Apr 07, 2011 12:41 pm

Hi at all.
In the project with clipper 5.2 + FHW 1.98 , the dialogs mask are correctly diplayed :

http://img834.imageshack.us/i/errmaschera1.png/

after compiling with Harbour and FHW i have this situation :

http://img715.imageshack.us/i/errmaschera32bit.png/

the code of dialogs is this :

Code: Select all  Expand view

    if !lPreventivo
            REDEFINE FOLDER oFld ID 110 OF oDlg;
                PROMPT "&Testa", "&Corpo";
                DIALOGS "EDIT_ORD1", "EDIT_PREV2" COLOR "B/W"
        else
            REDEFINE FOLDER oFld ID 110 OF oDlg;
                PROMPT "&Testa", "&Corpo", "&Accettazione";                            
                DIALOGS "EDIT_PREV1", "EDIT_PREV2", "EDIT_PREV3" COLOR "B/W"              
        endif
 


may the error is caused by the resources file of dialogs?thanks all
Last edited by Salvo1087 on Mon Apr 11, 2011 4:14 pm, edited 1 time in total.
Salvo1087
 
Posts: 34
Joined: Fri Jan 07, 2011 5:39 pm

Re: mask dialog not displayed

Postby Enrico Maria Giordano » Thu Apr 07, 2011 9:10 pm

Did you change the type of folder control to "SysTabControl32"?

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8712
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: mask dialog not displayed

Postby Salvo1087 » Mon Apr 11, 2011 4:14 pm

Thanks Enrico,i have change control to "SysTabControl32" and it's all ok.Problem solved !
Salvo1087
 
Posts: 34
Joined: Fri Jan 07, 2011 5:39 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Willi Quintana and 115 guests