Re: [qooxdoo-devel] a few newbie questions

2007-03-25 Thread dperez
You can learn a lot by interactively writing code in the console of Firebug, a famous Firefox extension. Try this in any page that has qx.js included: var lab = new qx.ui.basic.Label('Hello world') lab.setTop(100) lab.addToDocument() lab.setTop(200) Joe Hudson-2 wrote: > > I’m sorry… I just

Re: [qooxdoo-devel] a few newbie questions

2007-03-25 Thread dperez
Hi, As a matter of fact, a Label can have arbitrary HTML. Make sure to set the wrap property to true, if it can have several lines. An atom is an optional label + an optional icon. Qooxdoo eases the coupling between widgets and its events, thanks to closures. You don't need to assign unique I

Re: [qooxdoo-devel] Possible bug in make build?

2007-03-25 Thread Simon Bull
Hi Fabian, Today I downloaded Qx 0.6.6 and found the same bug occurring. Here's what I did: 1. Downloaded qx 0.6.6 sdk. 2. Copied some of my project source code into a new "skeleton like" demo project. 3. Ran the migration script from 0.6.5 to 0.6.6 on the new demo project. 4. Ran make sour

Re: [qooxdoo-devel] Tango Icon Gallery

2007-03-25 Thread frederic
I've added an new entry in Bugzilla : http://bugzilla.qooxdoo.org/show_bug.cgi?id=347 dperez wrote: > > I also like it. > > > naftali-2 wrote: >> >> Im all for it !! >> >> 2007/3/21, frederic <[EMAIL PROTECTED]>: >>> Hi all, >>> I've just discovered a new icon collection called Tango using

Re: [qooxdoo-devel] My first encounter with the trunk

2007-03-25 Thread Derrell . Lipman
Christian Boulanger <[EMAIL PROTECTED]> writes: > Derrel: > > thank you for this, this is the spirit of the open source community!! > > I use a Debian Sarge with repositories testing and unstable added, maybe this > might create a problem? > > I attach the output of the commands. Unfortunately, sa

Re: [qooxdoo-devel] My first encounter with the trunk

2007-03-25 Thread Christian Boulanger
Derrel: thank you for this, this is the spirit of the open source community!! I use a Debian Sarge with repositories testing and unstable added, maybe this might create a problem? I attach the output of the commands. Unfortunately, same result as before. Is there a debug log or debug mode of t

Re: [qooxdoo-devel] My first encounter with the trunk

2007-03-25 Thread Derrell . Lipman
Christian Boulanger <[EMAIL PROTECTED]> writes: > 1) I did a "make distclean" in the sdk frontend and then a "make source" in > the application frontend, using my custom configuration. Here's the output of > the first try: > > [EMAIL PROTECTED]:~/public_html/bibliograph-0.11/frontend$ make source

Re: [qooxdoo-devel] My first encounter with the trunk

2007-03-25 Thread Christian Boulanger
[EMAIL PROTECTED] schrieb: > You indicated that you got skeleton from svn. Are you using the latest > framework from svn? > Yes, the skeleton is the one shipped with the sdk. All other applications (that I have tried) work just fine after building them. Thanks, Christian ---

Re: [qooxdoo-devel] My first encounter with the trunk

2007-03-25 Thread Christian Boulanger
Hello Derrell, thank you for your quick response. [EMAIL PROTECTED] schrieb: > > That's because you haven't done a "make source", only a "make binary". Please > do a "make source" and then try loading the source version again. If you get > Oh, I thought "make" was the same as "make source".