home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
HTPC Projects
Hardware
Ambient Lighting System
AtmoWin - improvement discussion
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="BassFan" data-source="post: 1070858"><p>what your mean?</p><p>i'm learning XMLFoundation.</p><p>first step is create a class, serialize the XML and write it to File</p><p>so i have Default Setting on first start.</p><p> </p><p></p><p>[CODE]</p><p>// m_IgnoreConnectionErrorOnStartup</p><p>if(ReadRegistryInt(mykey, configRootKey,"IgnoreConnectionErrorOnStartup",0) == 1)</p><p> m_IgnoreConnectionErrorOnStartup = ATMO_TRUE; [/CODE]</p><p>no idea i will check any value if read and write to XML to</p><p>please give me a Little time <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p> </p><p>Working with Developer of XMLFoundation</p><p>so i can use Read/write to XML - Files Registry like.</p><p> </p><p>[CODE=c++]//Registry..</p><p>WriteRegistryInt(mykey, configRootKey,"Ardu_BaudrateIndex", m_Ardu_BaudrateIndex); (OLD-WAY)</p><p>//XML.......</p><p>WriteXMLInt('PathFilename', 'AtmoWinX', "Ardu_BaudrateIndex", m_Ardu_BaudrateIndex); (I WILL DO THIS)</p><p>//PATH incl. FILENAME, SECTION, SETTING, VALUE[/CODE]</p><p> </p><p>[CODE=c++]//Registry..</p><p>m_Ardu_BaudrateIndex = ReadRegistryInt(mykey, newconfigRootKey,"Ardu_BaudrateIndex", m_Ardu_BaudrateIndex ); (OLD-WAY)</p><p>//XML.......</p><p>m_Ardu_BaudrateIndex = ReadXMLInt('PathFilename', 'AtmoWinX',"Ardu_BaudrateIndex", 0); (I WILL DO THIS)</p><p>//PATH incl. FILENAME, SECTION, SETTING, DEFAULTVALUE</p><p>[/CODE]</p><p> </p><p>the Developer work on this.. takes a while Sorry.</p><p><strong>Quote from Developer to!</strong></p><p></p><p> </p><p>your see also i'm working on it. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p> </p><p>greets</p></blockquote><p></p>
[QUOTE="BassFan, post: 1070858"] what your mean? i'm learning XMLFoundation. first step is create a class, serialize the XML and write it to File so i have Default Setting on first start. [CODE] // m_IgnoreConnectionErrorOnStartup if(ReadRegistryInt(mykey, configRootKey,"IgnoreConnectionErrorOnStartup",0) == 1) m_IgnoreConnectionErrorOnStartup = ATMO_TRUE; [/CODE] no idea i will check any value if read and write to XML to please give me a Little time ;) Working with Developer of XMLFoundation so i can use Read/write to XML - Files Registry like. [CODE=c++]//Registry.. WriteRegistryInt(mykey, configRootKey,"Ardu_BaudrateIndex", m_Ardu_BaudrateIndex); (OLD-WAY) //XML....... WriteXMLInt('PathFilename', 'AtmoWinX', "Ardu_BaudrateIndex", m_Ardu_BaudrateIndex); (I WILL DO THIS) //PATH incl. FILENAME, SECTION, SETTING, VALUE[/CODE] [CODE=c++]//Registry.. m_Ardu_BaudrateIndex = ReadRegistryInt(mykey, newconfigRootKey,"Ardu_BaudrateIndex", m_Ardu_BaudrateIndex ); (OLD-WAY) //XML....... m_Ardu_BaudrateIndex = ReadXMLInt('PathFilename', 'AtmoWinX',"Ardu_BaudrateIndex", 0); (I WILL DO THIS) //PATH incl. FILENAME, SECTION, SETTING, DEFAULTVALUE [/CODE] the Developer work on this.. takes a while Sorry. [B]Quote from Developer to![/B] your see also i'm working on it. ;) greets [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Hardware
Ambient Lighting System
AtmoWin - improvement discussion
Contact us
RSS
Top
Bottom