On Thu, Jul 31, 2008 at 4:41 PM, Guilherme Aiolfi <[EMAIL PROTECTED]> wrote:
> Hey Derrell,
>
> It worked. I believe you want to know if it worked in the 0.7.3. Well,
> I've applied this patch to 0.8, but should work in the 0.7.3 as well, right?
>
Well the patch probably applied cleanly, but I ex
Dear list,
I'd like to integrate a javascript soap client api [1] to qooxdoo. i saw that
this was discussed before, but from what i gather, it did not reach a
conclusion. Please correct me, (and forgive me) if i missed something.
i did fiddle around the trunk and I believe the most sensible thi
Hey Derrell,
It worked. I believe you want to know if it worked in the 0.7.3. Well, I've
applied this patch to 0.8, but should work in the 0.7.3 as well, right?
Shouldn't it be in the 0.8 from now on?
Thank you!
Guilherme
2008/7/31 Derrell Lipman <[EMAIL PROTECTED]>
>
>
> On Thu, Jul 31, 2008
On Thu, Jul 31, 2008 at 3:20 PM, Guilherme Aiolfi <[EMAIL PROTECTED]> wrote:
> > The examples would be the same as with the Simple model, as the cell
> editor communication is with the model. If you implement the > methods by
> the abstract Remote model class, you should have use of cell editors
> The examples would be the same as with the Simple model, as the cell
editor communication is with the model. If you implement the > methods by
the abstract Remote model class, you should have use of cell editors with no
other work.
I haven't figured out how to use remote models and be able to
Hi All,
Is there some kind of onIdle event available in qooxdoo 0.8? We are
working on quite a large application and mainly coming from a C++
background. With Borland's VCL there was an onIdle event that you could
hook into and was ideal for enabling/disabling controls depending on an
applicati
Hi Anderas,
what about a nice awk - Script doing the job for you with the help of
the find - command?
like this, witch output has to be included at some point:
find ./qx/ui/table/cellrenderer -name '*.js' -print | awk '{
printf("#required \"%s\"\n", substr($1,3))}'
output of this Example exec
Ok, that's another solution which is new to me... but I also don't want
to use ;)
It's nearly the same as the make setting I mentioned.
The classes I'm using with the function (see below) getting more and
more over time and I not really want to manually add each one in a make-
or js-file (of cours
Hi Andreas,
just enter the needed Classes in your main-class, the build-system will
include them:
#require(qvis.PvTimeBarChartCellRenderer)
#require(qvis.PvTimeBarChartHeaderRenderer)
so this classes will be included.
Regards
Dirk
Fink, Andreas schrieb:
Hi,
I have a little problem with t
Hi,
I solved it using a semaphore variable witch I had used in the dialogs
before, to prevent fieldchecks if we set the values from our
TransferObjects, I just want to know, if qooxdoo has a buildin-Method
for such a situation.
I don't know if disabling helps, but I'll test ist. Thank you fo
Hi,
I have a little problem with the build version of my application.
I have a lot of classes which get not accessed directly through the
source code, but reference to them with the following function:
callFrontend : function(paramMap)
{
var clazz = qx.Class.getByName(paramMap.clazz);
clazz[p
On Thu, Jul 31, 2008 at 5:27 AM, jhonny thio <[EMAIL PROTECTED]> wrote:
> I want to make a chat application...
> My scenario is the client every 1s will request to server (with AJAX).
> So the client will always read the database, if there is a new message in
> [message table], the client will wri
Siarhei Barysiuk wrote:
>
> I'm not aware with comet very good but if I'm not wrong you need that
> your server supports this.
>
Yes, this is tightly related to server support. As this is a somehow
relatively new concept, probably only a handful (didn't look for an
extensive list) of Web serve
Dear Group,
at my little Webapplication (http://www.umrechnungen.de) i use a ListView for
selecting a category.
By testing under Firefox 3 i encounter the following problem:
When i select an item and move the mouse over other items in the listview its
autoselecting other items.
Other items are
Hello,
On Thu, Jul 31, 2008 at 11:21 AM, Alexander Back
<[EMAIL PROTECTED]> wrote:
> I think of events on the client-side on which you can react. First of
> all you should explain why you need to poll the server. Maybe it is
> possible to work out other solutions.
Some time I worked on chat appl
I want to make a chat application...
My scenario is the client every 1s will request to server (with AJAX).
So the client will always read the database, if there is a new message in
[message table], the client will write in textarea. what do you think ?
- Original Message
From: Alexand
Thank you Helder,
I was afraid of this answer. Is anyone running a comet like concept with
an qooxdoo application?
The first use of this implementation would be to inform the client about
a server outage. Something like "server is currently unreachable" popup.
The qooxdoo application should
Dietrich Streifert wrote:
>
>> Rely on events rather than polling the server could be a solution if
>> this is a scenario for your application.
> I'm also thinking about a "server push" where the server initiates some
> communication with the client. How would I do this without polling the
>
Hi Jhonny,
please send your mails to the mailing list. This way other users also
can benefit.
jhonny thio wrote:
> Rely on events rather than polling the server could be a solution if
> this is a scenario for your application. ===> I don't understand about this
> step. Can you tell me how ?
Oh, Okay.
Thanks for the info.
Raffi
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fabian Jakobs
Sent: Thursday, July 31, 2008 12:41 PM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Bughunting day is over
Hi Raffi,
> Fabian,
> I know a b
Hello Jhonny!
> But when I run it on Opera, it can't detect keydown...so when I pressed
> enter, the program doensn't send the message and nothing happen.
How to you "detect" keydown events? Do you use something like
myTextField.addListener("keydown", this._foobar, this); ?
Could you send some
Hi Jhonny,
jhonny thio wrote:
> hellooo...
>
> I have a chat application...
> It work well in IE and Modzila. I can send message to anyone..
> But when I run it on Opera, it can't detect keydown...so when I pressed
> enter, the program doensn't send the message and nothing happen.
I've just tes
Hi Alexander,
> Rely on events rather than polling the server could be a solution if
> this is a scenario for your application.
>
I'm also thinking about a "server push" where the server initiates some
communication with the client. How would I do this without polling the
server?
The use ca
Hi Jhonny,
jhonny thio wrote:
> hii...
> I have an application that using a timer (every 1 second). The timer will
> always request data to the AJAX (php)..
Just a curious question: is this really necessary for your application
or can you rely on events rather than polling the server every secon
Hi Raffi,
> Fabian,
> I know a bug in Table (0.7.4 Version).
> I am not sure whether anyone already captured in Bug Tracking System.
> Just thought of telling what I observed and how do I handle that issue.
>
> The bug is in the HTML Anchor tag rendering in the table cell.
> If I want to ha
25 matches
Mail list logo