Search found 468 matches: tfolder

Return to advanced search

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.  ...
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 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: bDragBegin and bDropOver problem *Fixed*

... works on FWH1901 but still problem with FWH2304. I found something that the GET or SAY Object will allow ::bDropOver, if the object is below the TFOLDER. If SAY or GET will disallow when OBJECT is above the TFOLDER (Resource). I'm still find out the problem. I will update, if found. Dutch. Excelente!
by dutch
Sat Sep 23, 2023 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4094

Re: How to make TFOLDEREX in FLAT style?

Dear Antonio, I use FOLDER for many years but the disable folder tab and enable is the same. I test TFOLDEREX is show different (that I need). I just need TFOLDER that show disable tab as disable object as TFOLDEREX. https://i.postimg.cc/FRd9G3b3/1695373819611.jpg ...
by dutch
Sat Sep 23, 2023 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: CLASS TGrid() for FiveWin

hi, have upgrade CLASS TGrid Demo at Gubthub https://github.com/AugeOhr/TGRID since Release 1 i have try different Control e.g. TFolder() / TFolderEx() or Tbutton() / BtnBMP() you can enable them in Config.INI or use Start Parameter "/T"    use a Splitter between left/right ...
by Jimmy
Sun Mar 12, 2023 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3461

Re: Resize TFolder() / TFolderEx() : Dialogs

This is the size FWH uses:
Code: Select all  Expand view
     DEFINE DIALOG oDlg OF Self STYLE WS_CHILD ;
         FROM 0, 0 TO oThis:nHeight - oThis:nFdHeight - 5, oThis:nWidth - 6 PIXEL
by Antonio Linares
Mon Feb 13, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize TFolder() / TFolderEx() : Dialogs
Replies: 3
Views: 316

Folder:AddItem new ::Dialogs Position

hi,

when using AddItem of TFolder() / TFolderEx() the new ::Dialogs have different Position as 0,0 :?:
Image
it disappear when "resize" ::Dialogs

is there a Workaround without "resize" :?:
by Jimmy
Sun Feb 12, 2023 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder:AddItem new ::Dialogs Position
Replies: 2
Views: 187

Re: Resize TFolder() / TFolderEx() : Dialogs

hi Antonio, thx for Answer my Question is : what Size does a ::Dialogs have :?: let´s say i create a TFolder() / TFolderEx() with Size 100 x 100 TFolderEx() have "nFolderHeight" but TFolder() not so how to "calculate" Size of ::Dialogs --- have found "nFdHeight" ...
by Jimmy
Sun Feb 12, 2023 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize TFolder() / TFolderEx() : Dialogs
Replies: 3
Views: 316

Re: Resize TFolder() / TFolderEx() : Dialogs

Dear Jimmy,

Please try:

oTab:aDialogs[ ii ]:SetSize( nWidth, nHeight )
by Antonio Linares
Sat Feb 11, 2023 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize TFolder() / TFolderEx() : Dialogs
Replies: 3
Views: 316

Resize TFolder() / TFolderEx() : Dialogs

hi,

when resize TFolder() / TFolderEx() i need to resize ::Dialogs too
Code: Select all  Expand view
   FOR ii := 1 TO LEN( oTab:aDialogs )
      oTab:aDialogs[ ii ]:SetSize( ??? , ??? )
   NEXT

but how to get ::Dialogs new Size :?:
by Jimmy
Fri Feb 10, 2023 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize TFolder() / TFolderEx() : Dialogs
Replies: 3
Views: 316

Re: tfolder

// C:\FWH..\SAMPLES\PROJECT.PRG// original:// https://forums.fivetechsupport.com/viewtopic.php?f=3&t=18167&p=111528&hilit=aGradSel&sid=76f47b766de9c18f4bf4beffea25c135#p111528#Include "Fivewin.ch"STATIC hDC, oWndMain, oFont1STATIC c_pathFUNCTION Main()   ...
by karinha
Tue Feb 07, 2023 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tfolder
Replies: 3
Views: 252

Re: tfolder

Dear Silvio,

It is not easy as it is a standard Windows control
by Antonio Linares
Tue Feb 07, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tfolder
Replies: 3
Views: 252

tfolder

Is it possible to color the dialogs and tabs of the folder class (not tfoldex) ?
by Silvio.Falconi
Tue Feb 07, 2023 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tfolder
Replies: 3
Views: 252

Re: bChange : Difference TFolder() vs. TFolderEx()

hi Antonio,
Antonio Linares wrote:Class TFolderEx uses bAction instead of bChange

aha, ok understand
thx
by Jimmy
Mon Feb 06, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange : Difference TFolder() vs. TFolderEx()
Replies: 2
Views: 149
Next

Return to advanced search