Search found 98 matches: additem

Return to advanced search

Re: Sumar o combinar matrices/arreglos

a1 := {1,2,3}
a2 := {3,4,5}
a1 := additem(a1, a2)

FUNCTION AddItems(aArray, aItems)
local nOrigSize := Len(aArray)
ASize(aArray, nOrigSize + Len(aItems))
AEval(aItems, {|uItem, nPos| aArray[nOrigSize + nPos] := uItem} )
RETURN aArray

Saludos
by hectorpapiri
Thu May 31, 2018 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sumar o combinar matrices/arreglos
Replies: 7
Views: 1540

Re: html class

... antonio sad me to use vistamenu but the methd addlitem out a text with underfont and if I make addItem( cTextHtml) it make all my text (html) with underfont write also the command html
by Silvio.Falconi
Wed Jan 24, 2018 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2417

DEFINE DDE problem

... )]" ) oDde:Execute( "[CreateGroup( FiveWin 16 )]" ) oDde:Execute( "[ShowGroup( FiveWin 16, 1 )]" ) oDde:Execute( "[AddItem(" + fold + "\Readme.txt, Readme.txt )]" ) RELEASE DDE oDde return nil * **** END PRG ***** Any help ? Tks
by Romeo
Thu Jan 12, 2017 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE DDE problem
Replies: 4
Views: 1722

Re: searching a text into an array

... on this array If AScan( aTagsTemp, {|a| a == cText } ) =1 <--- not run ok Msginfo("it is allready exist on list") else oControl:AddItem( ctext ) Endif
by Silvio.Falconi
Sun Jun 05, 2016 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: searching a text into an array
Replies: 6
Views: 824

add an item on folderr

I add a item on folderex control

oFolder:AddItem(cRaTitolo)

it run ok

How I can make to control if the user have allready create the same tab on folder ? and if it is allready created run the command setoption ?
by Silvio.Falconi
Tue Mar 29, 2016 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add an item on folderr
Replies: 0
Views: 283

Re: FolderEx y DelItem

... de Biel tampoco me pareció mala, por eso lo implementé también, pero, evidentemente, tienes razón en el tema de la homogeneidad en los metodos AddItem y DelItem en cuanto a las nuevas datas se refiere
by cnavarro
Sun Mar 01, 2015 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FolderEx y DelItem
Replies: 25
Views: 4882

Re: FolderEx y DelItem

METHOD AddItem( cItem, cResName, bRedefineControls, cnHelpId, bPrevItemDeleted, bPostItemDeleted) CLASS TFolderEx //Dos nuevos parámetros local oDlg local nLen local n local oThis := Self if ValType( ::bPrevItemAdded ) == "B" ...
by Biel EA6DD
Fri Feb 27, 2015 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FolderEx y DelItem
Replies: 25
Views: 4882

Re: FolderEx y DelItem

... que se cierre. Como comente antes, actualmente suplo esta ausencia colocando el codeblock en el valid del dialogo asociado a la pestaña. En el additem, creo que no es necesario, con un solo codeblock cumple toda la funcionalidad. Que os parece, asi? Las Datas, serian:    DATA      bPrevItemAdded ...
by cnavarro
Wed Feb 25, 2015 8:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FolderEx y DelItem
Replies: 25
Views: 4882

Re: FolderEx y DelItem

... que se cierre. Como comente antes, actualmente suplo esta ausencia colocando el codeblock en el valid del dialogo asociado a la pestaña. En el additem, creo que no es necesario, con un solo codeblock cumple toda la funcionalidad.
by Biel EA6DD
Wed Feb 25, 2015 8:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FolderEx y DelItem
Replies: 25
Views: 4882

New FTDN february/febrero 2015 (FWH 15.02)

February 2015 ============= * Enhancement: Class TOutLook method AddItem(), disabled buttons were not looking in gray colors. Now it is ok. Many thanks to Carlos Vargas! http://forums.fivetechsupport.com/viewtopic.php?p=171117#p171117 * Fix: ButtonBar Buttons ...
by Antonio Linares
Mon Feb 23, 2015 9:23 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1480

fix para toutlook

Antonio, por favor agrega estas lineas a la clase toutlook, METHOD AddItem corrige un problema con los botones cuando estan deshabilitados, no estan usando color gris.      oBmp := TBtnBmp():New( 0, 0, BMP_SIZE, BMP_SIZE, ;                    ...
by carlos vargas
Wed Jan 21, 2015 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fix para toutlook
Replies: 9
Views: 2060

Re: New Rating Class

... METHOD New( nTop, nLeft, nWidth, nHeight, oWnd ) CONSTRUCTOR    METHOD Redefine( nId, oWnd, oFont, aItems ) CONSTRUCTOR    METHOD AddItem( cText, nPeso )    METHOD AssignValues()    METHOD Paint()    METHOD Display() INLINE ::BeginPaint(),::Paint(),::EndPaint(), ...
by Silvio.Falconi
Wed Dec 17, 2014 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 19612

Re: Is possible to add FolerEx Tab on run time ?

You may need to
METHOD CLASS AddItem TFolderEx
by cnavarro
Sat Aug 23, 2014 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is possible to add FolerEx Tab on run time ?
Replies: 1
Views: 342

New FTDN (May/June) 2014 (FWH 14.06)

... Now it is ok. Thanks to Angel Salom: http://forums.fivetechsupport.com/viewtopic.php?p=159474#p159474 * Enhancement: Class TFolderEx Methods AddItem() and DelItem() have been improved thanks to Biel! * New: DATA cFooterPicture in TXBrwColumn class. It is now possible to define a different ...
by Antonio Linares
Thu Jun 19, 2014 10:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (May/June) 2014 (FWH 14.06)
Replies: 0
Views: 854

Errores al traspar proy. FWH pre-release a FWH actualizada

Hola :-) De primeras perdón por la parrafada que voy a poner, pero no veo otra forma de explicar correctamente lo que ocurre. Tengo un proyecto realizado en FWH pre-release con las pantallas en un .RES y funciona correctamente. Compilado y enlazado con BCC 5.5 e ilink32 Ahora lo tengo que pasar a la...
by mlolo
Wed Apr 02, 2014 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1402
PreviousNext

Return to advanced search