Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   XML (https://www.delphipraxis.net/46-xml/)
-   -   Delphi XML in TreeView als Menü (https://www.delphipraxis.net/131768-xml-treeview-als-menue.html)

Flodding 30. Mär 2009 19:07


XML in TreeView als Menü
 
Guten abend zusammen...

ich hab schon einige male mit xml gearbeitet in php also hab ich mir gedacht ich könnts ja auch mal in delphi probieren ;)

nun habe ich diese xml datei und habe heut schon mit n paar versuchen erste ergebnisse erzielt aber wie der titel schon sagt würd ich gerne ein treeviev als menü aus xml haben...

die xml schaut so aus:

Delphi-Quellcode:
<Programm Version="1.0.0.0">
  <Category>
    <Software name="Programm1">
      <PathExe>Pfad1.exe</PathExe>
    </Software>
    <Separator/>
    <Category name="Kategorie1">
      <PathIcon>KategorieIcon.ico</PathIcon>
      <Category name="Kategorie 1/1">
        <PathIcon>KategorieIcon.ico</PathIcon>
        <Software name="Programm2">
          <PathExe>Pfad2.exe</PathExe>
        </Software>
      </Category>
      <Category name="Kategorie 1/2">
        <PathIcon>KategorieIcon.ico</PathIcon>
        <Software name="Programm3">
          <PathExe>Pfad3.exe</PathExe>
        </Software>
      </Category>
    </Category>
  </Category>
</Programm>
wer vermag es nun mir den kniff zu verraten wie ich ans ziel komme?

danke für alle hilfreichen tips :)


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:03 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz