Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Uid not saving (Read 1722 times)
darrenwwwa
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: May 12th, 2009
Uid not saving
May 12th, 2009 at 2:20pm
Print Post  
In my TableNodes I am assigning a GUID to the Uid field.
I save the diagram using SaveToString().

I looked at the created XML and the Uid is not included.

Am I missing something? I see that each node has a new ID (starting with 0), but that is the ONLY unique identifier I can find for each node.

Is there a fix for this? Or just a work-around?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Uid not saving
Reply #1 - May 12th, 2009 at 2:56pm
Print Post  
Are you assigning them to the Tag property? In such case, handle the SerializeTag and DeserializeTag event.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Uid not saving
Reply #2 - May 12th, 2009 at 2:58pm
Print Post  
- now I see there is Uid derived from UIElement. The control does not use it nor saves its value. Use the Tag property instead.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint