Folderex not refresh sometimes

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Folderex not refresh sometimes

Post by Silvio.Falconi »

I made a folderex under two xbrowse as you can see here

I add a folder in the sample of Nages as you can see here http://forums.fivetechsupport.com/viewt ... 52#p217852

Image

sometimes happen this

Image

the group ( see the red arrow) is not transparent and sometimes when I resize the dialog all controls there are on folder are hide
I must move the mouse ver to show the controls ..How I can resolve it ?

to add the folder I resize the xbrowse height to -265 and I add this code

Code: Select all

 
@  330,40 FOLDERex oFld PIXEL ;  //  ;
        OF oDlgMultiplo ;
        ITEMS "&Servizio Multiplo" ;
        FONT oFont ;
        SIZE 760,180
on oDlg:bResized I add
oFld:nTop := oRect:nBottom - 250
oFld:nWidth := oRect:nWidth-100
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
MGA
Posts: 1219
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: Folderex not refresh sometimes

Post by MGA »

Silvio, I realized that using FolderEx, if you use WHEN .f. or Object: DISABLE (), you will get this BUG that you mentioned. I do not know how to solve it, I just do not use WHEN or DISABLE.
ubiratanmga@gmail.com

FWH17.04
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Folderex not refresh sometimes

Post by Silvio.Falconi »

???? I NOT USE WHEN OR DISABLE
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
MGA
Posts: 1219
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: Folderex not refresh sometimes

Post by MGA »

to avoid the bad behavior you mentioned, I do not use WHEN .F. or DISABLE (). I do all the validation in the button action.
ubiratanmga@gmail.com

FWH17.04
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
Post Reply