Newbie Member
29Nov2006,15:09   #11
sivaprakash's Avatar
Is it possible to show the node in a color currently the mouse over on it
Go4Expert Founder
29Nov2006,15:34   #12
shabbir's Avatar
Quote:
Originally Posted by sivaprakash
Is it possible to show the node in a color currently the mouse over on it
Its definitely possible. Override the paint and paint the node using different color
Go4Expert Member
29Nov2006,16:05   #13
viswa56@gmail.com's Avatar
Dear Sir,

With your help,I can able to place the nodes at required positions.But I can't save the file.How can I save it?If I saves it 80% of my work will be complete.

Please kindly help me on this context.....

I will be waiting for your reply...

Thanking You Siir.........
Go4Expert Founder
29Nov2006,16:16   #14
shabbir's Avatar
Which file you are trying to save??
Go4Expert Member
29Nov2006,16:55   #15
viswa56@gmail.com's Avatar
Dear Sir,

Actually I am working on XML File.I am representing an XML File in a treeview.After implementing required operatons(moving of nodes) ,eventhough I am giving a statement to save the file,the changes are not appearing in the original file.

And one more thing is ,I am not able to scroll treeview while performing Drag And Drop Operations.


KIndly help me on these two things.......

Waiting for your reply........


Thanking You Sir...........
Go4Expert Founder
29Nov2006,17:00   #16
shabbir's Avatar
You need to provide some more details about the xml file so that we can understand how you are reading/writing and why the changes are not happening.

Regarding scrolling while you are dragging it should work with the mouse and not with the mouse scroll as with any other normal window/controls.
Go4Expert Member
29Nov2006,17:13   #17
viswa56@gmail.com's Avatar
Dear Sir,

I am moving moving the nodes of an xml file in a treeview to the desired positions.I can move nodes in a treeview to a desired position.These changes(new positions for nodes) can be seen in a treeview.But even though I am saving the file after moving the nodes,I am not able to see those changes,when we load the file next time.


I am not understanding regarding of scrolling.


Waiting for your reply..................

Thanking You Sir............
Go4Expert Founder
29Nov2006,17:21   #18
shabbir's Avatar
Regarding scrolling it should be behaving as any other normal window tree view does as we dont handle or interrupt anything in the tree view.
Go4Expert Member
29Nov2006,17:25   #19
viswa56@gmail.com's Avatar
Dear Sir,

I am moving moving the nodes of an xml file in a treeview to the desired positions.I can move nodes in a treeview to a desired position.These changes(new positions for nodes) can be seen in a treeview.But even though I am saving the file after moving the nodes,I am not able to see those changes,when we load the file next time.





Waiting for your reply..................

Thanking You Sir............
Go4Expert Member
30Nov2006,10:05   #20
viswa56@gmail.com's Avatar
Dear Sir,

Can I implement autoscrolling in the treeview which is presented by you?If so how can I?