Re: [Freedos-devel] Announcing FDOSTUI

2017-02-07 Thread Mark Olesen
Hi Folks, As suggested, I implemented an INI parser (read only): http://www.nongnu.org/fdostui/ini_8h.html Following, themeing was fairly straight forward: http://www.nongnu.org/fdostui/page_themeing.html Thank you all for your previous suggestions. I look forward to your comments. Have a grea

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-04 Thread Mark Olesen
I appreciate that and will update via the forum when I have an INI/Config implementation. Thanks for the tweet. On Sat, Feb 4, 2017 at 4:28 PM, Jim Hall wrote: > Sounds cool! > > I've tweeted your project from the FreeDOS Project twitter. Once > you've added the INI support, I'd be happy to ment

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-04 Thread Jim Hall
Sounds cool! I've tweeted your project from the FreeDOS Project twitter. Once you've added the INI support, I'd be happy to mention it as a news item on our front page to get more exposure. Jim On Sat, Feb 4, 2017 at 5:20 PM, Mark Olesen wrote: > Your right about that. Thanks. > > I am looking

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-04 Thread Mark Olesen
Your right about that. Thanks. I am looking into building an INI library (public domain). It's tempting to just rip something off the shelf for this. On Fri, Feb 3, 2017 at 6:22 AM, Alain Mouette wrote: > I believe that changing a config file is just great for that! Avoinding > bloat is importa

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-03 Thread Alain Mouette
I believe that changing a config file is just great for that! Avoinding bloat is important At most, there could be 2 or 3 sets of parameters, not only that would help but it can also serve as aguide for creating a new one Alain On 02-02-2017 20:26, Mark Olesen wrote: Skinning at the moment c

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-02 Thread Mark Olesen
INI has my upvote. Just not sure of how much scope I would include. what if you want a class that can be used to read and write to it (maintaining comments and such)? Complexity is added. I can see code creep. If it was read only it would be fairly simple and inexpensive. However, then other code

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-02 Thread Jerome Shidel
> On Feb 2, 2017, at 5:26 PM, Mark Olesen wrote: > > Skinning at the moment can only be done by modifying code (skin.c). I left it > out because I do not know the best method of providing a decent configuration > file without adding allot of code bloat. FLTK has a preferences widget > (Fl_Pr

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-02 Thread Mark Olesen
Skinning at the moment can only be done by modifying code (skin.c). I left it out because I do not know the best method of providing a decent configuration file without adding allot of code bloat. FLTK has a preferences widget (Fl_Preferences), which is a candidate. XML, JSON formats are other thin

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-02 Thread Alain Mouette
I like that :) Just one question: can default collors be configured? I would like something like "dialog" in Linux which has a gray background... :) Alain On 01-02-2017 21:49, Mark Olesen wrote: Hello, I liked and made the changes you had pointed out. Thanks for the input. html pages affe

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-01 Thread Mark Olesen
Hello, I liked and made the changes you had pointed out. Thanks for the input. html pages affected: http://www.nongnu.org/fdostui/page_compiling.html http://www.nongnu.org/fdostui/page_hello.html On Wed, Feb 1, 2017 at 10:01 AM, Rugxulo wrote: > Hi, > > On Fri, Jan 27, 2017 at 8:07 PM, Mar

Re: [Freedos-devel] Announcing FDOSTUI

2017-02-01 Thread Rugxulo
Hi, On Fri, Jan 27, 2017 at 8:07 PM, Mark Olesen wrote: > > FDOSTUI is a C++ library for creating text interfaces. > > The project homepage is: > > http://www.nongnu.org/fdostui/ > > Comments and criticism are welcome. Disclaimer: due to lack of C++ expertise, I may not do much with this. Nevert

[Freedos-devel] Announcing FDOSTUI

2017-01-27 Thread Mark Olesen
FDOSTUI is a C++ library for creating text interfaces. The project homepage is: http://www.nongnu.org/fdostui/ Comments and criticism are welcome. -- Check out the vibrant tech community on one of the world's most engagi