FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Enhanced TFOLDEREX
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Enhanced TFOLDEREX
Posted: Wed Oct 13, 2010 01:25 PM

I made some corrections on this suberb class.
(animate: go left and right; speed from processorspeed, backgroundcolor: lTransparent, font: from parentdialog)
Antonio, can you insert this in next build!?

(edited by Daniel)

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Enhanced TFOLDEREX
Posted: Wed Oct 13, 2010 01:50 PM

Gunther

we can not public all class, only change

you can send the file to Antonio (or me), we review the changes and public your suggestions,

Thanks

Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: Enhanced TFOLDEREX
Posted: Wed Oct 13, 2010 06:12 PM

hi, can you post only the changes here? thanks

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Enhanced TFOLDEREX
Posted: Wed Oct 13, 2010 07:53 PM

Hello Günther,
does Your solution fix my transparent-painting-problem of different Controls ?
I want to display transparent Radios, Checkboxes and Says
on Color, Gradient, Brush- or Image-Folder-backgrounds.
Transparency onTab-Area works.

viewtopic.php?f=3t=19889

Best Regards
Uwe :lol:

&

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Enhanced TFOLDEREX
Posted: Fri Oct 15, 2010 11:16 AM

I send to Antonio a new version today. The enhancements are to big to post it here. I am sure, Antonio brings this on next build!?

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Enhanced TFOLDEREX
Posted: Fri Oct 15, 2010 03:53 PM
Daniel, Antonio!
In New and Redefine this should be corrected!

Code (fw): Select all Collapse
  if aBitmaps == NIL
      aHelps = Array( nLen )
   endif


should be:

Code (fw): Select all Collapse
  if aBitmaps == NIL
      aBitmaps = Array( nLen )
   endif
Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Enhanced TFOLDEREX
Posted: Fri Oct 22, 2010 09:55 PM
Hello Günther,

there is something wrong with < oFld:ROUND := 20
The Tab-bottom is shown rounded as well. Can You fix it ?
Only Folder-Color works ( green )
Using Gradient, Brush or Image, Controls are not transparent.









Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Enhanced TFOLDEREX
Posted: Fri Oct 29, 2010 09:30 AM
In the case, no Helpids defined should the help from the parent dialog to be used! Also in the normal Folder-class!?

Code (fw): Select all Collapse
      DEFINE DIALOG oDlg OF Self RESOURCE ::aDialogs[ n ] PIXEL;
 .......
         HELPID If( Len( ::aHelps ) >= n .and. ::aHelps[ n ] <> NIL , ::aHelps[ n ] , ::oWnd:nHelpId )
Regards,
Günther
---------------------------------
office@byte-one.com

Continue the discussion