WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: flPicSee version 0.9.1  (Read 8920 times)

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: flPicSee version 0.9.1
« Reply #15 on: October 30, 2009, 07:01:09 AM »
curaga:  I think the answer is 'no', since FL-PicSee is currently not using the built-in FLTK function to handle FLTK-specific startup arguments.  But doing so may be a very good way to add this custom title capability in a standard way at very little cost in terms of code size.  I'll have to see if using that built-in command-line processing function would break anything else I'm doing with the command line or title.
--
Mike L. 

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: flPicSee version 0.9.1
« Reply #16 on: November 02, 2009, 07:27:27 PM »
I experimented with the Fl::args() function, but found out that I would need to rework some of my command-line processing code to better co-exist with it.  I have very limited hacking time over the next few weeks, so I may not get back to this very soon.
--
Mike L.