Gaetan de Menten schrieb:
> On Mon, Aug 18, 2008 at 10:11 AM, Sebastian Werner
> <[EMAIL PROTECTED]> wrote:
>> Gaetan de Menten schrieb:
>
>>> - colorpopup/colorselector: why do you provide two different dialogs?
>>> Couldn't you integrate the "recent colors" stuff in the colorselector
>>> and get
Matthew Gregory schrieb:
> Hi All,
>
> Looking forward to the release this week
>
> I have a query though, when I set a form's enabled property to false,
> all of it's children get disabled as well which is great! Except when it
> has a qx.event.command attached to it :( It looks like the butt
Hi Derrell,
not sure if anything at this caliber has been changed recently. Can you
build a small test case/demo to show the issue? Thanks.
Sebastian
Derrell Lipman schrieb:
> Something has changed recently in trunk that has broken layouts. This
> is seen in the Progressive demos, where the
Hi Kanugula,
Kanugula wrote:
> I want to set the color to the line cutting through the GroupBox label.
>
> I tried the following, no success.
>
> var group1 = new qx.ui.groupbox.GroupBox("Product",
> "icon/16/apps/preferences.png");
> group1.getLegendObject().setBorder({"color":"blue"}); //not
And another problem,
If I set height property in UploadForm or UploadField, it will behave
unexpectable, I can provide screenshot if needed.
- Petr
2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]>:
> Interesting, I don't know how I do it, but it's now OK.
>
> 2008/8/19 Petr Kobalíček <[EMAIL PROTECT
Hi,
I have been seeing some of you testing the UploadField,
I haven't tested it, because I'm using 0.8. But until it be ported I would
like to clear a doubt I have.
I'm afraid that it wouldn't solve this particually cenario:
A Stack layout with N layers where not every field should be submited,
Interesting, I don't know how I do it, but it's now OK.
2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]>:
> And found another issue :-)
>
> Here is my code;
>
> qx.Class.define("bfly.admin.tools.UploadWindow",
> {
> extend: qx.ui.window.Window,
>
> construct: function(owner)
> {
>// [SuperClass
And found another issue :-)
Here is my code;
qx.Class.define("bfly.admin.tools.UploadWindow",
{
extend: qx.ui.window.Window,
construct: function(owner)
{
// [SuperClass]
this.base(arguments);
// [Owner]
this._owner = owner;
// [Layout]
this._layout = new qx.ui.lay
Yes, was trying to run it directly.
After reading the docs I thought one didn't need cygwin anymore...
Yes, it was Windows not finding python. Thanks for the help with these
Windows differences -- it all brings me ever closer to making the jump
to Linux (Wine for Photoshop...).
Cheers,
-Chris
Hi Thomas,
Yes -- right after I'd sent this, I realized that there was an issue
with generate.py source and that neither the compiled or the uncompiled
versions where working properly.
No, the "compiled" version wasn't working due to the generate.py issue,
and I just didn't realize that I
> Hi Thomas,
>
> Yes -- right after I'd sent this, I realized that there was an issue
> with generate.py source and that neither the compiled or the uncompiled
> versions where working properly.
Right, but why wouldn't the compiled version work? That bothers me...
>
> Sorry for the noise! Just my
Hi Thomas,
Yes -- right after I'd sent this, I realized that there was an issue
with generate.py source and that neither the compiled or the uncompiled
versions where working properly.
Sorry for the noise! Just my total inexperience with your tools (I learn
quickly, so am hoping I won't send
I gather from your first mail that you are invoking the generate.py script
directly, right?! Are you running on Windows cmd or cygwin bash? There is
an issue with windows being able to associate .py with the python
interpreter, but not finding the 'python' command (since it is not in the
PATH). Try
Chris,
>
> In my efforts to clean up the Hello World wiki docs a bit, I'm wondering
> about the following heading on the page:
> http://qooxdoo.org/documentation/0.8/helloworld
>
> After I run:
> C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C:
> I'm already presented with
Here you go :-)
#!/usr/bin/env python
#
# qooxdoo - the new era of web development
#
# http://qooxdoo.org
#
# Copyright:
#2008 1&1 Internet AG, Germany, http://www.1und1.de
#
# License:
#LGPL: http://ww
Chris,
could you post the contents of the generate.py script.
Thomas
> Hi devs,
>
> I'm getting the following when trying to generate the simple Hello World
> app:
>> C:\custom>generate.py source
>> Traceback (most recent call last):
>> File "C:\custom\generate.py", line 40, in
>> os.exe
> How do I interpret this error message? Something's wrong with a "resource"
> but neither my config.json nor my Manifest.json mentions the word
> "resource"
> (my contrib package doesn't have any resources).
The 'resource' entry and accompanying folder are mandatory - sorry. You
better model the
Hi All,
Sorry for cross-posting.
I want to set the color to the line cutting through the GroupBox label.
I tried the following, no success.
var group1 = new qx.ui.groupbox.GroupBox("Product",
"icon/16/apps/preferences.png");
group1.getLegendObject().setBorder({"color":"blue"}); //not working
Hi devs,
I'm getting the following when trying to generate the simple Hello World
app:
> C:\custom>generate.py source
> Traceback (most recent call last):
> File "C:\custom\generate.py", line 40, in
> os.execvp(CMD_PYTHON, argList)
> File "C:\Python25\lib\os.py", line 353, in execvp
>
Thank you for correcting me.
It worked.
Thanks.
Kanugula.
Kanugula wrote:
>
> Thanks Jim.
>
> I tried your solution cbx.execute().
>
> I registered "click" event.
> cbx.addEventListener("click", function(evt) {alert("1");});
>
> Until I click it with a mouse, it is not firing "click" even
How do I interpret this error message? Something's wrong with a "resource"
but neither my config.json nor my Manifest.json mentions the word "resource"
(my contrib package doesn't have any resources).
{dworkin}
/home/derrell/=/qooxdoo.git/qooxdoo-contrib/trunk/qooxdoo-contrib/Graphics/trunk
---> .
On Mon, Aug 18, 2008 at 3:07 PM, Kanugula <[EMAIL PROTECTED]>wrote:
>
> Thanks Jim.
>
> I tried your solution cbx.execute().
>
> I registered "click" event.
> cbx.addEventListener("click", function(evt) {alert("1");});
>
> Until I click it with a mouse, it is not firing "click" event. I want to
>
Thanks Jim.
I tried your solution cbx.execute().
I registered "click" event.
cbx.addEventListener("click", function(evt) {alert("1");});
Until I click it with a mouse, it is not firing "click" event. I want to
simulate clicking on it without clicking it.
Any idea?
Thanks.
Kanugula.
On Mon, Aug 18, 2008 at 2:17 PM, thron7 <[EMAIL PROTECTED]>wrote:
>
> >
> > No, you misunderstand me. I don't care (right now) about the version of
> > HtmlArea; HtmlArea is cool, but what I'm looking for right now is the
> demo
> > code that's running in demo.qooxdoo.org/contrib that loads the H
>
> No, you misunderstand me. I don't care (right now) about the version of
> HtmlArea; HtmlArea is cool, but what I'm looking for right now is the demo
> code that's running in demo.qooxdoo.org/contrib that loads the HtmlArea
> contrib. That demo's config.json will be a great example of what I'
>
> I now realize that you are more concerned about your future users than
> about yourself :).
:-)
> My writing was more slanted towards yourself, though.
That's fine. If I can understand it, I'll be able to provide suggestions
for improving it for future users. I'll play with extending a
On Mon, Aug 18, 2008 at 1:54 PM, thron7 <[EMAIL PROTECTED]>wrote:
>
> > Wow! That has the demo I've been looking for! Where is the source for
> that
> > HtmlArea demo (including its config.json and Manifest.json files)?
>
No, you misunderstand me. I don't care (right now) about the version of
In my efforts to clean up the Hello World wiki docs a bit, I'm wondering
about the following heading on the page:
http://qooxdoo.org/documentation/0.8/helloworld
After I run:
C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C:
I'm already presented with a runnable applica
>
> So yes, I have a need to understand the inner workings of this stuff.
> That's my nindo, my ninja way. But part of my need for understanding is to
> make it easier for others.
>
Derrell,
I now realize that you are more concerned about your future users than
about yourself :). My writing
>> I'd rather suggest using space on demo.qooxdoo.org to showcase the
>> contrib projects. There is already a path allocated to that end
>> (demo.qooxdoo.org/contrib).
>>
>
>
> Wow! That has the demo I've been looking for! Where is the source for that
> HtmlArea demo (including its config.j
> Well ok, but this means that my application is built differently than every
> other application. Instead of being able to do "generator.py source" I have
> to do "generator.py mysource". That's not good. Everyone who works on this
> project then needs to know that it's different from all othe
On Mon, Aug 18, 2008 at 1:08 PM, thron7 <[EMAIL PROTECTED]>wrote:
Hi Thomas, thanks for your comments. I have to quite disagree with you,
though.
> For one thing, the demobrowser is alreay (over-)loaded with samples. We
> are currently at 150+ samples. On a medium performant machine (like
> mine
Hi Derrell,
Good call! Let me just throw in a few remarks:
> Firstly, it must be easy to access. In 0.7, it was easy to access
> qooxdoo-contrib projects by a single-line addition to the Makefile. I'm
> sure that it must be just as easy in 0.8 and I'm currently working with
> Thomas to figure ou
Thanks!
I'll test it out when the RC is ready :)
Alexander Back wrote:
> Hi Matthew,
>
> Matthew Gregory wrote:
>> Hi All,
>>
>> Looking forward to the release this week
>>
>> I have a query though, when I set a form's enabled property to false,
>> all of it's children get disabled as well whic
On Mon, Aug 18, 2008 at 11:45 AM, thron7 <[EMAIL PROTECTED]>wrote:
>
> > After editing Application.js to make use of a progress bar widget, what
> do I
> > need to add to this config file to be able to do "generator.py source"
> and
> > build my application, so that it pulls in the ProgressBar con
Derrell Lipman wrote:
> Hi Thomas,
>
> Thanks for your explanation but I'm still lost.
>
> Let's back up a step or two. Forget the fact that I'm trying to have my
> demo application inside of the qooxdoo-contrib project. And let's assume
> for the moment that I have qooxdoo-contrib checked out s
Hi Matthew,
Matthew Gregory wrote:
> Hi All,
>
> Looking forward to the release this week
>
> I have a query though, when I set a form's enabled property to false,
> all of it's children get disabled as well which is great! Except when it
> has a qx.event.command attached to it :( It looks li
Something has changed recently in trunk that has broken layouts. This is
seen in the Progressive demos, where the header widths are no longer
correctly applied. In debugging, I'm finding that the header sizing is
occurring properly initially (upon first "resize" event), but then the HBox
in which
I can confirm. I didn't notice any changes after svn update.
I replaced access to methods with singleton. Works fine.
Ian Horst
panyasan wrote:
> Hello List,
>
> I have checked in a patch for qx.event.message.Bus and Derrell has been so
> kind to quickly apply it to the 0.7 legacy branch and t
Hi All,
Looking forward to the release this week
I have a query though, when I set a form's enabled property to false,
all of it's children get disabled as well which is great! Except when it
has a qx.event.command attached to it :( It looks like the button takes
the enabled property from the
This is a temporary issue as we are currently cleaning up the decorators
and colors of the modern theme.
Sebastian
Ralf Nieuwenhuijsen schrieb:
> What I did:
>
> ~/dev/qooxdoo-trunk/tool/bin/create-application.py --name=oo --namespace=oo
>
> cd oo
> chmod +x generate.py
> ./generate.py sourc
Derrell,
I fully agree with your points. I have raised similar concerns in a private
conversation with Andreas: qooxdoo-contrib could be a real amazing resource,
but it needs to be 1) better integrated and 2) better "marketed".
1) There are two many different points of reference that all would n
Thanks for the hand-holding!
I've managed to get SVN access and create-application.py building a
custom starting point :-) . It took me a few minutes to realize that
running the
C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C:
command was failing due to there being sp
The goal, as stated by Andreas, is for qooxdoo-contrib to be a 1st class
citizen, right along side the qooxdoo core. That's a nice goal. To attain
it, I believe two requirements must be met:
Firstly, it must be easy to access. In 0.7, it was easy to access
qooxdoo-contrib projects by a single-l
What I did:
~/dev/qooxdoo-trunk/tool/bin/create-application.py --name=oo --namespace=oo
cd oo
chmod +x generate.py
./generate.py source
./generate.py api
./generate.py build
./generate.py test
The source, api and build versions work. The test version however, gives me:
[Exception... "'Error: E
I just tested the create-application.py with my sn checkout and it
wors fine, except for two nitpicks.
a) the generate.py that gets created is missing the execute bits
b) the cakes icon on the "First Button" seems to be truncated on
the right edge. It is the icon test.png which looks to me as
thron7 wrote:
I downloaded it last night when I saw that there was a bunch of new
documentation related to the 0.8 release. Installing and getting
TortoiseSVN is simple, but I quickly lost my way at the following in
the *Checking out from SVN* page:
Subversion details
The following
Hi Thomas,
Thanks for your explanation but I'm still lost.
Let's back up a step or two. Forget the fact that I'm trying to have my
demo application inside of the qooxdoo-contrib project. And let's assume
for the moment that I have qooxdoo-contrib checked out so I'm accessing it
via some path:
> https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo - and
>
For read-only access you can even use the same URL with 'http' scheme -
might be faster ;).
T.
-
This SF.Net email is sponsored by the Moblin
>
> I downloaded it last night when I saw that there was a bunch of new
> documentation related to the 0.8 release. Installing and getting
> TortoiseSVN is simple, but I quickly lost my way at the following in
> the *Checking out from SVN* page:
>
>>
>> Subversion details
>>
>> The followin
The qcl library in qooxdoo-contrib has a server pull implemented that works
with the json-rpc mechanism. if you want to use it:
1) Add this to your makefile
APPLICATION_INCLUDES += contrib://qcl/trunk/frontend
2) "make source" to download code
3) use the needed class in your code like so:
Hello List,
I have checked in a patch for qx.event.message.Bus and Derrell has been so
kind to quickly apply it to the 0.7 legacy branch and trunk. The message bus
was originally designed to be an object with static methods - for example,
"qx.event.message.Bus.dispatch("my-message",myData)". Whi
2008/8/17 Sebastian Werner <[EMAIL PROTECTED]>:
> Have you seen the new documentation?
> http://qooxdoo.org/documentation/0.8/helloworld
> Seems you have overseen the whole 0.8 section:
> http://qooxdoo.org/documentation/0.8
Yes. Well, I saw it about a week ago, but it seemed more like a todo
an
On Mon, Aug 18, 2008 at 10:38 AM, Alexander Back
<[EMAIL PROTECTED]> wrote:
> Sebastian Werner wrote:
>> Gaetan de Menten schrieb:
>>> - datechooser buttons icon move when you hover on them (when the icon
>>> is surrounded by the "button decoration"). It looks better when the
>>> icon is static an
On Mon, Aug 18, 2008 at 10:11 AM, Sebastian Werner
<[EMAIL PROTECTED]> wrote:
> Gaetan de Menten schrieb:
>> - colorpopup/colorselector: why do you provide two different dialogs?
>> Couldn't you integrate the "recent colors" stuff in the colorselector
>> and get rid of the colorpopup?
>
> We like
Ok, its #1195
Regards
- Petr
2008/8/18 Alexander Back <[EMAIL PROTECTED]>:
> Hi Petr,
>
> Petr Kobalíček wrote:
>> Hi all,
>>
>> I have today playing with file upload widget from contrib section.
>>
>> It works:)
> Nice to hear :)
>
>
>> But I found probably small issue in firefox v3. I'm getting
Hi Petr,
Petr Kobalíček wrote:
> Hi all,
>
> I have today playing with file upload widget from contrib section.
>
> It works:)
Nice to hear :)
> But I found probably small issue in firefox v3. I'm getting
> in response,
> for example:
> 1975841 DEBUG: uploadwidget.UploadForm[1189]: {"re
Hi Alexander,
Is the text area useable ?
Please look at the text area demo page. For example the ordered and
unordered list doesn't work well:( (issue: only first entry can be
created, enter will not create another one)
Regards
- Petr
2008/8/18 Alexander Back <[EMAIL PROTECTED]>:
> Hi Jhonny,
>
We keep a small set of local patches that we make during development and
debugging,
the biggest issue with this is that after we have these fixes for
ourselves we often forget to report to you or fail to make a good
testcase. (especially since we don't have the time to create simple
reproduction ca
Hi jhonny,
Isn't problem at server side (php) ?
For example fopen() function is from standard C library and if you are
developing under Windows machine, there is difference between
fopen($myFile, 'w') and fopen($myFile, 'wb').
I'm not using php but I think that behavior of fopen() is same.
I re
>From Jim Hunter
> What does your code look like to instantiate and show the
> window? You are doing something wrong as I use modal windows
> all the time and I hide the upper-right corner X and only
> allow them to exit via buttons on my window. So if you are
> not getting response from the ob
> Bart van der Werf wrote:
> >
> > The version used was the svn version in the 0.7.x branch.
> >
> > We used the 0.7.x branch to get some additional fixed to the 0.7.3
> > branch (i may have assumed wrongly the the 0.7.x is more recent then
> > 0.7.3?)
> >
> No, you haven't. 0.7.x *is* mor
Hi all,
I have today playing with file upload widget from contrib section.
It works:)
But I found probably small issue in firefox v3. I'm getting
in response,
for example:
1975841 DEBUG: uploadwidget.UploadForm[1189]: {"result": {}}
In source code is this:
getIframeTextContent : func
Hi devs,
One step further with the Hello World documentation, and stuck again! :-) .
The docs say:
To create your application |custom| to |C:|, while the qooxdoo SDK is
available at |C:\qooxdoo-0.8-sdk|, call the script as follows:
and run:
C:\
Hi Gaetan,
Sebastian Werner wrote:
> Gaetan de Menten schrieb:
>> - datechooser buttons icon move when you hover on them (when the icon
>> is surrounded by the "button decoration"). It looks better when the
>> icon is static and the button just appears around it. Ok, I'm being
>> really picky her
Derrell Lipman wrote:
> On Sun, Aug 17, 2008 at 9:07 PM, Derrell Lipman <
> [EMAIL PROTECTED]> wrote:
>
>
>> How does one reference qooxdoo-contrib in 0.8? In 0.7, the documentation
>> discusses using
>> APPLICATION_INCLUDES = $(QOOXDOO_CONTRIB_PATH)/ProgressBar/0.1
>> or
>> APPLICATION_INC
Chris Banford schrieb:
> Sebastian Werner wrote:
>> Chris Banford schrieb:
>>
>>> Hi devs,
>>>
>>> One step further with the Hello World documentation, and stuck again! :-) .
>>>
>>> The docs say:
>>>
To create your application |custom| to |C:|, while the qooxdoo SDK is
available
Sebastian Werner wrote:
Chris Banford schrieb:
Hi devs,
One step further with the Hello World documentation, and stuck again! :-) .
The docs say:
To create your application |custom| to |C:|, while the qooxdoo SDK is
available at |C:\qooxdoo-0.8-sdk|, call the script as follows:
Chris Banford schrieb:
> Hi devs,
>
> One step further with the Hello World documentation, and stuck again! :-) .
>
> The docs say:
>> To create your application |custom| to |C:|, while the qooxdoo SDK is
>> available at |C:\qooxdoo-0.8-sdk|, call the script as follows:
> and run:
>> C:\qooxdoo
Hi devs,
One step further with the Hello World documentation, and stuck again! :-) .
The docs say:
To create your application |custom| to |C:|, while the qooxdoo SDK is
available at |C:\qooxdoo-0.8-sdk|, call the script as follows:
and run:
C:\qooxdoo-0.8-sdk\tool\bin\create-application.py -
Gaetan de Menten schrieb:
> The now traditional feedback on last week's build (currently online
> demobrowser).
> - testrunner fails 20 tests.
>
> - colorpopup/colorselector: why do you provide two different dialogs?
> Couldn't you integrate the "recent colors" stuff in the colorselector
> and get
Hi Fabian,
Just curious, with all this talk of server *push*...
With the current state of browsers (limited to 2 connections) and http
servers (built for quick turn-around) wouldn't it just make more sense
to poll the server for messages every x seconds? It seems to me that
this would be al
The now traditional feedback on last week's build (currently online
demobrowser).
- testrunner fails 20 tests.
- colorpopup/colorselector: why do you provide two different dialogs?
Couldn't you integrate the "recent colors" stuff in the colorselector
and get rid of the colorpopup?
- combobox alt-d
First of probably many questions as I try to get 0.8 installed and
working...
Is there a way to check that the below command to set the Python
%PATH% has actually worked?
I am not sure. Please try "echo %PATH%". Should show the new path.
That did the trick, cheers (afraid I'm not much o
Hi Chris,
> Hi Thomas,
>
> Just curious, with all this talk of server *push*...
>
> With the current state of browsers (limited to 2 connections) and http
> servers (built for quick turn-around) wouldn't it just make more sense
> to poll the server for messages every x seconds? It seems to me tha
Hi John,
do you already tested your ComboBoxEx widget inside a qooxdoo
application to get to know the "Inline" usage is the problem?
How do you setup the "Inline" usage?
cheers,
Alex
John Spackman wrote:
> Hi guys,
>
>
>
> I'm having some odd layout issues with 0.7.3 and ComboBoxEx where
Hi Jhonny,
have you already took a look at the HtmlArea widget [0] at the qooxdoo
contrib project? This widget offers you a editor component which can be
also used a as notepad-like editor. Though this widget is only the
editor component itself (without a toolbar) you can easily use this one.
I
Hi Stirling,
an even better approach is to use the "changeSelection" event of the
SelectionManager of the listview widget.
--snip--
chart.getPane().getManager().addEventListener("changeSelection",
function(e){
var selectedItems = e.getData();
}, chart);
--snip--
And as Dioc already men
78 matches
Mail list logo