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.93pre4


From: Serge Bromow
Subject: Re: [XForms] New pre-release xforms-1.0.93pre4
Date: Fri, 07 May 2010 11:53:37 -0400
User-agent: Thunderbird 2.0.0.24 (X11/20100228)

Hi Jens,

The only thing that stands out is a missing "FL_FIX_SIZE" in forms.h used in fl_show_form().
It was in;
----------------------------------------------
typedef enum
{
    FL_PLACE_FREE = 0,          /* size remain resizable      */
    FL_PLACE_MOUSE = 1,         /* mouse centered on form     */
    FL_PLACE_CENTER = 2,        /* center of the screen       */
    FL_PLACE_POSITION = 4,      /* specific size              */
    FL_PLACE_SIZE = 8,          /* specific size              */
    FL_PLACE_GEOMETRY = 16,     /* specific position          */
    FL_PLACE_ASPECT = 32,       /* keep aspect ratio          */
    FL_PLACE_FULLSCREEN = 64,   /* scale to fit screen        */
    FL_PLACE_HOTSPOT = 128,     /* so mouse fall on (x,y)     */
    FL_PLACE_ICONIC = 256,
    /* modifier */
    FL_FREE_SIZE = (1 << 14),
    FL_FIX_SIZE = (1 << 15)
}
FL_PLACE;
----------------------------------------------

Jens Thoms Toerring wrote:
Hi everybody,

  as promised there's a new pre-release

http://download.savannah.gnu.org/releases-noredirect/xforms/xforms-1.0.93pre4.tar.gz

to be downloaded. Also the documentation (xforms.html.tar.gz and
xforms.pdf) has been updated.

  The new pre-release tries to address a bug pointed out by Marcus
Leech, concerning the text color setting in browsers. And in the
documentation a lot of bugs and typos have been fixed due to the
diligent work by LukenShiro.

  As I wrote already with the last pre-release I want to make a
new "real" release soon to fix some problems with the Debian
built process (but which may also condern other distros). So,
please, pretty please help with also testing this new pre-re-
lease.

  I haven't got any feedback about the previous pre-release and
I hope that I can interpret this to mean that there aren't any
major bugs that anyone has noticed (except the browser text co-
lor issue). But if you have found some but didn't got around to
tell me please do so now!

                     Thanks and best regards, Jens
  

--
Signature
Serge Bromow
DineAmix Inc.
<address@hidden>
(613) 260-8629
888 411-6636
Ottawa, Canada.



IMPORTANT NOTICE: This message is intended only for the use of the individual or entity to which it is addressed. The message may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify DineAmix Inc. immediately by email at address@hidden.

Thank you. 

reply via email to

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