Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Saving Treeview / node.data and records

Featured Replies

Posted

hey gang, hope everyone is well :P

I am developing an application management program (see screenshot below)

10341211.png

The problem I am having is to do with saving the settings or Treeview. I have googled and seen an example on about.com saving in the xml format but my xml knowledge is nil,

The goal is to beable to save the treenode to a single file along with the images. however (the big problem) i have assigned records to each node using the node.data (pointer to a record) in which contains unique information based on each node.

  type
PAppItem = ^TAppItem;
TAppItem = Record
sFileName :String;
sFilePath :String;
sCategory :TTreeNode;
cmdShow :Integer;
end;

category nodes do not have this record assigned to it but application nodes do. Is it possible to save all this data?

  • 2 weeks later...

wh about @:

http://www.codeproject.com/KB/cpp/TreeView_Serializer.aspx?display=Print

??

hf

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.