Search found 74 matches: otabs

Return to advanced search

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 ...
by nageswaragunupudi
Sat Oct 29, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: Fivewin Uxtheme

hi Antonio, Please try it this way: C5_OpenThemeData( oTabs:hWnd, "SysTabControl32" ) thx for Answer as i can say "Name" for Theme come from TMSCHEMA.H "Button" "Rebar" "Toolbar" "Status" "Menu" ...
by Jimmy
Sat Oct 29, 2022 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 790

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: Fivewin Uxtheme

Jimmy,

Please try it this way:

C5_OpenThemeData( oTabs:hWnd, "SysTabControl32" )
by Antonio Linares
Sat Oct 29, 2022 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 790

Re: search for TTabControl() Sample

... some (small) Problem with TFolder() when i assign {} as 3rd Parameter (aPrompts) of TFolder() and use AddItem() than Control will not appear :?   oTabs := TFolder():New( 0, 0,{} , , oMain, 1, , , .t.,;                          .f., oMain:nRight - oMain:nLeft, oMain:nBottom ...
by Jimmy
Sat Oct 29, 2022 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

search for TTabControl() Sample

... a white Area so i guess "something" have add but how to "use Body" as Parent to put a Control on it :?: --- i try to use oTabs as Parent but got Error Called from: ../../../tobject.prg => TTABCONTROL:ADIALOGS( 0 ) Called from: .\source\classes\WINDOW.PRG => (b)TWINDOW_GOTFOCUS( ...
by Jimmy
Fri Oct 28, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: Working on Mdi

Antonio Linares wrote:Dear Silvio,

Do you use static oPaziente ?


CLASS TPaziente
DATA oWinClients
DATA oBar
DATA oPaziente
DATA oLbx
DATA cTitulo
DATA oTabs
DATA oIcon
DATA oCbx
by Silvio.Falconi
Wed Jan 12, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working on Mdi
Replies: 7
Views: 374

To Nages : combobox not refresh xbrowse

... //CLASS TPaziente   DATA oWin   DATA oBar   DATA oPaziente   DATA oLbx   DATA cTitulo   DATA oTabs   DATA oIcon   // ----------------------------------------------------//   METHOD New() CONSTRUCTOR   METHOD Activar()   METHOD ...
by Silvio.Falconi
Mon Jan 03, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : combobox not refresh xbrowse
Replies: 1
Views: 257

Re: Fwh19.05 - New Class TDockPnel

... defined in the panel with a for / next ? just to show what I'm trying to do ( testing ) Tab 1 and panel is painted on init @ 100, 0 TABS oTabs PROMPTS "&One", "&Two" OF oDlg PIXEL ; BITMAPS "..\bitmaps\16x16\people.bmp", "..\bitmaps\open2.bmp",; ...
by ukoenig
Tue Jun 04, 2019 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 17
Views: 2528

Re: BUTTONBAR separators

Otto wrote:Hello Tim
do you know if you can draw the TABs instead of diagonally also vertically.
Thank you in advance
Otto

Please try setting oTabs:nOrientation to 1,2,3,4 for top, bottom, left, right.
Text will be automatically rotated based on orientation.
by nageswaragunupudi
Fri Nov 02, 2018 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTONBAR separators
Replies: 12
Views: 2290

Re: clickable image

Hello Antonio, Thanks for the reply and new libs. The oImg:bLButtonDown and the oTabs:nTab works perfect. Only the oImg:nWidth gives the width (and height) of the control, not the width of the real picture. I want to know the real sizes of the image. When i make ...
by plantenkennis
Sun Sep 25, 2016 11:27 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: clickable image
Replies: 12
Views: 3242

Re: clickable image

Rene,

> Is there a function that I can check which tab is active/shown

oTabs:nTab

> is there a way to make the image clickable

oImage:bLButtonUp = { | nRow, nCol | ImageClick() }

> How can I find the sizes of the image?

oImage:nWidth and oImage:nHeight
by Antonio Linares
Sun Sep 25, 2016 9:32 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: clickable image
Replies: 12
Views: 3242

Re: TBarTabs Tamaño de los tabs

Prueba a modificar:

oTabs:aSizes[ nTab ] := nNuevoAncho
...
oTabs:Refresh()

tendrás que hacerlo para cada una de los tabs
by Antonio Linares
Tue Sep 20, 2016 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBarTabs Tamaño de los tabs
Replies: 3
Views: 746

Re: TExplorerBar Bitmaps

... y := 1 TO nLinks IF ::aLinks[y,4] == x oPanel[x]:AddLink( ::aLinks[y,1], ::aLinks[y,2], ::aLinks[y,3] ) ENDIF NEXT NEXT probe con el ON RESIZE ( oTabs:nLeft := ::oBrw:nLeft ) y no me dibuja la explorer hasta abajo, sigue dejando el eapcio pintado en gris. Gracias Saludos
by Francisco Horta
Wed Mar 18, 2015 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TExplorerBar Bitmaps
Replies: 19
Views: 4544

Re: TABS bitmap

Luiz, Maybe rebuild the Bitmap-array ? aImage := { NIL, c_Path1 + "Paint.Bmp", c_Path1 + "Paint.Bmp" } REDEFINE TABS ID 100 oTabs OF oDlg ; PROMPTS "One", "Two", "Three" UPDATE oTabs:acBitmaps := aImage You can delete the bitmaps like : FOR n := ...
by ukoenig
Tue Mar 04, 2014 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TABS bitmap
Replies: 3
Views: 851
Next

Return to advanced search