Hi Derrell,
>> * After hiding and reshowing a column the table model don't correctly handle
>> the allocation of the column widths (Table_1.html of application/sample). It
>> is by far to wide.
>>
>
> Hmmm... In the current demo.qooxdoo.org/.../Table_1.html, I can't even
> hide a field. It g
Hi Derrell,
I find very practical Nabble. I just have to poll the forum instead of
seeing my inbox full of tons of messages.
Derrell.Lipman wrote:
>
> Sigh. I just found a bunch of qooxdoo messages, including this one, in
> my spam bucket. Sorry.
>
--
View this message in context:
http:
Sebastian Werner <[EMAIL PROTECTED]> writes:
> There seems to be some issues with the Table in beta2/trunk. Would be
> great if someone can have a look (Til, Derrell, ...?)
Sigh. I just found a bunch of qooxdoo messages, including this one, in
my spam bucket. Sorry.
> * The edit field seems to
Hi Jim,
meanwhile - after some more insight about themes and property
inheritance I am with you about inheritance of the curssor property.
Opened a bug at
http://bugzilla.qooxdoo.org/show_bug.cgi?id=455
From what I understand now, marking the property as inheritable would
do as either a the
Ok, so what's really happening is I'm building my application using
Delphi for PHP, which uses qooxdoo widgets. It's an IDE that mixes
PHP, Javascript, and Qooxdoo components.
Think of visual basic and that's sort of the idea, but for PHP & JS.
The code is generated for me so all I have control o
Hello David,
> Hi,
>
> Is there a technical reason why the migration is only possible when I have
> one class for one file?.
>
qooxdoo always had the concept of one class per file and for the python
patch file, which transforms the old classes into the new class
definition assumes exactly that
Dietrich Streifert schrieb:
> Hi Fabian,
>
> I think I will take option 2) and ask you ;-)
>
> It "feels" smarter to be able to refine a property by re-defining a
> property attribute like apply and check.
>
> One refinement for check would be to tighten the allowed values:
> previous "String" af
Ok, it seems to be working in IE7 now with
PopupAtom.show();
qx.ui.core.Widget.flushGlobalQueues();
qx.client.Timer.once(function() {this.longTask();
PopupAtom.hide();},this,100);
I initially tried it with a 0 timeout but the popup did not consistently
appear. It seems to be now, but I'll
Hi,
Is there a technical reason why the migration is only possible when I have
one class for one file?.
As a Java programmer I think this is a good convention, and also for a
general purpose lib like qooxdoo, where each user selects what he wants, and
can create custom builds.
But in my case, e
Hi Fabian,
I think I will take option 2) and ask you ;-)
It "feels" smarter to be able to refine a property by re-defining a
property attribute like apply and check.
One refinement for check would be to tighten the allowed values:
previous "String" after refining a String of max length 10.
Dietrich Streifert schrieb:
> Hello List,
>
> on my first steps migrating my application to 0.7 I have the following
> problem:
>
> I want to derive a class from qx.ui.form.CheckBox which has the property
> value which is defined as follows:
>
> value :
> {
> check : "String",
>
Hello Thomas,
using svn 8323 the migration process completes succesfully.
Unfortunately I don't have time now to make the necessary changes to
test if the migrated JS works now, I will check this tomorrow.
Regards,
Daniel Haferkorn
thron7 wrote:
> Daniel,
>
> I've applied a quick fix for this
Daniel,
I've applied a quick fix for this problem (r8323). Please give it a try.
The immediate fix to avoid the exception is trivial, but there might be
some not-so-obvious side effects. Let us know.
=Thomas
> Hello Fabian,
>
> I have just tried to do the migration again with the current svn 8319
Hello List,
on my first steps migrating my application to 0.7 I have the following
problem:
I want to derive a class from qx.ui.form.CheckBox which has the property
value which is defined as follows:
value :
{
check : "String",
event : "changeValue"
},
In the derived c
> > The migration process works now.
> > There is a minor issue during the migration.
> >
> > I have a few try statements that look like this:
> > try {
> > statement1;
> > // comment
> > } catch (exc) {
> > statement2;
> > }
> >
> > The migration tool changes this to the followin
Hello Fabian,
I have just tried to do the migration again with the current svn 8319.
Now the migration process won't complete anymore.
The first line in question is
function getData(identifier, value) {
The other lines are also functions in that style.
It seems that the migration script doesn't
Hi Daniel,
thanks for your detailed replay.
>
> I have examined the result of the migration a bit more and compared it
> to the new skeleton.
> The resulting JS still has the line
> extend: qx.component.AbstractApplication,
> whereas in the skeleton it is
> extend : qx.application.Gui,
>
> Also,
Ok,
That's not the case, so I will put it always in construct()
;)
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs
Gesendet: Donnerstag, 31. Mai 2007 15:02
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Migration of an
Tobias Koller (GERMO GmbH) schrieb:
> Thanks.
>
> I also have to put "this.base(arguments);"
> At the beginning of construct(), don't I?
>
>
Yes, you should always do this for construct(), unless you know exactly
what you are doing ,-)
Best fabian
--
Dietrich Streifert schrieb:
> Thank you for your answer Fabian.
>
> to get more concrete: If I have a path which contains only the
> source/class directory structure which corresponds to the class
> namespaces, how would I run the migrate.py script for migration?
>
> Lets say I have
>
> /tmp/
> >
> :clap:
Anyone play the spoons? We could get a band together ;-D
Hugh
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Ju
Thanks.
I also have to put "this.base(arguments);"
At the beginning of construct(), don't I?
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs
Gesendet: Donnerstag, 31. Mai 2007 13:52
An: qooxdoo Development
Betreff: Re: [qooxdoo-dev
Hi Tobias,
the migration should have generated a file called "migration.log". Take
a look at the comments there. Sometimes it is not possible to migrate
automatically but it is possible to report a warning. I know the file
can get big but it is a good idea to scan it if something doesn't work.
hello,
here is my result of the migration from 0.6.6 to 0.7-beta3:
please correct me if I'm writing bullshit ;)
1.) index.html
qx.core.Init.getInstance().setApplication(myapp.Application);
==> is no longer necessary
---
Thank you for your answer Fabian.
to get more concrete: If I have a path which contains only the
source/class directory structure which corresponds to the class
namespaces, how would I run the migrate.py script for migration?
Lets say I have
/tmp/app/sourc/class/qx/visionet/ui +
Dietrich Streifert schrieb:
> Hi Fabian,
>
> what if there is no makefile in the given path?
>
> I used the following migration command:
> QX/frontend/framework/tool/generator.py --class-path
> QX/frontend/framework/source/class --class-path APP/source/class
> --migrate-source --migration-target
Sounds good to me, but what about those with a cursor defined in the
appearance theme? I think they should keep the themed cursor as long as
setCursor isn't called on the widget itself.
But then the whole thing becomes quite complex - which makes me nervous.
Jim Hunter wrote:
> I would think
Not only clunky HTML, but also much slower to load.
Christian Boulanger (Bibliograph Development) wrote:
>
> Hello,
>
> here is a comparison between web 1.0 and web 2.0.
>
> http://64.112.226.77/one/lsa/lsa07/index.php?cmd=lsa07&id=
>
> Click on "Search the Preliminary Program": ugly old clu
This idea is much better than mine, not only it would make the program
shorter, but also faster. :clap:
Hugh Gibson wrote:
>
>> In
>> this case you get two map lookups where a simple property accessor
>> was before. Anyway I think its great for commercial applications
>> which want to protec
Hello,
We're planning to release QxTransformer soon with a lot of
documentation, tutorials
and examples. We've made big progress in our work in comparison with
that we had
at the beginning. And I hope that QxTransformer will be really useful
for qooxdoo
developers.
Christian, great work and good
Hi Daniel,
> Also when trying to close one of the folders, it re-opens immediatly
> (using IE6). Got me a little bit confused at first with the folders that
> contains the huge list of papers. :)
I commented out
$c.setAlwaysShowOpenCloseSymbol(false);
$c.setOpenCloseClickSelectsRow(true);
and
Christian Boulanger schrieb:
> Hello,
>
> here is a comparison between web 1.0 and web 2.0.
>
> http://64.112.226.77/one/lsa/lsa07/index.php?cmd=lsa07&id=
>
> Click on "Search the Preliminary Program": ugly old clunky HTML
>
> Same thing written with qooxdoo v. 07:
>
> http://rsoz.rewi.hu-berlin.de
Hugh Gibson schrieb:
>> In
>> this case you get two map lookups where a simple property accessor
>> was before. Anyway I think its great for commercial applications
>> which want to protect the code.
>>
>
>
> Not forgetting the suggestion in
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=4
> Hello Christian,
>
> this really looks nice. I especially like the "Loading, please wait"
> feedback message. :)
I am using qx.event.message.Bus to send messages about the beginning and
end of rpc calls. Then a popup atom handles those messages and toggles its
display dependend on whether any ca
Hm...
I can't fix them ;)
The following errors are shown when I start my app:
-
this.getApplication() has no properties
[Break on this error] this.getApplication().terminate();
myapp.js (line 2509)
qx.component has no properties
[Break on this error]
Hello Christian,
this really looks nice. I especially like the "Loading, please wait"
feedback message. :)
I don't seem to be able to get anything in the lower right pane (where
it says "Click on paper..."), should there be something visible after
clicking on an entry in the tree?
Also when try
> Thank you for the report, but I don't think we can do anything to fix
> this. It looks OK for me. Please try to reload the page again.
It's fine now.
Hugh
-
This SF.net email is sponsored by DB2 Express
Download DB2 Expre
> In
> this case you get two map lookups where a simple property accessor
> was before. Anyway I think its great for commercial applications
> which want to protect the code.
Not forgetting the suggestion in
http://bugzilla.qooxdoo.org/show_bug.cgi?id=433 which would reduce it to one
lookup
Hi,
C.Bieser wrote:
> Thank You Alex, it works!
>
> Now I have the following:
> -
> qx.Proto.initialize = function(e)
> {
> [...]
> qx.manager.object.ColorManager.getInstance().setColorTheme(new
> qx.theme.color.WindowsRoyale);
> qx.manager.object.ImageManager.getInstance().setIconTheme(
Oh - I forgot to say - this is for internal use so far - please do not
circulate or publish anywhere - if you had considered this at all ;-)
C.
> Hello,
>
> here is a comparison between web 1.0 and web 2.0.
>
> http://64.112.226.77/one/lsa/lsa07/index.php?cmd=lsa07&id=
>
> Click on "Search the Pr
Hello,
here is a comparison between web 1.0 and web 2.0.
http://64.112.226.77/one/lsa/lsa07/index.php?cmd=lsa07&id=
Click on "Search the Preliminary Program": ugly old clunky HTML
Same thing written with qooxdoo v. 07:
http://rsoz.rewi.hu-berlin.de/lsa2007-program/build/
shiny new world of a
Hello Dietrich,
I don't think that the zIndex is a problem in my case, because I add the
blockPane as the last widget to the document and if I maximize it
manually with Firebug, the events get blocked correctly.
Using a modal window seems to be a great idea, thanks for the suggestion!
It wouldn
Hi Fabian,
what if there is no makefile in the given path?
I used the following migration command:
QX/frontend/framework/tool/generator.py --class-path
QX/frontend/framework/source/class --class-path APP/source/class
--migrate-source --migration-target 0.7 --exclude-without-dependencies qx.*
Thank You Alex, it works!
Now I have the following:
-
qx.Proto.initialize = function(e)
{
[...]
qx.manager.object.ColorManager.getInstance().setColorTheme(new
qx.theme.color.WindowsRoyale);
qx.manager.object.ImageManager.getInstance().setIconTheme(new
qx.theme.icon.VistaInspirate);
}
Hello,
Yea, Firefox 3.0 will support something like this and Microsoft will too.
In my point of view it can be used in many existing application. Any
application
that works with a remote DB. Of course there are some obscure moments
such as
what will be cached in local DB, criteria and other, but
Thank you!
It works fine.
Now I got some errors when I start my app.
But maybe I can fix this.
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Daniel Haferkorn
Gesendet: Donnerstag, 31. Mai 2007 10:02
An: qooxdoo-devel@lists.sourceforge.n
dperez wrote:
> Hi,
>
> The Dojo folks have also an offline project.
>
> http://dojotoolkit.org/offline
>
> Probably in a relatively short time, offline will be widespread.
>
Hello,
if I remember correctly, the next major Firefox release 3.0 will also
have some kind of direct support for offl
Tobias Koller (GERMO GmbH) wrote:
> Hi,
> does nobody know why the following message occurs?
> --
> I updated from svn but now the script shows me the message: nothing to do.
> Your application is up to date.
> But during the last (faulty)migration no file was changed.
> --
>
> Thanks
> T
Fabian Jakobs wrote:
> Daniel Haferkorn schrieb:
>> The resulting JS files don't seem to work but I have to take a deeper
>> look into this issue before I can say any more about it.
>>
> Does the files have JavaScript syntax errors or is your application
> simply not working?
>
> I would real
Hi,
C.Bieser wrote:
> Hello,
>
> I want to set the default theme and icon set for my application but nothing
> I've found here works.
>
> For example:
> -
> qx.Proto.initialize = function(e)
> {
> [...]
> qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme(
> qx.theme.color.Wi
Tobias Koller (GERMO GmbH) schrieb:
> Hi,
> does nobody know why the following message occurs?
> --
> I updated from svn but now the script shows me the message: nothing to do.
> Your application is up to date.
> But during the last (faulty)migration no file was changed.
> --
>
>
I thin
dperez schrieb:
> Hi,
>
> Some months ago I suggested this, but you replied that it would slow down
> performance, although for long identifiers, it could make the program
> shorter.
>
> http://www.nabble.com/String-compression-%28enabled-by-default%29-tf2260415.html#a6302166
>
>
Maybe you have
This is good news, but I have converted long ago all my code to the more
powerful and performant Table widget.
Sebastian Werner wrote:
>
> Hi all!
>
> I've just spend some more time to our ListView widget. To support the
> new appearance system without any bad (style related) effects there wa
Hello,
I want to set the default theme and icon set for my application but nothing
I've found here works.
For example:
-
qx.Proto.initialize = function(e)
{
[...]
qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme(
qx.theme.color.WindowsRoyale )
};
-
Has anyone an ide
Hi Daniel,
I did the same for blocking qooxdoo windows with such a blocking pane
over the window ui elements. One of the things which I stumbled on was
the zIndex of the pane.
One trick is maybe to create a modal, transparent qooxdoo popup which
covers the document.
Daniel Haferkorn schr
Hi,
does nobody know why the following message occurs?
--
I updated from svn but now the script shows me the message: nothing to do. Your
application is up to date.
But during the last (faulty)migration no file was changed.
--
Thanks
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PR
Hi Dan,
I had the same issue recently, trying to access a separate window that
had been opened from a page that didn't have access to the window var.
How I finally solved it, was to set a cookie when the pop up window was
opened, then in each window that needed access to it, I check if the th
Hi,
Some months ago I suggested this, but you replied that it would slow down
performance, although for long identifiers, it could make the program
shorter.
http://www.nabble.com/String-compression-%28enabled-by-default%29-tf2260415.html#a6302166
Sebastian Werner wrote:
>
> Hi!
>
> A day of
If you want a specific size use:
myLayout.setWidth(100)
instead of
myLayout.setWidth('auto')
To enable automatically scrollbars if needed:
myLayout.setOverflow('auto')
Hope this helps
James A. Pyrich wrote:
>
> Greetings,
>
>I want to arrange labels in a fixed arrangement on a Can
Hi,
The Dojo folks have also an offline project.
http://dojotoolkit.org/offline
Probably in a relatively short time, offline will be widespread.
Sebastian Werner wrote:
>
> Yes sounds great to deliver high performance offline storage which is
> available cross-browser. See also:
> http://e
Hello Dan,
FrozenDice wrote:
> Thanks, but I'm still a little lost. How can I access a window
> outside of where it is defined? For example: I can't access the code
> that creates the widget, but I have access to a javascript event,
> let's see a button click. What is the code I would need to p
Daniel Haferkorn schrieb:
> Fabian Jakobs wrote:
> > Thanks for this feedback. I have fixed this issue in svn. The steps you
>
>> both did were correct and should work with the current trunk.
>>
>> Best Fabian
>>
>> -
>> T
62 matches
Mail list logo