From: Tony R. <tb...@gm...> - 2009-11-23 21:36:47
|
I'm getting errors about the ColorButton files not being there. -Tony On Sun, Nov 22, 2009 at 11:15 AM, Nuklear Zelph <nuk...@gm...>wrote: > this is the code i have so far. i got kinda burned out on the dialog > solution so i have shrunk away from the project for a couple weeks. i did > start the textStyle container and a simple parser for it this week. i don't > expect the parser to be very powerful if i get it to work, just mostly for a > simple xml to disk storage format for the styled text. it might not be very > easy to parse with xslt, but that is why i have an xml to text container > class too. it may not be the most useful in practice, but it should be light > enough not to matter much. > > i was thinking about making the notebook api compatible with the wxNotebook > class for simplicity, but still use the other functions like in > wxFlatNotebook and Notebook. i think it will probably just be a > compatibility layer, or virtual so that either approach could be the main, > depending on the real class used. > > there is a lot of stuff to deal with, i have kinda been doing ring around > the rosey with all the bits, but so far my brain has not melted down. the > code is organized per each api, but everything is probably not laid out real > clear, i just made a snapshot of what i have done. so far i think everything > will work fine except for maybe the dialog solution since it does not seem > to be "aware" of the users version in the dialogdata class. i gave up on it > for now so i could work on the text style container and maybe i can figure > out what i am forgetting later. > > Nuklear > |