From graphics-request at octave dot org Fri Jul 23 02:31:42 2004 Subject: Re: OctPlot -- new release From: Shai Ayal To: Paul Kienzle Cc: octave-graphics Date: Fri, 23 Jul 2004 10:26:39 +0300 Paul, 1. Thanks, a modifier is a good way to go. probably shift-click. I would use the symbolic constants FLTK has for the modifiers though for cross platform compatibility 2. If you think it's a bug, you should report it to www.fltk.org. They have a nice bug reporting scheme and they're quite responsive. 3. Is it possible that I have turned you into a fltk fan? :) Shai Paul Kienzle wrote: > Or a modifier. > > Shift=65505 > Control = 65507 > Apple=65511 > Alt = 65513 > > While I'm at it: > > Fn = 65469+n for n in 1..7, 12, 16 > Help = 65384 > Del = 65535 > Home = 65360 > End=65367 > PgUp=65365 > PgDn=65366 > Clear=65407 > Left=65361 > Up=65362 > Right=65363 > Down=65364 > > Modifier keys are only seen once. > > Other keys are seen by FL_KEYDOWN twice > initially, then twice for each key repeat. This > seems like a bug in the OS X version 1.1.5rc1 > (I don't know about other versions) which you > might want to work around with a timer. > > - Paul > > On Jul 22, 2004, at 2:08 PM, Shai Ayal wrote: > >> Paul, >> >> thanks for this one Paul. I added this to the build. And now I have >> confirmation for OS X compatibility. >> >> zoom out is usually done with the right mouse button, so I should >> imagine that if you have only one button you'll be in trouble. I will >> add a keyboard shortcut for this (a-la gnuplot) >> >> Shai >> >> Paul Kienzle wrote: >> >>> Re: Mac OS X >>> Do the following as part of your build: >>> fltk-config --post src/octplot >>> That enables top level window interactions. >>> Still can't unzoom --- probably a 1-button mouse issue. >>> - Paul >>> On Jul 21, 2004, at 2:42 AM, Shai Ayal wrote: >>> >>>> Hi all, >>>> >>>> Octplot-0.1.5 is now available at sourceforge >>>> >>>> http://sourceforge.net/projects/octplot/ >>>> >>>> This is a maintenance release. Contains many (but not >>>> all) bug fixes. >>>> >>>> New features: >>>> gridlines (grid.m) >>>> eps printing (print.m) >>>> >>>> next release (0.2.0) will support axis labels and >>>> title, much better gridline positioning and patch >>>> objects and maybe even an install script ! >>>> >>>> Enjoy and report bugs >>>> Shai >>>> >>>> p.s. I am not sure if this is the right forum for new >>>> release announcements, so please comment on this also >>>> >> > >