Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion GUI

MIME-Version: 1.0
Received: by 10.150.230.8 with SMTP id c8mr759595ybh.25.1240844953123; Mon, 27 
	Apr 2009 08:09:13 -0700 (PDT)
Date: Mon, 27 Apr 2009 08:09:13 -0700 (PDT)
In-Reply-To: <8bdb0d630904270518s47f034bfncb03cca861891267@mail.gmail.com>
X-IP: 72.251.17.109
References: <45eaea29-7ca6-4d39-a390-804d939cc233@z16g2000prd.googlegroups.com> 
	<0d330715-b3ff-4e23-a869-3de00df6381a@d19g2000prh.googlegroups.com> 
	<b26f2bdf-b28c-4764-9aa0-978c33032a97@d38g2000prn.googlegroups.com> 
	<8bdb0d630904270518s47f034bfncb03cca861891267@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
	CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 
	3.5.21022),gzip(gfe),gzip(gfe)
Message-ID: <86adbbdf-3093-47b9-8bc9-5c92e210f102@y34g2000prb.googlegroups.com>
Subject: Re: GUI
From: edexter <Eric_Dex...@msn.com>
To: pyglet-users <pyglet-users@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

It seems to work all right on mine....  If I click on the text near
the check box it selects the box, I am sure that is not standard
behavior...  I have been looking at gui's and the example looks like
the easist to follow, but I haven't tried using it yet.  I don't realy
understand how to use the other ones I have looked at outside of thier
'context'.  I would like to see a checkbox like button with two boxes
an outside box and a smaller inside box that changes color when
clicked..

On Apr 27, 7:18=A0am, Tristam MacDonald <swiftco...@gmail.com> wrote:
> On Sun, Apr 26, 2009 at 8:28 PM, Derick <derickd...@hotmail.com> wrote:
>
> > So, none of the widgets are responding to mouse clicks? You're not
> > able to click the button, check the check box, move the slider, or
> > select an item from the list box? Did the button, check box, or any of
> > the radio buttons darken a bit when the mouse cursor is over them?
> > This should also be happening.
>
> Just tried it on my Mac, runnign python 2.5 and the latest from the pygle=
t
> 1.1-maintenance branch. All the controls in the left-hand column seem to
> work, but the mouse position is offset by about 300 pixels along the x-ax=
is.
> Because of this, I can't try the controls to the right, since the offset
> places my mouse outside the window...
>
> --