xforms-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XForms] New pre-release xforms-1.0.93pre9


From: Paul Nicholson
Subject: Re: [XForms] New pre-release xforms-1.0.93pre9
Date: Thu, 20 May 2010 19:22:53 +0000
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

With xforms-1.0.92sp2 my scrollbars break when resizing the form
window...drag a corner and all that remains of the scrollbar
is the box.  Other objects resize and scale properly.
Linux 2.6.9-1.667smp and 2.6.25-14.fc9.i686,

#include <forms.h>

int main( int argc, char *argv[])
{
   int ch;

   fl_initialize( &argc, argv, "scroll test", 0, 0);

   FL_FORM *form = fl_bgn_form( FL_NO_BOX, 500, 300);
   fl_add_box( FL_UP_BOX, 0, 0, 500, 300, "");

   FL_OBJECT *sbar = fl_add_scrollbar( FL_HOR_PLAIN_SCROLLBAR,
                                       100, 100, 200, 16, "");
   fl_set_object_boxtype( sbar, FL_FRAME_BOX);
   fl_end_form();

   fl_show_form( form, FL_PLACE_FREE, FL_FULLBORDER, "scroll test");

   while( 1) fl_check_forms();
}


--
Paul Nicholson
http://abelian.org
--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]