Alex Back escreveu:
> Hi Jonis,
>
> Jonis Maurin Ceará wrote:
>> Alex Back escreveu:
>>> Hi Jonis,
>>>
>>> a took a short look at your code and you commented line #267 out. Is this
>>> the problem?
>>> As far as I see the eventlistener
Alex Back escreveu:
> Hi Jonis,
>
> a took a short look at your code and you commented line #267 out. Is this the
> problem?
> As far as I see the eventlistener method does only changing a label contents.
> No listview calls are involved.
This line is commented just for testi
Alex Back escreveu:
> Hi Jonis,
>
> Jonis Maurin Ceará wrote:
>>> For updating the ListView: take a look at the test file at
>>> http://demo.qooxdoo.org/current/sample/html/test/ListView_7.html
>> Well, i'm using this example but is not working. Did you check
Alex Back escreveu:
> Hi Jonis,
>
> first of all your application shows up one error. You forgot to define the
> column data map for your ListView (variable "lc2").
:| I forgot to put this again while testing :( it's ok now.
> Just a tip (in case you do not kno
Hi.
After some help from Alex, i got my second listview working fine :D
My problem now is: listview is not updating :(
I have an aux function to add items to listview wich is working for my
second listview (same application) but not for the first.
application: http://200.178.186.14/squidmin/s
Alex Back wrote:
> Hello Jonis,
>
> to tackle the problem down could you please send my the code which is not
> working?
>
> Thanks,
> Alex
You e-mail doesn't exist :(
do u have msn?
jon
Alex Back wrote:
> Hello Jonis,
>
> to tackle the problem down could you please send my the code which is not
> working?
>
> Thanks,
> Alex
Sure!
-
This SF.net email is sponsored by DB2 Express
D
Alex Back wrote:
> Hello Jonis,
>
> I didn't manage to reproduce your problem.
>
> However it seems to be that you try to set a padding in your code. What
> version of qooxdoo do you use? In versions prior to 0.7 the padding property
> group is not supported.
core/Widget.js:736
..
http://192.168.0.14/squidmin/qooxdoo/frontend/framework/source/class/qx/io/image/Preloader.js:139
008920 ERROR: qx.io.image.PreloaderSystem[387]: Could not dispatch event
of type "completed": NS_ERROR_INVALID_POINTER - Component returned
failure code: 0x8
Hi.
How can i get data from selected item on listview (first colum)?
i have this code:
lv.getPane().addEventListener("dblclick", function(e) {
//this.getManager().getSelectedItems()
// or
alert(this.getManager().getSelectedItem());
});
I ca
My mistake :(
DNS isn't working
But i think this error is too ambiguous...
wget is installed and working, they just didn't find address.
Well, it's working nowthanks.
-
This SF.net email is sponsored by DB2 Expres
Hi.
First: is there any way to use iso-8859-1 on the source code?? (even on
comments).
Second: i'm trying to use some converted characters (to html entities)
in ListView but didn't work.
My 'field type' is html, text is: "Ceará" but didn't work.
Should be: Ceará
Show: CearÃi
My page encodin
Hi again.
I'm trying to compile my application but i got this error:
toyota:/var/www/virtual/mouralacerda.edu.br/intranet/htdocs/estagio# make
GENERATING SOURCE VERSION OF ESTAGIO
*
How can i setup my theme 'by the hand'?
I don't want to create a list of buttons from themes, just setup a
static theme at runtime.
Thanks
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE v
I think that i'm doing something wrong...
I can't find some infos on API docummentation!!
Ex:
ld.push({ cod : { html : dados[i][0] },
nome : { html : dados[i][1] },
tipo : { html : dados[i][2] }
Still with ListView..
I don't knwo if this is a bug, but..
when i try to set a header colum align to center, didn't work for header
(just for content).
If i try to use "right" or "left", everything works fine...header and
content are aligned to right or left.
--
Solved...
just add to lc:
open : { label : "Abrir", width: 80, type : "link"
Jonis escreveu:
> In the listview demo, what's 'open' for and how can i use?
> I think is to open an URL (d) but how to use?
>
>
> Code:
>var ld = [];
In the listview demo, what's 'open' for and how can i use?
I think is to open an URL (d) but how to use?
Code:
var ld = [];
var lt = [ "Image", "Text", "PDF", "Illustration", "Document" ];
for (var i = 0, t; i < 1000; i++) {
t = Math.round(Math.random() * 4);
ld.push({ nam
Hummm.property Validator of TextField isn't for validating the field??
I'm trying to use...but without success
dperez escreveu:
> Hola Jonis.
>
> Sorry I don't understand your question.
> I'm out of context.
>
>
> Jonis Maurin Ceara-2 wrote:
>
New! :P
Instead of call external javascript, just put the content on current
page and gzip it!!
My results:
Ex:
Estagio
if (!q
ight?
Hot can i optimize my final release? or i'm doing something wrong?
Thank you again.
Leander Hanwald escreveu:
> Hi
>
> Your Build Version also contains the qooxdoo own classes, your source
> version only links to them :)
>
> Jonis schrieb:
>> Hi.
>>
&g
How can i use this property?
In API documentation i can't find anything, just the method IsValid()
and property Validator.
I've tryied this (sorry, i'm really really newbie in JavaScript):
// Validador dos campos
iNome.Validator = function(e) {
alert(e.getValue());
}
// and call Is
Yep, that's exact what i need! :D
I've tryied this before but like this:
var teste = new Array("a","b");
and didn't work :P
BTWcan i return an array in RPC call?
[EMAIL PROTECTED] escreveu:
> Jonis <[EMAIL PROTECTED]> writes:
>
>>
Hi again.
After some tests, almost everything is working :)
Bu again, i need some help...
if using this code:
if (itemId == 1) {
mycall = rpc.callAsync(function(result, ex, id) {
mycall = null;
if (ex == null) {
alert("Resultado (" +
???
Can i remove this class?? how?
Leander Hanwald escreveu:
> Hi
>
> Your Build Version also contains the qooxdoo own classes, your source
> version only links to them :)
>
> Jonis schrieb:
>> Hi.
>>
>> I've finished my first layout ( :) ) and i
Sorry for a lot of posts :(
Where can i find source code for RPC test?
I can't find in my packages (RPC Backend, SDK, etc...) just the service
(not the 'client').
Thanks
Leander Hanwald escreveu:
> Hi Jonis,
>
> you could use the new backend of qooxdoo which contain
Hi.
I've finished my first layout ( :) ) and i'm little confuse about size.
My build version is about 512Kb!! Is this right?
This is the layout: http://intranet.mouralacerda.edu.br/estagio/build/
I've build this using Showcase example but remove ALL functions not used.
My 'source' build script
on API
Viewer. (ex: CurrentInput.setValue("hello") )
Thanks
Leander Hanwald escreveu:
> Hi Jonis,
>
> you could use the new backend of qooxdoo which contains examples in java
> and php how to write a qooxdoo <-> php interface
> (http://qooxdoo.org/download: Install a Powerful RPC
Hi.
I started testing qooxdoo today. Everything is working fine, i'had
compiled showcase and is working fine.
Now i'll start my page but i have one question: where do i customize my
data?
I know qooxdoo is just for GUI building.but where can i put my data?
I have some forms with fields tha
29 matches
Mail list logo