Jerónimo Milea schrieb:
> This is a very early version of the framework, its only intended to test
> basic functionallity.
>
> You can get a brief description here: http://aspnetriaen.blogspot.com
>
> It can be downloaded from here:
> http://200.58.116.15/aspnetria_web.zip
>
Hi Jeronimo,
I've l
Hi Derrell,
> [EMAIL PROTECTED] writes:
>
>
>> I have a test application (based on example/TreeVirtual_3.html) that works
>> fine if the tree is instantiated using
>>
>> tree = new qx.ui.treevirtual.TreeVirtual(headings);
>>
>> It fails, though, if I subclass TreeVirtual like this:
>>
>> qx.C
This is a very early version of the framework, its only intended to test
basic functionallity.
You can get a brief description here: http://aspnetriaen.blogspot.com
It can be downloaded from here:
http://200.58.116.15/aspnetria_web.zip
--
VoidMain
-
[EMAIL PROTECTED] writes:
> I have a test application (based on example/TreeVirtual_3.html) that works
> fine if the tree is instantiated using
>
> tree = new qx.ui.treevirtual.TreeVirtual(headings);
>
> It fails, though, if I subclass TreeVirtual like this:
>
> qx.Clazz.define("myclass.widget.t
I have a test application (based on example/TreeVirtual_3.html) that works
fine if the tree is instantiated using
tree = new qx.ui.treevirtual.TreeVirtual(headings);
It fails, though, if I subclass TreeVirtual like this:
qx.Clazz.define("myclass.widget.tree.Tree",
{
extend : qx.ui.treevirtua
Not a problem for me, but what about the migration itself, is my new
application working in 0.7 PRE still continue to work well with the official
0.7 release ?
Thanks Sebastian
Sebastian Werner wrote:
>
> Currently the output uses 2 spaces for indention. You can however
> easily search and r
Currently the output uses 2 spaces for indention. You can however
easily search and replace this in any editor.
We will try to make at least this setting configurable until 0.7.
Sebastian
Am 20.02.2007 um 20:48 schrieb ericson:
>
> Just a though, if I migrate now with 7.0 PRE , is the code w
Just a though, if I migrate now with 7.0 PRE , is the code will tay
compatible with the 0.7 release ?
Thanks in advance
PS: I'm using this syntax with tabs,
if (blabla) {
}
so i the migration tool works that way, it's ok for me :)
Derrell.Lipman wrote:
>
> In testing the migration from 0.6
Hi Philipp,
an additional note: To help with debugging, you can use the following
function:
function countQooxdooObjects() {
var objectCount = 0;
for (var key in qx.core.Object._db) {
if (qx.core.Object._db[key] != null) {
++objectCount;
}
}
re
Hi Philipp,
see inline comments below.
Am 20.02.2007 um 17:21 schrieb Philipp Wabinski:
>> On 2/18/07, Andreas Junghans <[EMAIL PROTECTED]> wrote:
>>>
>>> I suppose your problem is that with each data-reload, you're
>>> creating
>>> new qooxdoo objects but never call dispose() on them? By defa
Camilo Aguilar-2 wrote:
>
>
> On 2/18/07, Andreas Junghans <[EMAIL PROTECTED]> wrote:
>>
>> Hi Philipp,
>>
>> Am 18.02.2007 um 23:47 schrieb Philipp Wabinski:
>>
>> > I started building a qooxdoo application some months ago. Now I have a
>> > complex table with some Icons, links, text data, da
[EMAIL PROTECTED] schrieb:
> Sebastian Werner <[EMAIL PROTECTED]> writes:
>
>> The full migration of qooxdoo is not yet tested or supported. I think there
>> are some areas which needs finetuning. A application built upon qooxdoo
>> however should work quite good. Hint 1: You can use all includ
Oliver Koch schrieb:
> Hi Fokls,
>
> is there the possibility to set a default button in qooxdoo like in a
> MessageBox?
Sorry, this is not yet supported.
Greetz,
Sebastian
>
> Greetz,
>
> Oliver Koch
>
> -
> Take Surv
Hi, Hugh,
great to have that kind of feedback and offering your assistance in
helping to make the coding style configurable. :-)
> > Sigh, nobody seems to read the official information. :-(
>
> I did, and have been very worried.
Good to know it works. ;-)
> > Given that it is possible to au
Hi Fokls,
is there the possibility to set a default button in qooxdoo like in a
MessageBox?
Greetz,
Oliver Koch
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the c
15 matches
Mail list logo