Search found 166 matches: tgroup

Return to advanced search

Re: tFolderex and tGroup control

// C:\FWH..\SAMPLES\TESTFX1.PRG#include "FiveWin.ch"#include "xbrowse.ch"#include "gif.ch"function main()   local oWnd, i, oBrw, oBrush2, oCtrl, oGroup   local oFld, oFld1, aList   local aMonths := {"January", "...
by karinha
Tue Oct 03, 2023 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 789

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: 789

Re: tFolderex and tGroup control

... PAINT TAB ChangeClr( Self, nOption );         ON PAINT TEXT ChangeTxtClr( Self, nOption )*/   // oCtrl := TGroup():New(2,2,5,30,"tGroup class()",oFld:aDialogs[ 7 ],,CLR_WHITE,.f.,,,.f.)    // this line added: tGroup control   @ ...
by karinha
Mon Oct 02, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 789

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: 789

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: 789

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: 789

Re: tFolderex and tGroup control

Code: Select all  Expand view

   @ 3,3 SAY "UNDER CONSTRUCTION" OF oFld:aDialogs[ 7 ] TRANSPARENT

   @ 080, 10 GROUP oGroup TO 160, 248 LABEL "UNDER" OF oFld:aDialogs[ 7 ] PIXEL ;
      TRANSPARENT
 


Regards, saludos.
by karinha
Thu Sep 14, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 789

Re: tFolderex and tGroup control

Hi,
anybody knows how to solve this issue?

thank you
Roberto Chiaiese
by chiaiese
Thu Sep 14, 2023 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 789

tFolderex and tGroup control

Hello, I put a tGroup control in a tFolderEx tab and I get a 'dirty' behavior when changing tabs with animation please compile the sample file testfx1.prg with the line added below, then switch between tabs "setting" and ...
by chiaiese
Wed Sep 13, 2023 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tFolderex and tGroup control
Replies: 8
Views: 789

Re: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @

I don't know why we can't use OF oGroup. Maybe TGroup class lacks of something required.
by Enrico Maria Giordano
Wed Jul 26, 2023 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @
Replies: 11
Views: 614

RAO Antonio GROUP error DEFCONTRL with REDEFINE or @

... RAO I have an error in GROUP when using REDEFINE commands, while it works with @ commands Error description: Error BASE/1004 Message not found: TGROUP:DEFCONTROL Args: [ 1] = O TGROUP Stack Calls =========== Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => TGROUP:ERROR( ...
by Maurizio
Tue Jul 25, 2023 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @
Replies: 11
Views: 614

Re: problem with AS MDICHILD

I have another dialog with many tgroup , how I can resolve ?

Image
by Silvio.Falconi
Tue Nov 22, 2022 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 694

Re: problem with AS MDICHILD

... { CLR_GREEN, oDlg:nClrPane } )       return nil    >  Regards, saludos. Run ok but the text "Ruote attive" must be as tgroup text how I resolve ?
by Silvio.Falconi
Mon Nov 21, 2022 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 694

Re: Checkbox text disappears

... one Manifest provided with the fwh package, in my case of the famous dialog viewtopic.php?f=3&t=42287&start=0 where part of the say and tgroup controls was hidden it was because I used the TRANSPARENT clause to the DIALOG, removed this the dialog worked well it may be that there is a ...
by Silvio.Falconi
Wed Oct 26, 2022 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears
Replies: 8
Views: 361

Re: Manifest

... fwh package, in my case of the famous dialog http://forums.fivetechsupport.com/viewtopic.php?f=3&t=42287&start=0 where part of the say and tgroup controls was hidden it was because I used the TRANSPARENT clause to the DIALOG, removed this the dialog worked well it may be that there is a ...
by Silvio.Falconi
Wed Oct 26, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1790
Next

Return to advanced search