Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
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

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
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

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
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

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Jonis Maurin Ceará
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

[qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-08 Thread Jonis
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

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
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

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
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

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
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.

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
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

[qooxdoo-devel] Get listview data os selected item

2007-05-04 Thread Jonis
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

Re: [qooxdoo-devel] Error 'compiling'

2007-04-16 Thread Jonis
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

[qooxdoo-devel] Encoding problem

2007-04-16 Thread Jonis
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

[qooxdoo-devel] Error 'compiling'

2007-04-16 Thread Jonis
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 *

[qooxdoo-devel] Setup theme manual

2007-04-16 Thread Jonis
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

[qooxdoo-devel] Still lost with API Viewer (docummentation)

2007-04-13 Thread Jonis
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] }

[qooxdoo-devel] BUG?

2007-04-13 Thread Jonis
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. --

Re: [qooxdoo-devel] ListView

2007-04-13 Thread Jonis
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 = [];

[qooxdoo-devel] ListView

2007-04-13 Thread Jonis
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

Re: [qooxdoo-devel] property: Validator

2007-04-13 Thread Jonis
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: >

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Jonis
New! :P Instead of call external javascript, just put the content on current page and gzip it!! My results: Ex: Estagio if (!q

Re: [qooxdoo-devel] Final size

2007-04-12 Thread Jonis
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

[qooxdoo-devel] property: Validator

2007-04-12 Thread Jonis
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

Re: [qooxdoo-devel] Calling a function with N params

2007-04-12 Thread Jonis
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: > >>

[qooxdoo-devel] Calling a function with N params

2007-04-12 Thread Jonis
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 (" +

Re: [qooxdoo-devel] Final size

2007-04-12 Thread Jonis
??? 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

Re: [qooxdoo-devel] Newbie

2007-04-12 Thread Jonis
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

[qooxdoo-devel] Final size

2007-04-12 Thread Jonis
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

Re: [qooxdoo-devel] Newbie

2007-04-11 Thread Jonis
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

[qooxdoo-devel] Newbie

2007-04-11 Thread Jonis
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