Search found 20 matches: nodes

Return to advanced search

Fivewin controls similar to javascript elements

... are then handled by the application's message loop. This is somewhat analogous to events in the JavaScript DOM, where events are dispatched to nodes in the DOM tree. Event Listeners/Handlers: In both Windows applications (including those developed with FiveWin) and JavaScript, you typically ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Tree con xBrowse

... record numbers. aSelected and Tree do not go together. The record positions in a Tree are volatile (not fixed) and keep changing when tree nodes are opened and closed. aSelected works for datasource where the RecNo is fixed for each record. This requires a different approach and that is ...
by nageswaragunupudi
Thu Feb 04, 2021 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tree con xBrowse
Replies: 4
Views: 395

Re: Are there any Treeview samples with associated edit boxes?

... page? So, I removed the popup that asks if you want to replace the file, when you click the Save button. Recompiled, and looks fine. I added some nodes to the test.xml, and also changed the pages associated with some of the nodes, and then added an image to one of the pages. Saved and exited. ...
by FWExplorer
Thu Dec 10, 2020 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

TTreeview all opened

Hi,

i have:
oTree := TTreeView():New( 0, 0, oWnd )
oTree:nWidth = 180
oTree:Expand()
..
.
.
HOW CAN I SHOW ALL THE TREE OPENED with all the nodes opened ?

tks
by Romeo
Mon May 13, 2019 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTreeview all opened
Replies: 2
Views: 546

Re: print Treeview

hardcopy prints just actual view.
I have a lot of tree of BOM (bill of materials) with dozens of nodes, I can not to print whit hardcopy, scroll dialog and print next nodes with another hardcopy in another page.
by damianodec
Mon May 13, 2019 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: print Treeview
Replies: 8
Views: 864

Re: TensorFlow DLL for Windows (64 bits)

... of a TensorFlow tensor as an n-dimensional array or list. A tensor has a static type and dynamic dimensions. Only tensors may be passed between nodes in the computation graph. https://www.tensorflow.org/programmers_guide/dims_types tf.prg #include "FiveWin.ch"#define TF_STRING ...
by Antonio Linares
Sat Jun 03, 2017 7:27 am
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: TensorFlow DLL for Windows (64 bits)
Replies: 28
Views: 14666

Re: Introducing FiveTech's fivedit

... on a method or function and the source for that is displayed in the edit panel. There are buttons for sorting and expanding and collapsing all the nodes. It also has a few other buttons I have never used and I am not sure what they do. James
by James Bott
Tue Feb 23, 2016 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107326

Problema al actualizar a Windows 10

... Processor 0 -* Physical Processor 1 Logical Processor to Socket Map: ** Socket 0 Logical Processor to NUMA Node Map: ** NUMA Node 0 No NUMA nodes. Logical Processor to Cache Map: *- Data Cache 0, Level 1, 32 KB, Assoc 8, LineSize 64 *- Instruction Cache 0, Level 1, 32 KB, Assoc 8, LineSize ...
by cnavarro
Thu Aug 20, 2015 8:49 pm
 
Forum: Off Topic / Otros temas
Topic: Problema al actualizar a Windows 10
Replies: 2
Views: 1078

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... := FOpen( cFileName ) xmlDoc := TXmlDocument():New( hFile ) xmlNode := xmlDoc:oRoot:oChild cXml := xmlNode:Path() // there are methods to find nodes (but also attributes, values and data): xmlNode := xmlDoc:FindFirstRegex( cNode ) // to modify them: xmlNode:SetAttribute( "Name", "MyNode" ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2281

TXMLDocument()/TXMLIterator()

I have a XML with this structure: The TXML classes dont have a sample with multiple nodes with the same name with Iterators in each. <Tributacoes> -> Multiple <Segmento> Each <Segmento> have Multiple nodes, each with Multiple tags. How I can read ...
by sambomb
Mon May 11, 2015 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXMLDocument()/TXMLIterator()
Replies: 3
Views: 947

Re: Processing XML Data

Darrell, This example shows how to iterate those nodes: (I have renamed your XML to test.xml) darrell.prg #include "FiveWin.ch"function Main()      local oXmlDoc  := TXmlDocument():New( "test.xml" ...
by Antonio Linares
Wed Mar 13, 2013 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Processing XML Data
Replies: 10
Views: 5957

Re: Processing XML Data

... Physical 8. Dates 9. ContactDetails 10. TransportItem 11. Transit (Identifiers, Dates, ShippingDetails) I am sending you XML with multiple DETAIL nodes.
by cdmmaui
Wed Mar 13, 2013 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Processing XML Data
Replies: 10
Views: 5957

Re: Creacion de archivo Excel .XLSX con mas de 100,000 Lineas

... handle, an XML formatted character string can be passed. If the first parameter is omitted, the object has no XML data, but can be used to add XML nodes and create a new XML file (see example). <nStyle> This parameter instructs the TXMlDocument object how to read an XML file and/or how to ...
by Willi Quintana
Tue Nov 15, 2011 4:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creacion de archivo Excel .XLSX con mas de 100,000 Lineas
Replies: 20
Views: 8991

Re: How to know which item was checked on tree?

... can result in unexpected behavior.For example, you might set the Checked property in the event handler when you are recursively updating the child nodes, so the user does not have to expand and check each one individually.To prevent the event from being raised multiple times, add logic to your ...
by dempty
Tue Sep 15, 2009 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to know which item was checked on tree?
Replies: 10
Views: 1471

Jack,

There is nothing wrong :-)

NTX files can have empty spaces in their internal nodes. So different RDDs versions can modify the way the NTXs are created, and then you get different NTXs sizes.

What you have to check is that the indexes are working fine. Thats what really matter :-)
by Antonio Linares
Thu Dec 11, 2008 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of a NTX File
Replies: 5
Views: 1127
Next

Return to advanced search