Search found 20 matches: oitem2

Return to advanced search

Re: Create a Panel width a text

... oPanel1:nTitleHeight +10, 10,; oPanel1:nBottom-30,oPanel1:nWidth-40, oPanel1 ) oItem1:SetBrush( oBrushshadow ) //panel for the text oItem2:=Tpanel():New( 2, 2,; oItem1:nBottom-45,oItem1:nWidth-4, oItem1) oItem2:SetBrush( oBrushtext ) //the text @ 5,o10 SAY oMemo VAR cMessageMemo ...
by Silvio.Falconi
Thu Jan 04, 2024 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3232

Re: menu checked same menuitem

... {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBrw,oMisura,lTipo1,lTipo2 ) } )} Function BtnPopMenu(oBrw,oDbf,lTipo1,lTipo2) local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 PROMPT "First" ACTION (oItem1:SetCheck( ltipo1 := ! ltipo1 ),; Maketree(oDbf,oBrw)) CHECKED SEPARATOR ...
by Silvio.Falconi
Tue Mar 14, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 357

Re: menu checked same menuitem

... check ( from the same) static ltipo1:=.f. static ltipo2:=.f. then from a btnbmp open a menu popup with 2 option Function BtnPop() local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 "First" ACTION oItem:SetCheck( ltipo1 := ! ltipo1 ) CHECKED SEPARATOR MENUITEM oItem2 "Second" ...
by cnavarro
Tue Mar 14, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 357

menu checked same menuitem

... check ( from the same) static ltipo1:=.f. static ltipo2:=.f. then from a btnbmp open a menu popup with 2 option Function BtnPop() local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 "First" ACTION oItem:SetCheck( ltipo1 := ! ltipo1 ) CHECKED SEPARATOR MENUITEM oItem2 "Second" ...
by Silvio.Falconi
Tue Mar 14, 2023 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 357

Re: tget only numbers

... you can see here oGet:bChange := {|nKey|(Chr(nKey)$"0123456789.")} oGet:bKeyDown := { | nKey |(oGet:assign(), ActiveNavigator(cVar,oBrw,oItem2:lChecked)) } https://i.postimg.cc/Dyr6MKKx/jjjjj.png
by Silvio.Falconi
Wed Nov 09, 2022 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 357

Re: How To XBRowse Tree From MariaDB Recordset Parent Child ?

goosfancito wrote:Can i to move a item group at another item group using xbrowse and tree?


Assume you want to move oItem1 (it may be a group or not) next to another item oItem2.
Then
Code: Select all  Expand view

oItem1:Delete()
oItem2:Add( oItem1 )
 
by nageswaragunupudi
Tue Feb 16, 2021 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To XBRowse Tree From MariaDB Recordset Parent Child ?
Replies: 7
Views: 1281

Re: Como añado una rama a un determino HITEM?

... eso: oItem1 = oTree:Add( "First" ) oItem1:Add( "One" ) oItem1:Add( "Two" ) oItem1:Add( "Three" ) oItem2 = oTree:Add( "Second" ) oItem2:Add( "Hello" ) oItem2:Add( "World" ) oItem3 = oTree:Add( "Third" ) oItem3:Add( ...
by Antonio Linares
Wed Nov 11, 2020 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como añado una rama a un determino HITEM?
Replies: 6
Views: 644

Re: Un problemita con TTreeView

... oFnt Return NIL //----------------------------------------------------------------------------// Function AddItems( oImageList ) local oItem1, oItem2, oItem3, oItem4, oItem5, oItem6 local oItem11, oItem12, oItem13, oItem14, oItem15, oItem16 local oItem21, oItem22, oItem23 local oItem31, oItem32 ...
by jbrita
Wed Feb 20, 2019 11:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un problemita con TTreeView
Replies: 14
Views: 3213

Re: New FTDN february/febrero 2015 (FWH 15.02)

... oWnd ... oMsgBar:lLeft = .T. // we want items to start from left to right DEFINE MSGITEM oItem1 OF oMsgBar // it goes to the left DEFINE MSGITEM oItem2 OF oMsgBar oItem2:lRight = .T. // it goes to the right * BtnBmp: - Reported bugs on painting fixed. - JPG also are read through GDI - Fix: When ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1480

Re: Nuevo FWH 15.02

... oWnd ... oMsgBar:lLeft = .T. // we want items to start from left to right DEFINE MSGITEM oItem1 OF oMsgBar // it goes to the left DEFINE MSGITEM oItem2 OF oMsgBar oItem2:lRight = .T. // it goes to the right * BtnBmp: - Reported bugs on painting fixed. - JPG also are read through GDI - Fix: When ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.02
Replies: 7
Views: 1623

Re: New FWH 15.02

... oWnd ... oMsgBar:lLeft = .T. // we want items to start from left to right DEFINE MSGITEM oItem1 OF oMsgBar // it goes to the left DEFINE MSGITEM oItem2 OF oMsgBar oItem2:lRight = .T. // it goes to the right * BtnBmp: - Reported bugs on painting fixed. - JPG also are read through GDI - Fix: When ...
by Antonio Linares
Sun Mar 01, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1115

Re: Problems With vistamenu Items: RESOLVED!!!

... ENDIF before of ::aItems[n]:aItems[n2]:rcItem := { nTop, nLeft, nBottom, nRight } THIS RUN ONLY FOR : oWnd:nColumns := 2 oWnd:nType := 1 oItem2:= oWnd:AddItem( "Movimenti", "BIGIMAGE" ) oItem3:= oItem2:AddItem( "Ci sono "+ltrim(str(NumMovimenti))+" movimenti. ...
by Silvio.Falconi
Thu Mar 06, 2014 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems With vistamenu Items RESOLVED!!!
Replies: 7
Views: 1422

Re: Problems With vistamenu Items

... nTop, (nLeft+40)-::oWnd:nWLeftImage+10 ) ELSE DrawMasked( hDC, ::hBmp, nTop, nLeft-::oWnd:nWLeftImage+10 ) endif endif endif on test try with oItem2:= oWnd:AddItem( "Movimenti", "IMAGE_BIG" ) oItem3:= oItem2:AddItem( "Ci sono "+ltrim(str(NumMovimenti))+" ...
by Silvio.Falconi
Thu Mar 06, 2014 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems With vistamenu Items RESOLVED!!!
Replies: 7
Views: 1422

Re: cambiar fuente a todos los diálogos en tiepo de ejecución

... MENUITEM oItem[69] PROMPT "Ne&grita" ACTION Set_FontWin(2,oItem[68],oItem[69]) ENDMENU STAT FUNC Set_FontWin(n,oItem1,oItem2) LOCAL cIni:=GetWinDir()+"\"+cNSys+".Ini", hFont, lFWnd hFont:=IF(n=1,"Normal","Bold") WritePProstring(cNSys,"hFont",hFont,cIni) ...
by MdaSolution
Fri Apr 23, 2010 7:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar fuente a todos los diálogos en tiepo de ejecución
Replies: 3
Views: 618

Re: Juan Planelles Lazaga

... oImageList ) oItem1 = oTree:Add( "Ayuda de Menú Inicial" ) aFiles[1] := 'INICIAL.WLT' aItems[1] := "Ayuda de Menú Inicial" oItem2 := oItem1:Add( "Pacientes", 0 ) aFiles[2] := 'PACIENTE.WLT' aItems[2] := "Pacientes" oItem2:Add( "Búsqueda y creación", ...
by Juan Planelles
Tue Dec 29, 2009 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6758
Next

Return to advanced search