Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-22 Thread Siarhei Barysiuk
lxml is a library for XML processing.I don't think that it's related with lxml since my example is working fine in the same environment. I'll take a look at your code later today. Serge On Sep 22, 2010, at 5:49 PM, Leandro Santiago wrote: > LXML? What is it? > > 2010/9/22 panyasan : >> >> May

Re: [qooxdoo-devel] Problem qx.data.controller.Object, SelectBox and ListItem

2010-09-22 Thread Martin Wittemann
Hey, thats because of the bidirectional binding you set up using the controller. Take a look at this small example which demonstrates the same idea: var model = qx.data.marshal.Json.createModel({a: [], b: []}); model.bind("a[0]", model, "b[0]"); model.bind("b[0]", model, "a[0]"); As the arrays

[qooxdoo-devel] Qooxdoo build system sugestion (or user wishes...)

2010-09-22 Thread Leandro Santiago
Hello to all. I don't want to start a flameware, but I have some ideas and I want to know what to you think about it. To create a new application you need to do: $ /path/to/qooxdoo/tool/bin/create-application.py --name myApplication It creates the application struct: ./config.json ./Manifest.js

Re: [qooxdoo-devel] How do use a new theme

2010-09-22 Thread Guilherme Aiolfi
It should be in your cache folder after downloaded by the build tools. On Wed, Sep 22, 2010 at 6:07 PM, Qoodary wrote: > > I have also added the DarkTheme to my project. > But, where can I find the new theme? > I can not find it in my project and also not in the Qooxdoo framework > folder > > re

Re: [qooxdoo-devel] How do use a new theme

2010-09-22 Thread Qoodary
I have also added the DarkTheme to my project. But, where can I find the new theme? I can not find it in my project and also not in the Qooxdoo framework folder regards Hansjoerg Marcin Staniszczak wrote: > > >>> The dark theme looks fine in my app. I really would like to see it as >>> the qo

[qooxdoo-devel] Table with Remote model not refreshing

2010-09-22 Thread jacob
I have a qx.ui.table.Table with qx.ui.table.model.Remote behind it. On the server side 1500 elements in collection. When I scroll slowly down everything is fine. When I scroll back in the middle I can only see empty rows and first 100 on top. My qx.ui.table.model.Remote._loadRowData is simply not

Re: [qooxdoo-devel] Creating an application

2010-09-22 Thread Ueslei
Bacana, vou dar uma estudada nestes objetos. Os vídeos ficam no servidor mesmo. Vlw -- View this message in context: http://qooxdoo.678.n2.nabble.com/Creating-an-application-tp5559553p5560426.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Creating an application

2010-09-22 Thread Guilherme Aiolfi
É possivel sim, se o video vai ser carregado do seu proprio servidor, voce vai provavelmente precisar de um flash player pra tocar os videos. Pra manipular objetos flash utilize qx.bom.Flash, aqui tem um exemplo de como usa-lo: http://demo.qooxdoo.org/devel/demobrowser/index.html#bom~Flash.html

Re: [qooxdoo-devel] Creating an application

2010-09-22 Thread Ueslei
Maravilha, Então, estou criando um aplicativo para o EyeOS 2.0 que utiliza o qooxdoo, é bem simples, terá um campo onde o usuário digitará uma busca e a cada caractere digitado será mostrado uma lista, após encontrar a palavra o usuário irá visualizar um vídeo referente a palavra, a dúvida é, o

Re: [qooxdoo-devel] Creating an application

2010-09-22 Thread Guilherme Aiolfi
Ueslei, pergunta em português que não entendi ainda o que tu quer saber. On Wed, Sep 22, 2010 at 2:31 PM, Ueslei wrote: > > Yes, I'm from Brazil. > just wanted to know if the loads qoooxdoo. > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Creating-an-application-tp5559553p

Re: [qooxdoo-devel] Creating an application

2010-09-22 Thread Ueslei
Yes, I'm from Brazil. just wanted to know if the loads qoooxdoo. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Creating-an-application-tp5559553p5560003.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Creating an application

2010-09-22 Thread Guilherme Aiolfi
"if qooxdoo loads films"? I don't get it what you want to know. Any chance you are from Brazil? On Wed, Sep 22, 2010 at 12:30 PM, Ueslei wrote: > > Olá, I am learning this framework and at the same time creating a > applicatory > one for a work of conclusion of the university where study, I am

[qooxdoo-devel] Creating an application

2010-09-22 Thread Ueslei
Olá, I am learning this framework and at the same time creating a applicatory one for a work of conclusion of the university where study, I am trying to create a dictionary of Pounds for people with auditory deficiency. As it makes little time that I am with framework, it would like to know if qoo

Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-22 Thread Leandro Santiago
LXML? What is it? 2010/9/22 panyasan : > > Maybe an LXML issue? > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/QxTransformer-custom-namespaces-tp5557134p5559194.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > --

Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-22 Thread Leandro Santiago
Thx for your example. It works fine here. But in my code it still doesn't work :-( I've copied the PanelButton.xml and Panel.xml which you sent and put in my project. I'm using QxTransformer from contrib repo. I have the same error :-( I've changed the config file with QXT_VERBOSE to "main:DEBUG

Re: [qooxdoo-devel] Object HashCode undefined

2010-09-22 Thread Christian Hagendorn
Am 22.09.2010 16:04, schrieb Marius Austerschulte: > Great! That seems to be the reason! this.isDisposed() and > this.__rootNode.isDisposed() are both true. > But then why is it disposed? I still have a reference that points to > that object. Hi Marius, I don't know what exactly is the reason

Re: [qooxdoo-devel] Object HashCode undefined

2010-09-22 Thread Marius Austerschulte
Hi Christian, here's the output: 019415 tt.ui.module.tree.Tree[648]: Tree[648] 019417 tt.ui.module.tree.Tree[648]: TreeFolder[915] 019419 tt.ui.module.tree.Tree[648]: [ ] 019824 Tree[undefined] 019826 true 019827 true 019829 TreeFolder[undefined] 019830 null Great! That seems to be the reason! th

Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-22 Thread panyasan
Maybe an LXML issue? -- View this message in context: http://qooxdoo.678.n2.nabble.com/QxTransformer-custom-namespaces-tp5557134p5559194.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Start uncovering

Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-22 Thread Siarhei Barysiuk
Not sure you got a reply, it seems my sample app was banned by security filter. Anyway, here is reply (sample app i'll send you directly): Hi, There is no additional configuration to use custom namespaces. I really did not see any problems with your code. I have replicated your example and

Re: [qooxdoo-devel] UploadWidget contrib does not work on IE7 (wrong encoding)

2010-09-22 Thread John Spackman
Cheers Tobias, that worked a treat john On 21/09/2010 22:39, "Tobias Oetiker" wrote: >Today Tobias Oetiker wrote: > >> Hi John, >> >> Today John Spackman wrote: >> >> > Hi guys, >> > >> > There's a bug with the trunk of UploadWidget introduced in rev >> > 20450; the form's enctype attribute is

Re: [qooxdoo-devel] Object HashCode undefined

2010-09-22 Thread Christian Hagendorn
Hi Marius, that's sounds really strange. It seems to me that the instances are disposed when your "update" listener/handler is executed. Could you please check this by: snProxy.addListener("update", function() { this.debug(this); this.debug(this.isDisposed()); this

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread thron7
> Thanks for the clarification. I'll go with trunk, then, and "freeze" to some > (tested) revision before going into production. That's a good idea, and is used by other projects in the same way. T. -- Start uncovering t

[qooxdoo-devel] Object HashCode undefined

2010-09-22 Thread marius123
Hi all, I have a strange problem. Have a look at this code: __applyDataModel: function(dataModel) { this.debug(this); this.debug(this.__rootNode); this.debug(this.__rootNode.getChildren()); // Do some stuff... // Then update snProxy.addListener("update", function() {

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread Fritz Zaucker
Hi Martin, Thomas On Wed, 22 Sep 2010, thron7 wrote: >>> What about 1.2.1, is this perhaps coming sooner? >> >> Currently, there are no plans to do so. If no real critical bug is >> showing up, the 1.2.1 release will be at the same day as 1.3 >> >> >>> Ideally for us it would come late October as

Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-22 Thread Leandro Santiago
Yes, I am. Is the current code from contrib. rev. 20600 2010/9/22 panyasan : > > Hi Leandro, > > Siarhei, the author of QxTransformer, will certainly be able to help - but > to make sure: you are using the trunk code from qooxdoo-contrib, aren't you? > > Thanks, > C. > -- > View this message in co

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread thron7
>> What about 1.2.1, is this perhaps coming sooner? > > Currently, there are no plans to do so. If no real critical bug is > showing up, the 1.2.1 release will be at the same day as 1.3 > > >> Ideally for us it would come late October as our application should >> go into production October 30t

Re: [qooxdoo-devel] IE6 and transparent PNG image files

2010-09-22 Thread Christian Hagendorn
Hi Sid, oh, that's an old thread, the transparent PNG support is enabled in IE6, so you shouldn't have any problems. Cheers, Chris Am 22.09.2010 13:34, schrieb sid_curious: > Hello, > > I know that Internet Explorer 6 has a problem with the alpha channel > transparency of PNG image files. I've

[qooxdoo-devel] IE6 and transparent PNG image files

2010-09-22 Thread sid_curious
Hello, I know that Internet Explorer 6 has a problem with the alpha channel transparency of PNG image files. I've searched the forum and I saw that http://qooxdoo.678.n2.nabble.com/Rounded-border-colours-in-Internet-Explorer-qooxdoo-0-8-beta1-td681002.html#a723758 the transparent PNG support for

Re: [qooxdoo-devel] problem with a custom headerCellRenderer's appearance

2010-09-22 Thread benco
Ooops, just forgot to update the provided example. http://demo.qooxdoo.org/devel/playground/#%7B%22code%22%3A%20%22qx.Class.define%28%2522myHeaderCell%2522%252C%250A%257B%250A%2520%2520extend%2520%253A%2520qx.ui.table.headerrenderer.HeaderCell%252C%250A%250A%2520%2520construct%2520%253A%2520funct

[qooxdoo-devel] problem with a custom headerCellRenderer's appearance

2010-09-22 Thread benco
Hi, I'm still experiencing strange behaviors with a custom headerCellRenderer I implemented. There are some custom widgets added before the label used in the default headerCellRenderer in order to add some filtering functions. But I noticed that when the appearance property is set on one of the

Re: [qooxdoo-devel] cursor and drop

2010-09-22 Thread Christian Hagendorn
Hi Claus, you have to add a action on "dragstart": http://tinyurl.com/24pkk3k But so far as I know shout this described in the manual (Drag & Drop). Cheers, Chris Am 21.09.2010 18:46, schrieb Claus Straube: > Hi all, > > I want to use the drag& drop functionallity of qooxdoo. Looking at the

Re: [qooxdoo-devel] possible bug in qx.ui.table.pane.Header ?

2010-09-22 Thread benco
By the way, I've a little question about the panescroller. In order to make my new table's headerrenderer work properly regarding mouse events (click => sort, mousemove => column move), I had to subclass the default panescroller because there was new widgets inside the table's headerrenderer tha

Re: [qooxdoo-devel] Problem qx.data.controller.Object, SelectBox and ListItem

2010-09-22 Thread fahri
Hi, sorry, i have pressed the wrong button... The question is, why is not work with the array? Thanks, Fahri -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-qx-data-controller-Object-qx-data-Array-and-qx-ui-form-TextField-tp5253843p5558159.html Sent from the qooxdoo m

Re: [qooxdoo-devel] Problem qx.data.controller.Object, SelectBox and ListItem

2010-09-22 Thread Martin Wittemann
Hey, i don't see a question here... i just see a few lines of code! Best, Martin Am 22.09.2010 um 10:09 schrieb fahri: Hallo here is an another question for SelectBoxes. var doc = this.getRoot(); var data = {value: ["true"]}; var model = qx.data.marshal.Json.createModel(data, true); var control

Re: [qooxdoo-devel] Problem qx.data.controller.Object, SelectBox and ListItem

2010-09-22 Thread fahri
Hallo here is an another question for SelectBoxes. var doc = this.getRoot(); var data = {value: ["true"]}; var model = qx.data.marshal.Json.createModel(data, true); var controller = new qx.data.controller.Object(model); var editor = new qx.ui.form.SelectBox().set({required:true, maxWidth: 60, min

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread Martin Wittemann
Hey, > I just started to use databinding seriously in my current application and I > like it VERY MUCH as it results in much simpler/compact code. Thanks. That was one of the goals building it. :) > Now I only have to figure out where in my application I can use it and do > some cleanup! If yo

Re: [qooxdoo-devel] External variable and class instance

2010-09-22 Thread Ratibor Redoran
MartinWittemann wrote: > > first of all, you static variable is written with 3 t's which could be one > of the problems. > That is only misprint but anyway thank You! MartinWittemann wrote: > > Additionally, you always have to access the statics fully qualified which > means: > Application

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread Fritz Zaucker
Hi Martin, I was hoping that you had the answer. I read through some mailing list entries I found with Google and those didnt' sound encouraging. Yes, I think this is what I am looking for. This should allow me to get rid of my current hack using databinding only in one direction and an explicit

Re: [qooxdoo-devel] qooxdoo property system and debugging

2010-09-22 Thread Martin Wittemann
Hey, in general a good idea but this error is thrown by qx.core.Object using the bootstraps error method. So using the stacktrace there would bring in a new dependency (I guess) which is not good at that level. Best, Martin Am 21.09.2010 um 11:06 schrieb panyasan: > > Hi Martin, > > thanks