Hey everyone,
I am currently extending qx.ui.form.List in order to let the user manually
append new items to it. The idea is to store the data, once added, and
retrive again from database.
I wrote a wrapper which extends the original qx.ui.form.List class and adds
the button and listener for the
Thank you Martin for your reply, I have decided to change the issue of class
TreeRow.js
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Highline-text-in-a-tree-with-modern-theme-tp6857713p6859026.html
Sent from the qooxdoo mailing list archive at Nabble.com.
---
Hi Stefan
Ditto, the code looks really well written and structured I'm looking forward
to the demos too!
Did you know that namespaces of libraries can overlap even if they can't be
identical e.g. I have two contribs, one has the namespace
com.zenesis.qx.remote and the other is com.zenesis.qx.up
Another Question.
By default its fetch every 50 rows right? How can i increase
RemoteTable to fetch more than 50 rows?
On 10/5/11, Phyo Arkar wrote:
> Thank you very much , for the reply.
>
> So heres my case:
>
> I use qooxdoo Table to get Data into my table and i will let users to
> insert / e
Sorry i am not used to with this mailing list. I was using googlegroups.
ok on topic : Anyway to add a Footer row?
On 10/5/11, Derrell Lipman wrote:
> On Tue, Oct 4, 2011 at 15:47, Phyo Arkar wrote:
>
>>
>> PS: Added qooxdoo-devel tag i forgot sorry for the spam AGAIN..
>
>
> You don't need to
On Tue, Oct 4, 2011 at 15:47, Phyo Arkar wrote:
>
> PS: Added qooxdoo-devel tag i forgot sorry for the spam AGAIN..
You don't need to do that. It's added by the mailing list software.
Derrell
--
All the data continuous
Hello qooxdoo people!
I want to add some controls , a toolbar with buttons , etc into
table's status bar.
Also is that possible to somehow tweak table to allow a footer row
that always show static (like header row) ?
Thanks in advance.
Hello qooxdoo people!
I want to add some controls , a toolbar with buttons , etc into
table's status bar.
Also is that possible to somehow tweak table to allow a footer row
that always show static (like header row) ?
Thanks in advance.
PS: Added qooxdoo-devel tag i forgot sorry for the spam AGAI
Thank you very much , for the reply.
So heres my case:
I use qooxdoo Table to get Data into my table and i will let users to
insert / edit / delete rows.
In jqGrid i can do it easily as it have api for edit / delete and can
work either local or remote.
But now i am playing with qooxdoo in this
I'm using remote table since 2009 and I guess it's nearly complete. Derrell is
currently working the new transport layer but this doesn't matter for your
problem. So adding a row programaticaly in remote table model makes no sense.
Because this model should always be a snap shot of a server side
Hi everybody,
Thanks for all the great answers! We really appreciate this!
We will inform you of the outcome of this discussion in one of our next blog
posts.
In the meantime, people using the trunk version of qooxdoo should have a look
on the following bug report:
http://bugzilla.qooxdoo.org
Hello , i can't find any solution so i have to join here.
Using this i successfully able to use qooxdoo to retrived data from my database
http://qooxdoo.org/documentation/0.8/remote_table_model
But my problem is , i want to Insert new Data into remote model and
update it on the server and also
Hi,
setSpeed is not available in WebDriver. Anyway, that would not be the
perfect solution.
If flushing is synchronous, the problem lies probably more in
WebDriver than Qooxdoo.
On Tue, Oct 4, 2011 at 5:10 PM, Daniel Wagner wrote:
> Hi Jean-Noel,
>
> flushing the ui queues is a synchronous oper
Hi Eric,
The values that you put into the args array of fireEvent, will be used
to call the event's init() method.
So you should put the arguments to qx.event.type.Mouse.init() in it.
I can't test this right now, but I think the following should work:
this.fireEvent("doubleclick", qx.event.t
On Sat, Sep 24, 2011 at 3:03 AM, slah wrote:
> Hello,
> I'm about to implement such function in my project.
> It will be great if you can share your experience.
>
Would you need to use authentication?
I am working on a download process that requires auth
so I have a cgi (that will take credenti
Added [qooxdoo-devel] tag at subject i think its needed.
On 10/4/11, Phyo Arkar wrote:
> Hello , i can't find any solution so i have to join here.
>
> Using this i successfully able to use qooxdoo to retrived data from my
> database
>
> http://qooxdoo.org/documentation/0.8/remote_table_model
>
>
>
> Hi all,
Time ago I tried to inherit from *qx.ui.form.TextField* to create a search
field with the magnifier icon. The DOM structure I wanted was like this:
- Container DIV
> - Decorator
> - Content DIV
> - TextField INPUT
> - Icon IMG
But it was impossible, *qx.ui.form.Abstract
Hi Jean-Noel,
flushing the ui queues is a synchronous operation, but the browser may
need some additional time to actually render all the changes. I've
noticed problems like this when I tried to run tests with no delay in
between commands: The browser will simply be too busy executing
JavaScri
Hi Marco,
this line is inserted for creating the same behaviour for all browsers. If
this behaviour doesn't meet your requirements you can open a enhancement issue
for it. The best would be if you can attach your patch to it so we can
integrate it into the component.
Regards,
Alex
On Monday
I've added a double click event to svg elements. It works, but I don't
understand how to set up event data. All I really want to do is pass along the
event parameter from the click event that triggers the double click. The
["div", "Mouse"] array in the fireEvent invocation is there only becau
Hello , i can't find any solution so i have to join here.
Using this i successfully able to use qooxdoo to retrived data from my database
http://qooxdoo.org/documentation/0.8/remote_table_model
But my problem is , i want to Insert new Data into remote model and
update it on the server and also
Martin!
>Thanks for sharing your code Steffan. I am really looking forward to see the
>demos. :)
yes.
What were the reasons you put all the different types of components in one
contribution? Some of them my be worth its own contribution. That would maybe
give the code a better visibility to
Hey,
sounds strange. A first question is if you know what cross origin request
means? Usually, thats the number one trap doing requests. Other than that, I
can't tell if its the client or the server side which looses the parameter. It
would sure help if you check the data via a proxy (fiddler e.
Hello and welcome Vladimit,
you can achieve that with your own theme. But don't get scared of that, you can
simply extend the current modern theme and change only appearances (one
appearance is in charge of one widget) and change that. Like always when
extending a framework class, you should tak
Hey,
Thanks for sharing your code Steffan. I am really looking forward to see the
demos. :)
What were the reasons you put all the different types of components in one
contribution? Some of them my be worth its own contribution. That would maybe
give the code a better visibility to the users.
Reg
Thanks Thomas!
A thorough answer. The text gives a very good explanation and is well written.
Put it in the manual!
The conclusion is then to make as few dependencies as (as we always should)
possible in any reusable class as the class ids "always" become dependent after
generation. No except
On 10/04/2011 11:59 AM, Stefan Andersson wrote:
Can you tell us more about how the generator dependency analysis of
links between classes are done in practice.
The generator starts with the classes given in the "include"
configuration key of the job. For each class, it parses the class code
I wonder if it's the best way to stick the entire processing to the
"input" event. As you write, it is done for every character typed in.
Maybe you want to make sure you only get legal characters in the field,
so that should probably happen on "input". But I would only *format*
after the user f
Thanks Christian!
We will. We are just looking at it and it will be provided.
Stefan
--
All the data continuously generated in your IT infrastructure contains a
definitive record
Hi Stefan,
that's great - I really like to see my dialog.Wizard contrib replaced by a
more stable and better maintained widget. Can you please add a demo to the
qxe contrib that can showcase the widgets in the contrib-demobrowser?
Thanks!
Christian
--
View this message in context:
http://qooxd
Can you tell us more about how the generator dependency analysis of links
between classes are done in practice.
How does a dependency look like to include a class at generation?
Does it include ALL dependencies even though a dependency never might be
reached at runtime due to custom code usage?
On 10/03/2011 05:08 PM, John Spackman wrote:
> Hi Thomas,
>
> That's done: http://bugs.qooxdoo.org/show_bug.cgi?id=5671
yep, got it.
> About the config though - do you mean that if an inherited or included job
> sets a specific range of values (i.e. by using '=' prefix) then derived
> jobs must
32 matches
Mail list logo