Displaying 3 results from an estimated 3 matches for "fx4splitter".
2007 Apr 26
3
FXSplitter width is 1 until created
...h
be determined before its children were created?
It''s not really a big deal, but I was configuring the split based on a
preferences file during initialize, and couldn''t make it work properly.
Doing it in #create is an acceptable workaround.
This isn''t a problem with FX4Splitter. The splitting is implemented
differently (and the split values have different meaning). Somehow, both
hSplit and vSplit are available before create.
--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
2006 Jun 07
0
How to determine width and height of FXImageView?
On Wed, 07 Jun 2006 16:38:43 +0200, "Axel Etzold" <AEtzold at gmx.de> wrote :
> In one field of an FX4Splitter, I want to display a PNG
> image.
> I know how to do this (basically) from the imageviewer.rb
> file.
> But the image I display needs to be generated first
> (by Gnuplot ... no problem to output PNG from there,
> except one: to set the size : I don''t know what
> to tel...
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
On Wed, 7 Jul 2004, Hugh Sasse Staff Elec Eng wrote:
> On Tue, 6 Jul 2004, jeroen wrote:
>
>> On Tuesday 06 July 2004 10:26 am, Hugh Sasse Staff Elec Eng wrote:
>>> The last thing I get on building the Fox library is
>>>
>>> g++ -shared FX4Splitter.lo FXAccelTable.lo FXApp.lo
>>> FXArrowButton.lo FXBMPIcon.lo FXBMPImage.lo FXBitmap.lo
> [....]
>>> -ldl -lpthread -ljpeg -lpng -lz -lbz2 -lm -lGL -lGLU -lc
>>> -Wl,-soname -Wl,libFOX-1.2.so.0 -o .libs/libFOX-1.2.so.0.0.6
>>> collect2: ld terminated wi...