Search found 711 matches: tfolderex

Return to advanced search

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Mr. Rao,

I'm not use tdialog but I Use TFolderEx. TFolderEx each sheets is use tdialog. I just wanted to remind

My All tget controls of TFolderEx is perfectly works.

Best regards,
by ertan
Sun Feb 04, 2024 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54218

Re: tFolderex and tGroup control

...                             DEFINE WINDOW oWnd TITLE "TFolderex - Testing -"        @ 3, 3 FOLDEREX oFld PIXEL ADJUST;          PROMPT  "&Social1", ...
by karinha
Tue Oct 03, 2023 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 788

Re: tFolderex and tGroup control

please completely remove the tFolderex at line 97 and see the result

Roberto
by chiaiese
Tue Oct 03, 2023 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 788

Re: tFolderex and tGroup control

...                             DEFINE WINDOW oWnd TITLE "TFolderex - Testing -"        @ 3, 3 FOLDEREX oFld PIXEL ADJUST;          PROMPT  "&Social1", ...
by karinha
Mon Oct 02, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 788

Re: tFolderex and tGroup control

.OR.
you have to set the tGroup control transparent off and set the right back color,
this works for me:

Code: Select all  Expand view

oCtrl := TGroup():New(2,2,5,30,"tGroup class()",oFld:aDialogs[ 7 ],,CLR_WHITE,.f.,,,.f.)    // this line added: tGroup control
 


regards
Roberto
by chiaiese
Mon Oct 02, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 788

Re: tFolderex and tGroup control

Just removing the 'animate speed 50' clause makes it working good

Thanks
by nageswaragunupudi
Tue Sep 26, 2023 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 788

Re: How to make TFOLDEREX in FLAT style?

Mr. Dutch While thanking Mr. Leandro, Please try this small sample function TestFolderex()   local oDlg, oFld   DEFINE DIALOG oDlg SIZE 400,300 PIXEL TRUEPIXEL ;      TITLE "FOLDEREX FLAT STYLE by Leandro"   @ 10,10 FOLDEREX oFld ADJUST ...
by nageswaragunupudi
Tue Sep 26, 2023 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: How to make TFOLDEREX in FLAT style?

hi Dutch, Can I DISABLE TAB (disable color) for TFOLDER? in CLASS TFolderEx() there is METHOD DisableTab( nOption ) CLASS TFolderEx   DEFAULT nOption := ::nOption   IF ::aEnable[ nOption ]      ::aEnable[ nOption ] = .F.      ::aDialogs[ ...
by Jimmy
Tue Sep 26, 2023 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: How to make TFOLDEREX in FLAT style?

Dear Dutch,

Please try Leandro's solution as it seems a very good one:

viewtopic.php?p=263934&sid=1638a370ada5b0acba8110c25770d52a#p263934
by Antonio Linares
Tue Sep 26, 2023 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: How to make TFOLDEREX in FLAT style?

Dear Antonio,

Can I DISABLE TAB (disable color) for TFOLDER?
Antonio Linares wrote:Dear Dutch,

We need to modify METHOD PaintTB() so tabs are painted in different styles. Looking for a way to do it
by dutch
Tue Sep 26, 2023 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: tFolderex and tGroup control

Hi Karinha,
the problem is still there. Only the position changes but the tGroup control appears as a five-cells grid and the "under" caption repeated 5 times. (I don't know how to upload an image here)
Just removing the 'animate speed 50' clause makes it working good

regards
Roberto
by chiaiese
Mon Sep 25, 2023 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 788

Re: How to make TFOLDEREX in FLAT style?

Creo que tambien te puede funcionar @ 0, 0 FOLDEREX oFld1 PIXEL PROMPTS "Pendientes", "Despachados" OF oP SIZE oP:nWidth, oP:nHeight TAB HEIGHT 40 ON CHANGE EVAL(cbRecibe) NOBORDER    WITH OBJECT oFld1        :aGradSel       :=...
by leandro
Mon Sep 25, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: How to make TFOLDEREX in FLAT style?

hi,

Code: Select all  Expand view
  oTab := TFolderEx() :New( .. )
   // disable visual Style
   SetWindowTheme( oTab:hWnd, "", "" )
by Jimmy
Mon Sep 25, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: How to make TFOLDEREX in FLAT style?

Dear Jimmy,

How to do it ? thank you
by Antonio Linares
Mon Sep 25, 2023 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: How to make TFOLDEREX in FLAT style?

hi Dutch

have you try to disable "visual Style" for TFOLDEREX :?:
by Jimmy
Sun Sep 24, 2023 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639
Next

Return to advanced search