if it doesn't mean a major reconfiguration. But I didn't
really expect anyone to know such an old version that well.
Regards
Aaron Cooper
Senior Developer
aaron.coo...@ecomcorp.co.nz
ddi: +64 9 985 1128
mbl: +64 21 577 155
www.ecomcorp.co.nz
>> click here for direction
g ask.
Regards
Aaron Cooper
Senior Developer
aaron.coo...@ecomcorp.co.nz
ddi: +64 9 985 1128
mbl: +64 21 577 155
www.ecomcorp.co.nz
>> click here for directions to the eCentre...
<http://www.ecomgroup.co.nz/Company/Where+We+Are/>
The information in this email or any attachment is
Hi there,
I've been away from qooxdoo for years now, but am still running one app on
0.6.2 (r4898).
The reason for my post is due to a Firefox 3.6 problem that I see a bit of
in Google, but everyone seems to have a later version and referring to files
I don't have. I only have a qx.js.
Hi All.
I'm picking up some old code in version 0.6.1 by the looks.
There is one big multi-tab page that is loaded on startup. On one of these
tabs, is an iFrame that loads a simple PHP file, but qooxdoo is also send a
unique record id when loading.
var corr_iframe = new qx.ui.embed.Iframe('ema
On Jan 22, 2008 10:57 AM, Aaron Cooper < [EMAIL PROTECTED]> wrote:
To extend on my first post:
An example of my frustrations with the support in the qooxdoo community is a
post I submitted over 2 days ago asking about scroll bars in a window.
I haven't had a singl
ave done this on some dialogs and it works just
> fine.
> Some of our dialogs have hundreds of rows of data and setting the overflow
> to auto allows the user to scroll and see them all.
>
> Jim
>
>
> On Jan 20, 2008 8:05 PM, Aaron Cooper <[EMAIL PROTECTED]> w
To extend on my first post:
An example of my frustrations with the support in the qooxdoo community is a
post I submitted over 2 days ago asking about scroll bars in a window.
I haven't had a single response yet, even one to say that what I'm trying to
do can't be done or I haven't provided enoug
I've used both for two rather large database developments, and I have to say
that ExtJs has stolen the show for me. I still kick around this mailing list
as I still need to maintain the Qooxdoo system we developed but I'm now
investing more learning time into ExtJs.
The reasons for this are not s
Hi there,
I've got a popup dialog that contains a rather large form for filling in
passenger details for cruises. It currently holds 50 sets of names, in two
columns (splitpane)
I've been asked to extend this to 75 sets, however this simply does not
render them on screen at 1024 x 768. So what I
; // look up the field from the array:
> var field = field_array[field_name];
>
> // access data in the field:
> field.setValue( ... );
> }
>
> and so on. You get the idea. This can then be extended to sets of
> arrays for labels, fields, attribut
Hi there, I've been playing with this for a day, and the form actually
displays correctly, but I am unable to access each new field at a later
stage for populating with data in another loop.
What I have is a form where the user can insert up to 50 passenger names.
Rather than define and add each
--- Original Message -
From: Aaron Cooper
To: qooxdoo Development
Sent: Tuesday, December 12, 2006 6:50 PM
Subject: Re: [qooxdoo-devel] Setting Combobox Default ListItem
I am still having major trouble with this if anyone can please help.
Here is exactly what I am doing:
I have
ach ListItems as ListItem) {
if (ListItem value == IdValue) {
ComboBox.setSelected(ListItem);
}
}
}
Can anyone help with this please?
Aaron
- Original Message -
From: Aaron Cooper
To: qooxdoo Development
Sent: Wednesday, November 22, 2006 5:59
Original Message -
From: Aaron Cooper
To: qooxdoo-devel@lists.sourceforge.net
Sent: Thursday, December 07, 2006 12:31 PM
Subject: [qooxdoo-devel] TextFeild focus events
Hi all,
Can't see anything on this in the archive, and I'm sure it's simple.
I have a textF
Hi all,
Can't see anything on this in the archive, and I'm sure it's simple.
I have a textFeild for entering an email address. I want to add an event
listener for focusOut so that the domain part of the address is automatically
added.
Here is my code, I have found the FocusEvent class in the
Hi Ralf,
I posted regarding this the day 0.6.2 was released (a week ago.)
No replies or even an acknowledgement of a bug.
Personally I would waste your time. Just use ComboBox.
Aaron
- Original Message -
From: Ralf Nieuwenhuijsen
To: qooxdoo Development
Sent: Thursday, Novemb
core document (like all the demos are) and it
works.
- Original Message -
From: Aaron Cooper
To: qooxdoo Development
Sent: Thursday, November 23, 2006 10:14 AM
Subject: Re: [qooxdoo-devel] ComboBoxEx on a Window
Sorry, I copied the example using an early test. These state
.
Cheers
Aaron
- Original Message -
From: Aaron Cooper
To: qooxdoo-devel@lists.sourceforge.net
Sent: Thursday, November 23, 2006 10:06 AM
Subject: [qooxdoo-devel] ComboBoxEx on a Window
Well, downloaded 0.6.2 today.
First off, thanks to whoever came up with ComboBoxEx, it
Well, downloaded 0.6.2 today.
First off, thanks to whoever came up with ComboBoxEx, it's exactly what I was
looking for.
I doubt this is a bug, more my misunderstanding of the way objects interact.
Anyway, I pulled the ComboBoxEx demo to peices and have attempted to setup one
of my classes (cr
-Jonathan.
On 11/22/06, Aaron Cooper <[EMAIL PROTECTED] > wrote:
Hi Guys,
Spent a good 3 hours trying to do this simple task, and can't find the way
of doing it in the API or Demos.
Take this simple Yes/No Combobox class that I have made:
function ftmDataEntry
Hi Guys,
Spent a good 3 hours trying to do this simple task, and can't find the way of
doing it in the API or Demos.
Take this simple Yes/No Combobox class that I have made:
function ftmDataEntryYesNo (name, xPos, initialVal) {
var field = new qx.ui.form.ComboBox();
field.setCssClassName("ftm
Hi,
Is there any news on this? I agree with everyone who says that getValue
should return the value of a ComboBox rather than the Label.
If there is no fix as yet, can any let me know of a work around? I've been
tring to obtain ComboBox values all morning to no avail.
Cheers
Aaron
Christian B
function to reset the values of the assigned
> objects.
>
>
> Sebastian Werner schrieb:
>> The most elegant way in my opinion would be to add all instances to a
>> separate manager instance (qx.manager.object.ObjectManager). This
>> instance than allows you to enable/disable all add
ce you know which objects contain the edits then you should have
no trouble clearing them with the above syntax.
Jim
On 11/16/06, Aaron Cooper <[EMAIL PROTECTED]> wrote:
Thanks Jim, I really appreciate the help you've been giving me this last
few days!
I actually found forE
yourself. If you are having trouble with the concepts or
with implementing it, let me know and I'll give you some actual code (I do this
sort of thing in my app, the code not the withholding of information :-) ).
Jim
On 11/16/06, Aaron Cooper <[EMAIL PROTECTED]> wrote:
Is
Is there an official way to reset all fields on a qooxdoo 'form'?
I have a window for data entry, when the user clicks the 'Save' or 'Home'
button, the data entry window closes, and the Home window opens again.
If you navigate back to the data entry window, any data typed before is still
there.
Hi Jim, I can supply the data in any form. I think I may have found a rather
crude way of doing it and I've just finished testing it, and it seems to work.
I am returning the data as a string in this case. Records are delimited by a
comma, fields are delimited by a colon. Like this:
Format: id:
Would anyone happen to have an example of how add list items to a combobox
based on data returned from an AJAX call?
I've got an AJAX call working fine and it can return either a string or XML.
But I'm pulling my hair out trying to assign the results and add them as list
items.
Code so far - (
ontrol) :
_date.addEventListener(qx.constant.Event.SELECT, function()
to get the date they selected use:
var newDate = (new
qx.util.format.DateFormat('MM/dd/')).format(_date.getDate())
Hope that helps,
Jim
On 11/15/06, Aaron Cooper <[EMAIL PROTECTED]> wrote:
S
everything on the widget ofcourse.
That thread was only a few weeks ago. Mike, did you
find a solution?
Cheers
Aaron
- Original Message -
From:
Aaron
Cooper
To: qooxdoo-devel@lists.sourceforge.net
Sent: Thursday, November 16, 2006 10:15
AM
Subject: [qoo
Hi all,
I've made a modal window with a DateChooser widget
in it. What I want to do is the classic select date from the calendar, and pass
the value to populate a field of my choice.
Two questions on this:
1. How do a make a click event for the widget so
that it only fires when the user c
November 15, 2006 12:23
PM
Subject: Re: [qooxdoo-devel] Reusing a
button
Just out of curiosity, why are you using SACK and not the built
in request component? Do you feel SACK is better/faster/??? or is it just
because it's something that you are used to using?Jim
On 11/14/06
create instances from
> this class instead of Button.
>
> #3: To extract the command part, it's better to create a instance of
> qx.client.Command, attach the stuff there and connect all Commands with
> the Button instances (buttonInstance.setCommand(commandInstance))
>
&g
Does anyone have an idea of this?
Or do I have to rewrite the button everytime I want to use it?
- Original Message -
From: "Aaron Cooper" <[EMAIL PROTECTED]>
To: "qooxdoo Development"
Sent: Tuesday, November 14, 2006 4:11 PM
Subject: Re: [qooxdoo-devel] Reu
an event listener to the
clone, but this button is going to perform the same action every time.
Aaron
- Original Message -
From: "Aaron Cooper" <[EMAIL PROTECTED]>
To: "qooxdoo Development"
Sent: Tuesday, November 14, 2006 3:55 PM
Subject: Re: [qooxdoo-dev
newButton = origButton.clone();
>
>
> HTH,
>
> Dan
>
>
> Aaron Cooper wrote:
>> Hi all,
>>
>> I've got a button (well several actually) that I want to use on
>> multiple windows of my app. In this case it's for logging out:
>>
>>
Hi all,
I've got a button (well several actually) that I
want to use on multiple windows of my app. In this case it's for logging
out:
//*
Logout
Button/***
: [qooxdoo-devel] Understanding the Transport Layers
>
> Hi Aaron,
>
> QxObject and QxTarget are the old names in qooxdoo 0.5.x for
> qx.core.Object
> and qx.core.Target.
> I cannot help you with the transport layer, because I keep using my old
> AJAX
> code, before adopting q
Hi there,
I'm green with qooxdoo. I find it easy to build
windows etc but am having trouble in understanding how to use the Ajax Transport
layers, so this code will probably roll a few eyes as my only source of
reference has been the API and pulling the examples to peices to see what does
39 matches
Mail list logo