Hi!
Yeah, I didnt know that, now I'm using two classes, arraylist (in one
class) and the XmlSerializer and I can add, remove and modify accounts.
And everytime the user want's to exit from mBloggy the XmlSerializer
will update the XmlFile.
Thanks!
El dom, 05-10-2003 a las 19:30, Miguel de Icaza e
Hello,
> Well Im creating something like that, cause I'm loading the xmlfile
> (LoadConfigFile) in a struct like this:
>
> private struct ConfigInfo {
> string username;
> string password;
> string url;
> string identifier;
> }
>
> So if the file exists I 'load' the f
Uhm..
After sending the last reply I think in that option..
1. Load the xml file like you and Miguel says
2. Work in the array list with add/remove
3. After closing the app (delete_event), creates the new xml file
Is it a good idea?
Thanks!
El dom, 05-10-2003 a las 14:44, Ben Maurer escribió:
Hi!
Ok, I'll check the xml serialization, however the configuration NEEDS to
be saved in a file, not in 'the fly', so every change to the accounts
needs to be saved to the file (and then to the array, an array list or a
struct array).
Thanks!
El dom, 05-10-2003 a las 14:44, Ben Maurer escribió:
>
On Sun, 2003-10-05 at 14:52, Pablo Fischer wrote:
> Hello Miguel!
>
> Well Im creating something like that, cause I'm loading the xmlfile
> (LoadConfigFile) in a struct like this:
>
> private struct ConfigInfo {
> string username;
> string password;
> string url;
> strin
Hello Miguel!
Well Im creating something like that, cause I'm loading the xmlfile
(LoadConfigFile) in a struct like this:
private struct ConfigInfo {
string username;
string password;
string url;
string identifier;
}
So if the file exists I 'load' the file in
Hello,
> Im creating an app (mBloggy, to post 'posts' to a blog), however I'm
> going to use a xml file to save the user configuration (the blogs).
> Today I can write (JUST new files), read it and identify some parts, but
> I dont undestand what the inet says about modifying xml files, so How
> c
El dom, 05-10-2003 a las 13:28, Martin Willemoes Hansen escribió:
> Will it be free software I can download some day? .. Im looking for
> some good bloging software you see.
Of course it will be free!, I think im in the 80% of the app, Im just in
the 'user configuration' part and the 'format text'
On Sun, 2003-10-05 at 20:04, Pablo Fischer wrote:
Hi!
Im creating an app (mBloggy, to post 'posts' to a blog), however I'm
going to use a xml file to save the user configuration (the blogs).
Today I can write (JUST new files), read it and identify some parts, but
I dont undestand what the ine
Hi!
Im creating an app (mBloggy, to post 'posts' to a blog), however I'm
going to use a xml file to save the user configuration (the blogs).
Today I can write (JUST new files), read it and identify some parts, but
I dont undestand what the inet says about modifying xml files, so How
can I modify a
10 matches
Mail list logo