Re: [fltk.general] Question about installing fonts

2013-03-06 Thread edgar
> > > Well, Ubuntu should be no problem; ISTR they have the Musica font = > (possibly even version 3.06) in one of their packages, so it ought to be > pretty easy to get it installed on your test machine. > > Failing that, it's pretty easy to install a font for just a single user = > on linux: > >

Re: [fltk.general] Question about Fl_Input

2013-03-05 Thread edgar
the note heads out of the font works nicely too, so... > > > > >>=20 > >> And I was rushing anyway...! > >=20 > > Great job on making a nice full on app with a 'game' twist to = > it. > > Thanks! The game aspect wasn't me though, that w

Re: [fltk.general] Question about Fl_Input

2013-03-05 Thread edgar
> To Edgar; I meant to ask, what host platform are you developing on? > Doesn't really matter, but I was thinking of posting a music-font handling = > example, so that might need a bit of platform specific code, and I would aim > for your preferred platform first... Hi Ian,

Re: [fltk.general] Question about Fl_Input

2013-03-03 Thread edgar
ur examples and get working on this project. Thanks also for taking time to help a beginner like me. I will keep you posted as questions and comments arise. All Best, Edgar ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] Question about Fl_Input

2013-03-03 Thread edgar
> On 03.03.2013 19:33, Albrecht Schlosser (I) wrote: > > > And for the selection of notes, it would also be possible to use > > a piano keyboard, like this one here: > > > > http://prodatum.sourceforge.net/screenshots/v0.99/keyboard.png > > > > I don't know how it was done finally, but when we disc

Re: [fltk.general] Question about Fl_Input

2013-03-03 Thread edgar
> Rather, I'd offer a list of answers and allow the user to pick one - = > that removes the parsing aspect and makes things a lot simpler, with no = > loss of generality... > Good idea. I could use buttons labelled with note names... > > > User selects a quit button which destroys all dynamical

Re: [fltk.general] Question about Fl_Input

2013-03-02 Thread edgar
> On 02/28/13 23:58, edgar wrote: > > Is it possible to send text typed into an Fl_Input box to another box > > without using > > a callback via an enter button? > > Going to assume you meant not to have the word "without" in the above. > > >

Re: [fltk.general] Question about Fl_Input

2013-03-02 Thread edgar
-- void SimpleWindow::cb_quit(Fl_Widget* , void* v) { ( (SimpleWindow*)v )->cb_quit_i(); } void SimpleWindow::cb_quit_i() { hide(); } I am open to any and all suggestions and I thank you for your time! All best wishes, Edgar Crockett ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

[fltk.general] Question about Fl_Input

2013-03-01 Thread edgar
. Please pardon my ignorance and thanks for any suggestions. Edgar Crockett ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-22 Thread edgar
uot; fonts into fltk apps is not painful. > Indeed, in most cases you don't even have to install the font (in OSX you j= > ust put it in the app bundle, in Windows you use AddFontResourceEx(), and u= > nder Linux you can do, well, several options actually!) Thanks again. I hope I can

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-22 Thread edgar
, I took your advice. I wiped everything clean and rebuilt and everything seems to be running as it should. There must have been some conflict from a previous build. Thanks also to Ian for sending the names of the additional dev packages. That made all the di

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> On 02/21/13 18:09, edgar wrote: > > > > the fltk-config --complile is not finding Fl_Box. > > > > I typed fltk-config --complile hello.cxx > > > > and get an error message /hello.cxx:7: undefined reference to > > 'FL_Box::Fl_Box

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> On 02/21/13 18:09, edgar wrote: > >> > >> On 21 Feb 2013, at 20:33, edgar wrote: > > Hi Ian - that fixed it! Thanks!!! I've been able to compile numerous tests > > and play around with the font size and style. > > > > Here is a different

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 20:33, edgar wrote: Hi Ian - that fixed it! Thanks!!! I've been able to compile numerous tests and play around with the font size and style. Here is a different issue: the fltk-config --complile is not finding FL_Box. I typed fltk-config --complil

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 20:33, edgar wrote: > >=20 > > I installed the packages above as mentioned. One note according to = > Ubuntu support: libglut3-dev has been replaced. This package has been = > replaced by ``freeglut3-dev''. Could this be affecting the fon

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 02:35, edgar wrote: > > > I copied hello.cxx from the docs and compiled but the font comes up = > tiny- > > definitely not 36 - and does not change when other values are given as = > arguments. Nor do the fonts change. If you send me an emai

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 03:09, edgar wrote: > > >> I just installed Xext lib and compiled hello.cxx with -lXext. > > > It compiled but still no change in labelfont and label size. :( > > See my earlier post - I suspect you are missing more dev packs than just =

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 03:09, edgar wrote: > > >> I just installed Xext lib and compiled hello.cxx with -lXext. > > > It compiled but still no change in labelfont and label size. :( > > See my earlier post - I suspect you are missing more dev packs than just =

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 03:09, edgar wrote: > > >> I just installed Xext lib and compiled hello.cxx with -lXext. > > > It compiled but still no change in labelfont and label size. :( > > See my earlier post - I suspect you are missing more dev packs than just =

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-20 Thread edgar
fltk but it was challenging to get the X11 libraries to link up > so I would rather find Xext and get it in the right path if that is the > problem. > > Thanks again for your help. > Edgar > > I just installed Xext lib and compiled hello.cxx with -lXext. It compiled but st

[fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-20 Thread edgar
would rather find Xext and get it in the right path if that is the problem. Thanks again for your help. Edgar ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] change labelfont and labelsize?

2013-02-19 Thread edgar
Thanks Ian, I will check the tests and docs and post again if questions arise. Cheers, Edgar ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

[fltk.general] change labelfont and labelsize?

2013-02-18 Thread edgar
; } I can email a screenshot, but I don't see where to attach the screenshot to this message. Thanks, Edgar Crockett ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk