... de Inteligencia Artificial desde nuestras apliaciones FWH. * Mejora: El método Scan( bAction ) ahora proporciona un tercer parámetro (nLevel) con el nivel del elemento. De esta forma podemos guardar fácilmente un TTreeView en una DBF, etc... * Nuevo: Nuevo ejemplo samples\webviewxml.prg, ...
... to see the AI possibilities from our FWH apps. * Enhancement: Class TTreeView Method Scan( bAcion ) now provides a third parameter with the nLevel of the item. This way we can easily save a TTreeView toa DBF, etc. * New: samples\webviewxml.prg shows how to display a XML file as a tree from ...
... for Fivewin --- still not sure about Concept of Fivewin in Sample elixir.prg "Cargo" use only String while HMG use Array with {String,nLevel} these HMG Function are based on nLevel which seem missing under Fivewin HMG Tree_1.ParentValue( nValue ) --> nValue | NIL HMG Tree_1.GetPathValue( ...
Works. Thanks. I color the row for ::otree:nlevel=1, but it would be more convenient to combine columns in this row. I tried using column merging from the XBRUSER.PRG example Everything works, but the column separators are visible
... it return only images\2.png instead of ..\images\2.png just an Idea I tried this function Function UrlImage(curl) Local aTmp local nLevel := 1 local x local cCad :="" If !empty(cUrl) aTmp := Hb_ATokens( curl, "\" ) For x = Len( aTmp ) - nLevel + 1 To Len( aTmp ...
Antonio, pls see the METHOD DesktopAlertSettings . it not save the new ntrasparency value ( data ::nlevel) and on button Preview not refresh the desktopalert window a Question when I edit on DesktopAlertSettings and finish the ::ntimer it close the obj . How I can make to ...
gdipluss.cpp: Warning W8022 c:\bcc7\include\windows\sdk\GdiplusHeaders.h 636: 'Bitmap::Clone(c onst Rect &,int)' hides virtual function 'Image::Clone()' QColorQuantizer.cpp: Error E2209 stdafx.h 32: Unable to open include file 'afxwin.h' Error E2209 stdafx.h 33: Unable to open include file 'afxe...
... in the application program. For example ( FWH12.08 till FWH15.03 ) ADD TO ::oBrw DATA { |x| If( x == nil .or. ::Brw:oTreeItem:nLevel < 2, ::oBrw:oTreeItem:Cargo[ _PAID ], ; ::oBrw:oTreeItem:Cargo[ _PAID ] := x ) } ; ...