Search found 71 matches: collector

Return to advanced search

Re: btnbmp or buttonbmp or rbtn ??

Silvio,

with TTitle I can create a button using a full size image as background that looks the same
like Your screenshot. The button-shadow can be on any position You like.
I will test it with my sample-collector.

regards
Uwe
by ukoenig
Mon May 29, 2017 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp or buttonbmp or rbtn ??
Replies: 6
Views: 986

Re: Artificial intelligence - Class TPerceptron

James, That was a nice test of the practical use of my sample-collector I included the sample from Antonio 1 : 1 to a free section. I didn't change anything. NO errors ( just 5 minutes time to test it ) . The xBrowse-results : http://www.pflegeplus.com/IMAGES/Samples9.jpg ...
by ukoenig
Thu May 18, 2017 4:12 pm
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 7953

Re: Xbrowse multiple selection for showing colum names

I added this solution to the sample-collector. It saves a lot of time ( just 5 minutes ) because no defines of windows, dialogs or folders is needed. Just include the code to any of the group-sections of window, dialog or folder. I counted ...
by ukoenig
Wed May 17, 2017 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse multiple selection for showing colum names
Replies: 2
Views: 789

How to change / add the bitmap on the xBrowse-tree-column ?

Hello, I added the sample xBrowsetree to my sample-collector. trying to add a bitmap on column 1 with WITH OBJECT oBrw3:aCols[ 1 ] :AddBmpFile( c_Path1 + "Open2.bmp" ) :bBmpData := 1 END on column 1, doesn't work. Using column 2, it is OK ...
by ukoenig
Mon May 15, 2017 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change / add the bitmap on the xBrowse-tree-column ?
Replies: 3
Views: 924

Sample - collection ( download Rel. 1.1 )

Hello, because of many samples I created during the years, I*m working on a sample-collector , where it will be easy to include new tests. The full source will be added as a download. There will be 3 groups with 4 selections One selection ( radio ) can have a folder ...
by ukoenig
Thu May 11, 2017 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample - collection ( download Rel. 1.1 )
Replies: 10
Views: 2700

Re: a tpanel into a tfolder

I make it but the problem is of the panel because I explain you you have an office. you have a big closet where there are so many colored collectors each colored binder contains many documents (invoices, bills of electricity ...) I wish show all this collectors , I cannot want use xbrowse but ...
by Silvio.Falconi
Fri Feb 26, 2016 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a tpanel into a tfolder :resolved!!
Replies: 17
Views: 7914

Re: SOLUCIONADO Algo raro con un array

... al array inicial no se rompe hasta que la segunda función devuelve el nuevo array y lo vuelve a asignar, y puede que aún así el "garbage collector" de Harbour tarde en liberarlo. Eso y la optimización de crear el array ya dimensionado es mucho más rápido y efectivo usando la funcion ...
by xmanuel
Tue Jan 05, 2016 10:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOLUCIONADO Algo raro con un array
Replies: 9
Views: 1130

Re: Pregunta sobre PHB_ITEM (Para A. Linares)

... PHB_ITEM hb_gcGripGet( PHB_ITEM pItem ); extern void hb_gcGripDrop( PHB_ITEM pItem ); Fijate que pertenecen a la categoria "gc" (garbage collector), ya que de lo que se trata es de indicarle al recolector de basuras que no destruya ese item. Mi duda es si se puede mantener "viva" ...
by Antonio Linares
Tue Dec 29, 2015 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre PHB_ITEM (Para A. Linares)
Replies: 7
Views: 1585

Re: hb_xrealloc can't reallocate memory

... into bigger ones, defragmenting the memory. Usually our processor intensive functions don't allow the Harbour's core to activate the garbage collector, but we are able to manually execute it calling HB_GcAll(). In Clipper that process was triggered by calling Memory(-1). So you can introduce ...
by Carlos Mora
Wed Sep 02, 2015 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7239

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... up in producing smaller and faster executables. Built-in support for SET TRACE [On|Off] and TraceLog() function. Optimized and extended Garbage Collector. Optimized OOP system. Full support for Clipper undocumented OOP internals (not available in Harbour). Built-in support for OLE in Win32. ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2282

Re: ATENTOS. TXMLDocument no libera memoria

... hb_gcall(.f.) y a mi modo de ver ha de ser hb_gcall(.t.) y por ello ponia la direccion de donde hay una explicacion a todo esto del garbage collector Es igual , lo pongas a .T. o lo pongas a .F., es que en el primer post, si lo pongo a .T. , no sé si tu aplicación usan threads, literalmente, ...
by thefull
Mon Mar 16, 2015 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ATENTOS. TXMLDocument no libera memoria
Replies: 26
Views: 7453

Re: ATENTOS. TXMLDocument no libera memoria

... hb_gcall( .f. ) y a mi modo de ver ha de ser hb_gcall( .t. ) y por ello ponia la direccion de donde hay una explicacion a todo esto del garbage collector. cordiales saludos.
by hmpaquito
Sat Mar 14, 2015 10:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ATENTOS. TXMLDocument no libera memoria
Replies: 26
Views: 7453

Re: ATENTOS. TXMLDocument no libera memoria

... recolector a ejecutar la accion, sino solo se hara cuando encuentre un idle. Eso podria explicar tus perdidas de memoria. Explicacion del garbage collector en https://vivaclipper.wordpress.com/2014/01/10/the-garbage-collector/ Por cierto, hablando de xml... ¿ alguien recomienda un buen editor/ ...
by hmpaquito
Tue Mar 10, 2015 12:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ATENTOS. TXMLDocument no libera memoria
Replies: 26
Views: 7453

Re: Antonio: "BUG" in TPrinter

... they are open (in use) 2. END... does not mean that the object is turned into nil. When you go out of the scope where it is defined, the garbage collector will do its work and will finally free it.
by Antonio Linares
Tue Jan 21, 2014 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: "BUG" in TPrinter
Replies: 14
Views: 4980

Re: RibbonBar

... leak. James Its a technical reason mainly. From an object oriented point of view, calling End() should be enough, but we need to force the garbage collector to work as that does the real inner cleaning, and it gets invoked assigning it to nil. We can not make Self := nil from within a method. We ...
by Antonio Linares
Tue Jun 04, 2013 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar
Replies: 35
Views: 7316
PreviousNext

Return to advanced search