Search found 353 matches: aitems

Return to advanced search

Re: combobox color

Dear Jimmy, In TComboMetro, the combobox is done with an xbrowse. Maybe we could make aItems multidimensional and then pass the color along with it. Or just pass another ARRAY with the colors. And then compare it in ::bClrStd. ::bClrStd := { || If( ::nArrayAt == ::nHoverAt ...
by Otto
Sun Apr 28, 2024 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 585

Re: Inicie repositorio prueba e Tree

... (solo una posicion) he intentado hacer esto pero no me sale, como se hace?            oItem := oTree:scan( { | o | o:hitem == oRama:aItems[ 1 ]:hitem } )            oItem := oTree:insertAfter( oItem, cPrompt )            oItem:cargo := { ;            ...
by goosfancito
Mon Aug 28, 2023 6:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 1122

Re: Inicie repositorio prueba e Tree

... si me equivoco porque es todo nuevo esto para mi. en esa linea lo que hago es tomar "Cada rama" ? oTree:scan( { |o| ascan(o:aItems, ...) })  y en esa linea lo que hago es recorrerme los "aItems" de cada rama? oTree:scan( { |o| aScan(o:aItems, ...
by goosfancito
Thu Aug 24, 2023 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 1122

problemas con END() en el nodo raiz de un tree

... por una como quiero) pero al querer eliminar el "nodo" me tira error, me dice Error description: Error BASE/1004 No existe el método: AITEMS Args: [ 1] = U Stack Calls =========== Called from: => AITEMS( 0 ) Called from: .\source\classes\TTVITEM.PRG => TTVITEM:END( 166 ) que ...
by goosfancito
Fri Aug 11, 2023 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con END() en el nodo raiz de un tree
Replies: 2
Views: 127

genblock

... return allway 9 nRow:=30 For n= 1 to 9 @ nRow,2 BTNBMP aBtnCalc[n] PROMPT ltrim(str(n+1)) FLAT SIZE 20,30 PIXEL of oDlg ; ACTION AddItems(oInvoice,aItems, GenBlock_(n) ,@nRowItems,fromdate,Todate) nRow+=32 NEXt fUNCTION GenBlock_(n) RETURN n and I Wish insert on GenBlock_(n) a right number (n)
by Silvio.Falconi
Mon Jun 12, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 256

Re: download iPhone Photo connect to PC

hi Antonio oItem:oParent oItem:aItems thx for Answer i got to Step 3 and must use a Workaround which i don´t want. https://i.postimg.cc/15qKYbtL/FW-DEVICE.png Problem : when click on Node it open Sub-Folder but click on Node ...
by Jimmy
Mon Nov 28, 2022 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 1034

Re: download iPhone Photo connect to PC

Dear Jimmy,

oItem:oParent

oItem:aItems
by Antonio Linares
Mon Nov 28, 2022 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 1034

Progress control on MsgItem

... 0, 100 )   RETURN NIL  https://i.postimg.cc/gj6knHYd/f.png I wish show it on third msgitem I tried oApp:oWinMain:oMsgBar:aItems[3] //not run also with @ 02, 11 PROGRESS oApp:oBarProgress POSITION 1 of oApp:oMsgItem3 //Make error If I make ?oApp:oWinMain:oMsgBar:GetItems() ...
by Silvio.Falconi
Sat May 07, 2022 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress control on MsgItem
Replies: 0
Views: 146

Xbrowse and Array

... "PT", "RFID Tag", "CERT Profile" ; FIELDSIZES 200 , 300 , 608 , 100 , 100, 100, 400 , 200 ; OF oDlg ARRAY aItems AUTOCOLS FONT oFont1 Thank you,
by cdmmaui
Tue Feb 08, 2022 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Array
Replies: 2
Views: 337

COMBOBOX STYLE

... is numeric nNaturaIva: = ASCAN(aNatura, { | a | alltrim(a[ 1 ]) == alltrim("N1") } ) @ 140, 120 COMBOBOX aGet[4] VAR nNaturaIva ITEMS aItems SIZE 450,24 PIXEL OF oDlg STYLE CBS_DROPDOWN UPDATE bat when I put the mouse on combobox it go out error https://i.postimg.cc/85QV0SKJ/ff.png ...
by Silvio.Falconi
Tue Jan 11, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX STYLE
Replies: 0
Views: 245

Re: New FTDN November/Noviembre (FWH 21.11)

... el desconfigurador. - Añadido ( 64 bits ) cuando tu aplicación se construye como una aplicación de 64 bits. * Nueva función SetSysColors( aItems, aRgbColors ) --> lSuccess http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37922&sid=54ad898a54718ceb4499289b28c0db17 Es recomendable ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1016

New FTDN November/Noviembre (FWH 21.11)

... hover * TMSGBAR - New DATA nTimer: configure timer - Added ( 64 bits ) when your app is build as 64 bits application * New function SetSysColors( aItems, aRgbColors ) --> lSuccess http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37922&sid=54ad898a54718ceb4499289b28c0db17 Also read ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1016

Re: tree y el gotop()

En el árbol se hace así:

oTree:GoTop()

y en una rama del arbol:

oTree:Select( oItem:aItems[ 1 ] )
by Antonio Linares
Fri Nov 26, 2021 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tree y el gotop()
Replies: 1
Views: 176

Re: cantidad de items en un TREE

Gustavo, Tienes que añadir estos métodos: Clase TTreeView: METHOD Len() INLINE Len( ::aItems ) y METHOD Count() CLASS TTreeView   local nItems := 0, bAction := { | oItem | nItems++, .F. }   ::Scan( bAction )return nItems Ahora en la Clase ...
by Antonio Linares
Mon Sep 13, 2021 6:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cantidad de items en un TREE
Replies: 14
Views: 1118

Re: cantidad de items en un TREE

Gustavo,

la cantidad de items que contiene un item:
Len( oItem:aItems )

La cantidad de items que contiene el contenedor del item:
Len( oItem:oParent:aItems )
by Antonio Linares
Sat Sep 11, 2021 5:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cantidad de items en un TREE
Replies: 14
Views: 1118
Next

Return to advanced search