Search found 40 matches: ttabcontrol

Return to advanced search

Re: search for TTabControl() Sample

hi Enrico,

i "see"
change {} to {""} and
Code: Select all  Expand view
  oTabs:DelItemPos( 1 )


---

it would be nice when it could be fixed in CLASS TFolder()
by Jimmy
Sun Oct 30, 2022 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

hi Enrico, please use Sample "as it is" without "modification" to get "Problem" which i got. what i have "comment out" are (working) Solution i found You are right. There has to be a bug in folder.prg. This is a workaroud: #include "FiveWin.ch"MEMVA...
by Enrico Maria Giordano
Sun Oct 30, 2022 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

hi,
nageswaragunupudi wrote:
Code: Select all  Expand view
oWnd:oClient := oBrw

oBrw occupies the entire client area of oWnd. When oWnd is resized, oBrw also is resized to fit inside the Parent window's client area.

aah, now i understand :idea: , thx
by Jimmy
Sun Oct 30, 2022 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

Question : what is the Difference "oTabs OF oMain" vs. "oMain:oClient = oTabs" :?: @ r,c TABS oTabs OF oWnd <otherClause> oTabs is created as one of the controls inside oWnd. oWnd is the Parent of oTabs. oTabs is one the memebers of oWnd:aControls oWnd:oClient := oBrw oBrw...
by nageswaragunupudi
Sat Oct 29, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

Please read TFolder():New() and TPages():New() methods. You will find:
Code: Select all  Expand view
        ::Create( "SysTabControl32" )
 

That means both these controls are created using Windows' SysTabControl32()
by nageswaragunupudi
Sat Oct 29, 2022 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

hi, thx for Answer. i have search in Source for "TTabControl32" ... there is no File include it :? than i have search for "TTabControl" and it is only in "that" CLASS "SysTabControl32" is used in c:\fwh\source\classes\folder.prg ...
by Jimmy
Sat Oct 29, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

hi Marc,

thx for Answer.

i got a working Solution
by Jimmy
Sat Oct 29, 2022 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

hi Antonio,

thx for Sample

Question : what is the Difference "oTabs OF oMain" vs. "oMain:oClient = oTabs" :?:
by Jimmy
Sat Oct 29, 2022 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

hi Enrico,

please use Sample "as it is" without "modification" to get "Problem" which i got.

what i have "comment out" are (working) Solution i found
by Jimmy
Sat Oct 29, 2022 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

FWH class TFolder and TPages are created from Windows TTabControl32, with extended functionality. TFolder class is very widely used and we should find many examples if we look around. TFolderEx is totally FWH own control and does not depend on any Windows control. TTabs control also is an FWH own co...
by nageswaragunupudi
Sat Oct 29, 2022 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

Jimmy,

This post has also a sample with Folders. Maybe usefull

viewtopic.php?f=3&t=41175&hilit=+folder
by Marc Venken
Sat Oct 29, 2022 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

Dear Jimmy, This is the right way to do it: #include "FiveWin.ch"MEMVAR oMain, oTabs, oStatusBarPROCEDURE Main()LOCAL oFontLOCAL nHeight   := 400LOCAL nWidth    := 300LOCAL nTop      := 0LOCAL nLeft     := 0LOCAL oBtnPRIVATE oMain, oTabs, oStatusBar   DEFINE WINDOW oMain FROM 0, 0 ...
by Antonio Linares
Sat Oct 29, 2022 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

I don't understand. Can you describe the problem clearly and show a sample reproducing it, please?
by Enrico Maria Giordano
Sat Oct 29, 2022 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

hi Enrico,
Enrico Maria Giordano wrote:Yes, on both tabs.

should be only 1 x TAB , as provide Original, which does not work
by Jimmy
Sat Oct 29, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: search for TTabControl() Sample

Yes, on both tabs.
by Enrico Maria Giordano
Sat Oct 29, 2022 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915
Next

Return to advanced search