Hi,
I'm trying to do smart dragover with a hierarchical tree (each level can
be dragged within the level, but you can't drag a parent into the child
of a sibling). In the past, I implemented this by setting
draggable/droppable on each of the treefolders, but this seems
unnecessary if one can just
On 4/29/10 3:50 AM, MartinWittemann wrote:
> Hi,
> I took the time today to check that behavior you writing about. This really
> seems like a bug. So I opened up an issue report for that [1].
> Currently, we have a second thread on the mailing list maybe on the same
> issue [2]. Maybe you can have
Hi,
can anyone, please, give me an simple example of a tree added as target to a
Object Controller?
Info: the tree has an controller like:
var treeController = new qx.data.controller.Tree(null, tree, "children",
"label");
The model is load from a store:
store.bind("model", treeController, "mod
hi, i thought i'd repeat my questions as the second question was not
really understandable. sorry for the noise.
b.
On 04/30/10 00:19, Burak Arslan wrote:
> hello,
>
> I looked around and could not find any trace of this discussion before.
> sorry if i missed something obvious!
>
> I've recently
After migrating from 1.0.1 to 1.1, I noticed that none of my images were
showing up for any widgets where I have an HBox or Grid decorator defined.
This was my definition under 1.0.1, which worked great:
decorator : new
qx.ui.decoration.HBox("myapp/images/bg_header.png").set({insetTop: 12,
insetL
hello,
I looked around and could not find any trace of this discussion before.
sorry if i missed something obvious!
I've recently found myself in obligation to improve my soap client
futher, so that it generates classes using the wsdl. I plan to implement
the following:
var ComplexObject = clien
Just try this page. http://www.cs.drexel.edu/~ujkauffm/test.html
Scroll down and click something in the list. I’m just alerting on the result of
using both APIs. It looks like getBoxObjectFor must have been adding the
current scrolling position like the alternative behavior they’re suggestin
(sorry my english..)
What mean "Access: internal", for example, in the qx.ui.form.Form's
getItems() method.
Can I use normally this method, from a instance of this class?
if can't, how can access using a loop to the form widgets managed for
qx.ui.form.Form?
--
View this message in context:
htt
Hi Alex
Makes complete sense and works :-)
Thank you!
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/SelectBox-change-Arrow-appereance-tp4978592p4980648.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
Hi Jean-Baptiste,
On Thursday April 29 2010 10:48:28 Jean-Baptiste BRIAUD -- Novlog wrote:
> 1. Is it possible to have a spinner without min and max ?
I guess not. The spinner is heavily relying on these two properties that it
would be easier to implement a custom widget, than to customize the sp
Thanks for the excellent work.
This was an incredibly smooth update.
--Ray
- Original Message -
From: "Andreas Ecker"
To: "qooxdoo Development"
Sent: Wednesday, April 28, 2010 11:26:26 AM GMT -05:00 US/Canada Eastern
Subject: [qooxdoo-devel] qooxdoo 1.1 and 1.0.2 released
Hi everyone,
On Thursday April 29 2010 08:48:51 el_migu_el wrote:
> I have a customized SelectBox, which needs a different arrow in preselected
> state.
> As using the following in source build works fine it throws an error when
> using the builded qooxdoo app.
>
> In the SelectBox Composite Parent I register
Hi there.
I'm wondering if anybody please can give an example how to set up a delegate
that filters the data.
The data looks like this:
{ 'items' :
[
{
"id":"1",
"name":"Item 1",
"folder_id":"1",
},
{
"id":"2",
"name":"Item 2"
Thanks Christian,
I will try it out then !
I am building an intranet for my client. I planned first to du this job with
Drupal, but I understand I wouldn't be able to get the look'n feel he wants
this way.
So I am turning myself to qooxdoo and pretty happy with it, it is my first step
into web
On Thu, Apr 29, 2010 at 3:18 PM, thron7 wrote:
> you then might wanna check this one too:
> http://qooxdoo.org/documentation/1.0/classes#inheritance
Well yeah I've read it but it doesn't explain what I'm trying to
accomplish, it only talks about "Calling an overridden superclass
method from withi
Hi.
>> Is
>> there a way to pass the qooxdoo path as a command line value to
>> generate.py?
>
> There is: You can give a macro a value on the command line:
>
>generate.py -m QOOXDOO_PATH:your/qooxdoo/path ...
Thanks. This helps. Quoting is not a problem. I can pass parameters which I
Hi,
qcl works with qooxdoo 1.1, but it is not released yet. Everything pretty
much works here and you are welcome to try it out, but I cannot guarantee it
will work for you - it is still "trunk" and certain things are changing. I
am working on a release with some up-to-date documentation and tuto
On 04/29/2010 02:08 PM, Eduardo Robles Elvira wrote:
> On Thu, Apr 29, 2010 at 1:56 PM, thron7 wrote:
>> Did you mean [1] to point to
>> http://qooxdoo.org/documentation/1.1/classes#inheritance ?
>
> Sorry for that, I missed the reference =) I meant to point to
> http://qooxdoo.org/documentatio
Hi,
just take a look at this code:
*// create some dummy data
var data = {
firstname: "Martin",
lastname: "Wittemann",
gender: null
};
var model = qx.data.marshal.Json.createModel(data);
var listModel = qx.data.marshal.Json.createModel([
On Thu, Apr 29, 2010 at 1:56 PM, thron7 wrote:
> Did you mean [1] to point to
> http://qooxdoo.org/documentation/1.1/classes#inheritance ?
Sorry for that, I missed the reference =) I meant to point to
http://qooxdoo.org/documentation/1.0/oo_feature_summary#calling_the_overridden_superclass_method
On 04/29/2010 11:21 AM, Eduardo Robles Elvira wrote:
> Hello,
>
> I've got a class (WizardStep) which inherits from
> qx.ui.container.Composite, and for convenience I've overriden the
> add() method in WizardStep to add an item to an internal form instead
> of adding item to the composite direct
For the umteenth time, here is the relevant manual section:
http://qooxdoo.org/documentation/1.1/snippets#running_a_source_version_from_a_web_server
On 04/29/2010 11:46 AM, privader wrote:
>
> Okay, I just fixed it. All I had to do was this in
> /etc/apache2/sites-available/default:
>
>
> Initially I tried to include a locals.json in config.json, where
> locals.josn contained nothing else than the definition of
> QOOXDOO_PATH. Didn't work - the generator disregarded the value
> defined in locals.json.
>
> Then I tried to rename config.json to config-original.json, create a
> new
Hi,
I've read on qooxdoo website that qcl works with qooxdoo version 1.x and I've
read also a few times that qcl works only with qooxdoo 0.8.
Can I manage to get it working with qooxdoo 1.x, or should I wait for a new
release ?
Thanks,
Yan.
" I took the time to build a solution only including the id's in a
bidirectional way. I guess that's the thing you want to have, right?
http://tinyurl.com/2v28sn2 "
beautiful. This is what I was looking for. ..Was in front of my eyes..
Thanks you Martin
--
View this message in context:
http
Hi Jean-Noël,
On Friday April 16 2010 05:04:49 Jean-Noël Rivasseau wrote:
> I'd like to be able to load my Qx app after a main web page has been
> loaded. I thought this would be simple, just add the loader script alter
> instead of initially. Turns out it isnt; on FF 3.5 the Qx app would NOT
> lo
Okay, I just fixed it. All I had to do was this in
/etc/apache2/sites-available/default:
Alias /qooxdoo-1.1-sdk/ /root/qooxdoo-1.1-sdk/
By the way... It seems that nether the "Java Console" nor
the "Fehlerkonsole" nor Firebug shows missing files. I just
looked in the error log of my webs
Hi Jean,
I experimented with custom loading with QxBuild, but currently it's hack.
I have script in python (post script configured in config.json) that does:
fileData.replace('qx.event.handler.Application.onScriptLoaded();', ';');
and then I called
qx.event.handler.Application.onScriptLoade
Hello,
I've got a class (WizardStep) which inherits from
qx.ui.container.Composite, and for convenience I've overriden the
add() method in WizardStep to add an item to an internal form instead
of adding item to the composite directly. But in the constructor of
the WizardStep I want to call the ori
Hi Markus,
the source version from a qooxdoo application loads the originals source
files, the build version instead copy/creates the source files in one or
more files. Have a look at the "Net" view from FireBug for example (only
from http://.. so far as I know). Can you see the different? The
Thank you Thomas,
adding the combined images to the #assets did the trick!
/Peter
On 2010-04-29 11:00 thron7 wrote:
> I found it: The problem is in the way combined images are subjected to
> #asset hints. They have to be included :-\ .
>
> So, for the time being you have to #asset them, either b
Hello greg,
I opened up a bug report for a similar problem on the list:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=3650
I hope thats the same problem you have. Could you add yourself as CC and
check your problem if the bug is fixed? If its not fixed, we should take
care of it separately.
Regards
Okay, it is working via file:/// but NOT with http://... on my webserver.
Why is only it runable from browser with file:// in source and not via http?
How can I fix this?
Much regards,
Markus Mueller
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/1-0-1-isnt-running-just-aft
Hi,
I took the time today to check that behavior you writing about. This really
seems like a bug. So I opened up an issue report for that [1].
Currently, we have a second thread on the mailing list maybe on the same
issue [2]. Maybe you can have a look at his workaround until the bug is
fixed.
Re
Hi,
Few questions about the Spinner :
1. Is it possible to have a spinner without min and max ?
I noticed Spinner is perfect to store numbers since it is not mandatory to use
the arrow.
The user can entere the value by hand but the arrows show the user "this field
is a number".
Unfortunatly, ev
Hi.
I posted a question about this a very short time ago, but it got no answer at
all. I tried it the other way round, still no success.
Initially I tried to include a locals.json in config.json, where locals.josn
contained nothing else than the definition of QOOXDOO_PATH. Didn't work - the
ge
Hello Christian,
sounds like a good idea. But I would rather make the tutorial form specific
including the form data binding and not only data binding specific. Data
Binding is a huge area, I guess you know that. ;)
Regards,
Martin
--
View this message in context:
http://qooxdoo.678.n2.nabble.co
Hi Eduardo,
Eduardo Robles Elvira wrote:
>
> Just some random thoughts in the night: it could be awesome and
> powerful if a list controller could have a modelPath. So you could do
> something like:
>
>
> var = data [
> {name: "male", id: 1},
> {name: "female", id: 2},
I have to second Martin that I think that qooxdoo databinding is really well
thought out and easy to use. To be sure, there is a small learning curve at
the beginning, so I think a separate tutorial would really help to get
people started.
I think it would be most helpful if such a tutorial would
Hi,
your solutions really looks more like a workaround than a good and clear
solution. But to be honest, I don't exactly get what you want. On one hand,
you want to have your data for the list in the model including its labels
and on the other hand you only want to have the id's in it.
I took th
> Wouldnt the following example help the qx-generator shrink the function?
> I would guess something like that is not done automatically and I think
> its not to confusing for the developer as well. It would save some bytes
> in your build output and at the same time save some lookups. As long a
On Wed, Apr 28, 2010 at 8:29 PM, thron7 wrote:
>
> Yes, you have to update your Python installation to at least 2.5.x.
>
>
Thanks for confirmation. I upgraded to Python 2.6 and everything works okay.
In case somebody else is using Redhat Enterprise Linux or CentOS and having
this same problem, eas
Hi,
I have a customized SelectBox, which needs a different arrow in preselected
state.
As using the following in source build works fine it throws an error when
using the builded qooxdoo app.
In the SelectBox Composite Parent I register a listener for changeDecorator:
this.addListener( "changeDe
43 matches
Mail list logo