Line Disappear

Line Disappear

Postby acwoo1 » Fri Feb 22, 2013 8:37 am

Hi

After I upgraded form FWH1201 to FWH1301

Code: Select all  Expand view
function main

LOCAL oDlg

DEFINE DIALOG oDlg FROM 6, 7 TO 21, 72 ;
      TITLE "Test01" ;
          GRADIENT { { 1, nRGB( 199, 216, 237 ), nRGB( 237, 242, 248 ) } }


@ 0.3, 0.3 to 3.8, 22.414 // This box disappears

@ 1, 1 SAY "This is a test"
@ 2, 1 SAY "This is a another test"

ACTIVATE DIALOG oDlg;
CENTER

RETURN NIL


Please help
Ragards
ACWoo
Using FWH1301+bcc582+harbour1301
acwoo1
 
Posts: 161
Joined: Tue Nov 10, 2009 10:56 am

Re: Line Disappear

Postby Antonio Linares » Fri Feb 22, 2013 10:44 am

Acwoo,

Please change this line this way:

@ 0.3, 0.3 GROUP TO 3.8, 22.414
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41450
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Line Disappear

Postby acwoo1 » Fri Feb 22, 2013 11:22 am

Thanks

Code: Select all  Expand view
@ 0.3, 0.3 GROUP TO 3.8, 22.414


Box now appears.

Is there any other way to do this without changing all the codes ?
The box was there in FHW1201.

Regards
ACWoo
acwoo1
 
Posts: 161
Joined: Tue Nov 10, 2009 10:56 am

Re: Line Disappear

Postby Antonio Linares » Fri Feb 22, 2013 12:17 pm

AcWoo,

In FiveWin.ch please modifiy these lines this way:
Code: Select all  Expand view
!short: BOX - GROUPS */

#xcommand @ <nTop>, <nLeft>[color=#FF0000] [[/color] GROUP <oGroup> [color=#FF0000]][/color] ;
             [ TO <nBottom>, <nRight> ] ;
             [ <label:LABEL,PROMPT> <cLabel> ] ;
             [ OF <oWnd> ] ;
             [ COLOR <nClrFore> [,<nClrBack>] ] ;
             [ <lPixel: PIXEL> ] ;
             [ <lDesign: DESIGN> ] ;
             [ FONT <oFont> ] ;
             [ <lTransparent: TRANSPARENT> ] ;
             [ SIZE <nWidth>, <nHeight> ] ;
       => ;
          [ <oGroup> := ] TGroup():New( <nTop>, <nLeft>, <nBottom>, <nRight>,;
             <cLabel>, <oWnd>, <nClrFore>, <nClrBack>, <.lPixel.>,;
             [<.lDesign.>], [<oFont>], [<.lTransparent.>], <nWidth>, <nHeight> )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41450
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Line Disappear

Postby acwoo1 » Fri Feb 22, 2013 1:52 pm

Thanks Antonio

It works.

Regards
ACWoo
acwoo1
 
Posts: 161
Joined: Tue Nov 10, 2009 10:56 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 98 guests