Search found 50 matches: otab

Return to advanced search

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

hi thx for Answer. i have compile run sample and look into PPO CODE   oFld := TFoldereX():New( 3, 3,,,,;         {aBitmaps}, .T., .F., {"&Social", "&OS", "&Games", "&Movies", "&Email", "Mo&nths", "Se&tting&q...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 203

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

Bitmap from Resource for TFolderEx()

... "Option 5", "Option 6")          BITMAPS aBitmaps; how to use Resource like "MYFIXDRIVE16" :?: --- when use oTab:AddItem() how to assign Bitmap to new TAB :?:
by Jimmy
Thu Feb 02, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap from Resource for TFolderEx()
Replies: 2
Views: 282

Re: xbrowse desaparece

Prueba con oDlg:oBottom = oTab
by Antonio Linares
Tue Aug 16, 2022 6:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse desaparece (Solucionado)
Replies: 9
Views: 1097

Re: PROBLEMA CON LA Ñ EN GET FIVEWIN 2012

lo uso de esta forma
REDEFINE GET oGet[18] VAR pUrb ID 103 OF oTab:aDialogs[2] picture "@S50"

pero el detalle es que pasa en una sola pc y lo estan usando en otras con windows 7 y windows 10 y no he tenido ese problema
by CARLOS ATUNCAR
Sun Oct 17, 2021 4:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON LA Ñ EN GET FIVEWIN 2012
Replies: 4
Views: 461

Re: xbrowse too slow

... create an explorerbar control oExBar for a menu and on the right the xbrowse control oApp():oGrid and under xbrowse I insert a tab control. oApp():otab What code are you talking about? Then for the slowest code, you have to either decide to eliminate it or reprogram it another faster way. Dialog ...
by Silvio.Falconi
Sat Sep 21, 2019 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4255

Estilo Office 2019 - Office 365

Estimado equipo de Fivetech:

Por favor, ¿sería posible tener este estilo en los siguientes controles?:

- Ribbon
- xBrowse
- Tabs (@ x,y TABS oTab items.... )

Muchas gracias.
by MOISES
Mon Jan 14, 2019 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estilo Office 2019 - Office 365
Replies: 2
Views: 1040

Problem With searching customer Initial letter

I wish the final user when click on tab th eproedure must show only the customer have the first letter as the oTab prompt the test run but sometimes not run ok Perhaps there is a another method ? the code #include "FiveWin.Ch"#include "ord.ch"#include "xbrowse.ch"//----------------------------------------------------------------------------//REQUEST ...
by Silvio.Falconi
Wed Dec 07, 2016 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With searching customer Initial letter
Replies: 1
Views: 483

Re: TBarTabs Tamaño de los tabs

... 1, 0 ), 16, 16 ) */ Sería interesante poder modificar el BARHEIGHT de la clase con un parametro para poder hacer el cambio sin tocar la clase. el oTab:aSizes solo guarda el ancho del tab pero no el alto muchas gracias
by rterraz
Tue Sep 20, 2016 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBarTabs Tamaño de los tabs
Replies: 3
Views: 738

Re: Search record from tab

Mr Rao I made @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Thu Sep 17, 2015 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1982

Re: Search record from tab

I tried : @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Thu Sep 17, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1982

Re: Search record from tab

Sorry Mr rao , I made @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Wed Sep 16, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1982

Show a text on Tab class

... 1. the say is not transparent 2. if I have many tabs the text is not where I wish it must be FUNCTION Tab_ShowText( oTab,text)   Local oPSay2   Local nSpace := 0   Local numtab:= 0   IF  Len( oTab:aPrompts ) > 5      numtab:= 3   ELSE       numtab:= ...
by Silvio.Falconi
Tue Sep 23, 2014 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show a text on Tab class
Replies: 4
Views: 802

Re: run a function on end...

... ; VALID ( oApp():oGrid:nLen := 0 ,; oBar:End(), DbCloseAll(), oApp():oDlg := NIL, oApp():oGrid := NIL, oApp():oTab := NIL, Pstart() , .t. ) but it call the dialog first then call Pstart making a graphic error because on Pstart I insert vistamenu and I see all ...
by Silvio.Falconi
Wed Sep 18, 2013 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: run a function on end...
Replies: 2
Views: 668

Re: text on tab

... the Text to the needed Position. http://www.pflegeplus.com/pictures/Textright.jpg @ 0, any Value SAY oPSay2 PROMPT text OF oApp():oTab COLOR CLR_RED TRANSPARENT Usage : Text := "Test String from right" // any Value of 0, 100. The needed Size 25, 10 will be calculated ...
by ukoenig
Wed Aug 15, 2012 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: text on tab
Replies: 4
Views: 815
Next

Return to advanced search