Re: [qooxdoo-devel] SmartTableModel - Bugs

2011-03-30 Thread Andreas G.
unfortunately, in revision 20826, the sorting bug is still present: this._setSortColumnIndex is not a function XXX/sdk/contribs/SmartTableModel/trunk/source/class/smart/model/Default.js?nocache=0.9058536024550311 Line 2512 ... // Record how we're now sorted and get the new comparator this._setSor

[qooxdoo-devel] SmartTableModel - Bugs

2010-12-27 Thread Andreas G.
hello. i would like to report 2 bugs in the contrib SmartTableModel. Bug 1 try to sort a column and you'll get this: this._setSortColumnIndex is not a function xxx/SmartTableModel/trunk/source/class/smart/model/Default.js?nocache=0.4939112960266978 Line 2512 Bug 2 try to use tm.getRowDataAsMap

[qooxdoo-devel] Contribs unreachable

2010-12-27 Thread Andreas G.
hello there! just wanted to point to that problem: >>> Resolving libs/manifests... [Errno 104] Connection reset by peer with much luck you'll reach sourceforge, maybe. :) >>> Resolving libs/manifests... - downloaded contrib: SmartTableModel/trunk yay, i won $1000 ! ;) cheers -- Vi

[qooxdoo-devel] binding-related stuff

2010-07-06 Thread Andreas G.
hello there, i've got some questions regarding binding. first at all, here is my testcase in the playground (ignore the labels, i've just had these in mind at that time ;)): http://tinyurl.com/24l82l2 now back to my questions: 1. as you can see im using 2 list-controllers sharing one model whi

[qooxdoo-devel] problems with flexing (layout breaks)

2010-06-28 Thread Andreas G.
hello there! im trying to find out why this happens: http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%250Avar%2520createRow%2520%253D%2520function%28%2520children%2520%29%250A%257B%250A%2520%2520var%2520row%2520%253D%2520new%2520qx.ui.container.Composite%28%2520new%2520qx.ui.la

Re: [qooxdoo-devel] problems with flexing (layout breaks)

2010-06-28 Thread Andreas G.
problem solved using {width: "x%"} instead of flexing. -- View this message in context: http://qooxdoo.678.n2.nabble.com/problems-with-flexing-layout-breaks-tp5229923p5229948.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] accordion-tree

2010-05-10 Thread Andreas G.
hello there, is there a fast way to implement such an "accordion-tree"? -> http://demo.nextapp.com/echo3csjs/ animation is not that neccessary, only one tree-folder (on the top-most level) is allowed to be opened. cheers -- View this message in context: http://qooxdoo.678.n2.nabble.com/accordi

[qooxdoo-devel] implicit type conversion

2010-02-10 Thread Andreas G.
hello guys! we ran into this problem today and can not find any (clean) solution right now. we create an array of attributes (defined in an xml-file) and would like to set object-properties dynamically. var arr = []; ... for( var i = 0, len = arr.length; ihttp://n2.nabble.com/implicit-type-con

[qooxdoo-devel] found 2 missing destruct definitions in framework

2010-01-19 Thread Andreas G.
hello guys, i found missing destruct definitions in the validation-manager: 080963 Missing destruct definition for '__formItems' in qx.ui.form.validation.Manager[undefined]: [object Object],[object Object]Native.js (line 61) 080966 Missing destruct definition for '__asyncResults' in qx.ui.form.va

[qooxdoo-devel] howto load local json-files

2010-01-09 Thread Andreas G.
hello guys! is there a way to create model-data of local json files besides using qx.data.store.Json? i dont want to do io-requests for local stuff. :) qx.data.marshal.Json.createModel() needs a data-object to create model-data from, i would like to convert my json-files to data-objects and the

Re: [qooxdoo-devel] qooxdoo-support for komodo ide ?

2009-09-30 Thread Andreas G.
body using it that way. Does Komodo offer some kind of API to plug-in > specific language support? > > T. > > Andreas G. wrote: >> hello guys! >> >> is there any way to get komodo with qooxdoo running as spket does? i mean >> all the neat stuff,

[qooxdoo-devel] qooxdoo-support for komodo ide ?

2009-09-24 Thread Andreas G.
hello guys! is there any way to get komodo with qooxdoo running as spket does? i mean all the neat stuff, like completion and hints and so on. cheers andreas -- View this message in context: http://n2.nabble.com/qooxdoo-support-for-komodo-ide-tp3710620p3710620.html Sent from the qooxdoo mailin

Re: [qooxdoo-devel] centering a container (+ fixed width)

2009-09-11 Thread Andreas G.
thank you, thats it! :) my way of thinking was wrong. ;) -- View this message in context: http://n2.nabble.com/centering-a-container-fixed-width-tp3625069p3626069.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] centering a container (+ fixed width)

2009-09-11 Thread Andreas G.
hello there! im trying to build a layout with a container of 940px of width. this container must be centred horizontally. something like this: http://e4e.emubase.de thanks for helping in advance! cheers -- View this message in context: http://n2.nabble.com/centering-a-container-fixed-width-t

Re: [qooxdoo-devel] how to switch qooxdoo themes

2009-06-12 Thread Andreas G.
god bless beer. :) ill reply tomorrow, im a bit drunk now ... my girl has bd today. cheers Alexander Back wrote: > > Hi Andreas, > > On Friday 12 June 2009 Andreas G. wrote: >> so mine and the classic one would work? why that limitation? > I meant you can only use o

Re: [qooxdoo-devel] how to switch qooxdoo themes

2009-06-12 Thread Andreas G.
so mine and the classic one would work? why that limitation? cheers Alexander Back wrote: > > Hi Andreas, > > On Friday 12 June 2009 Andreas G. wrote: >> i want to use both, the classic and the modern themes in my application, >> besides of my own. whats the best

[qooxdoo-devel] how to switch qooxdoo themes

2009-06-12 Thread Andreas G.
hello there. i want to use both, the classic and the modern themes in my application, besides of my own. whats the best way to add them cleanly? -- View this message in context: http://n2.nabble.com/how-to-switch-qooxdoo-themes-tp3067899p3067899.html Sent from the qooxdoo mailing list archive a

Re: [qooxdoo-devel] translating msg-ids at runtime

2009-06-12 Thread Andreas G.
thank you. -- View this message in context: http://n2.nabble.com/translating-msg-ids-at-runtime-tp3066562p3067828.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Crystal Reports - New Free Runtime and

[qooxdoo-devel] translating msg-ids at runtime

2009-06-12 Thread Andreas G.
hello there. is it possible to use the translation-system of qooxdoo to translate msg-ids saved outside of my code? the msg-ids are located in a xml-file or a database. i define my layout (section for example) within a xml-file and parse that structure to create a section. my first intention was

Re: [qooxdoo-devel] how to get the value of an attribute (xml)

2009-06-03 Thread Andreas G.
t;bar" attribute, use an XPath query like this: > > qx.xml.Element.selectSingleNode(doc, "//foo/@bar"); > > > Regards, > Daniel > > Andreas G. schrieb: >> hello. >> >> i need to

[qooxdoo-devel] how to get the value of an attribute (xml)

2009-06-03 Thread Andreas G.
hello. i need to get the value of an attribute in a xml-file. i couldn't find any method to do this. cheers -- View this message in context: http://n2.nabble.com/how-to-get-the-value-of-an-attribute-%28xml%29-tp3018695p3018695.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] get class by name (dynamically)

2009-06-03 Thread Andreas G.
? If so are you sure it is deffinately correct? > > Also it would be better to put the #use at the top of the file rather > than inside the class > > HTH, > Matt > > Andreas G. wrote: >> hello fabian, thank you for replying. >> >

Re: [qooxdoo-devel] get class by name (dynamically)

2009-06-03 Thread Andreas G.
hello fabian, thank you for replying. i did it like so: qx.Class.define("qxgui.parser.Section", { /* #use(qxgui.staticpages.*) */ extend: qx.core.Object, ... } and this is how i use it ( with - for example - "qxgui.staticpages.Status" it works ): var t

[qooxdoo-devel] get class by name (dynamically)

2009-06-03 Thread Andreas G.
hello there. i need to load classes dynamically. my first approach was this: var tmpClass = qx.Class.getByName( "qxgui.staticpages." + tabStaticPage ); but - as expected - it didnt work. any suggestions? cheers -- View this message in context: http://n2.nabble.com/get-class-by-name-%28dynam

Re: [qooxdoo-devel] strange "blub"-alert in my build-version :)

2009-05-28 Thread Andreas G.
after deleting the cache-files and rebuilding my app the strange blub message has gone. -- View this message in context: http://n2.nabble.com/strange-%22blub%22-alert-in-my-build-version-%3A%29-tp2986465p2987231.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] strange "blub"-alert in my build-version :)

2009-05-28 Thread Andreas G.
im using qx v0.8.2 and there is definitely no blub in my source ;) ... how do i turn off the optimizations? -- View this message in context: http://n2.nabble.com/strange-%22blub%22-alert-in-my-build-version-%3A%29-tp2986465p2987012.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] strange "blub"-alert in my build-version :)

2009-05-28 Thread Andreas G.
yes. # grep -R blub source/ <- no files found containing blub thron7-2 wrote: > > it's not from the framework, afaikt. did you scan the sources? > > t. > > Andreas G. wrote: >> hello guys. >> >> the build-version of my application behaves str

[qooxdoo-devel] strange "blub"-alert in my build-version :)

2009-05-28 Thread Andreas G.
hello guys. the build-version of my application behaves strangely. on every reload i get an alert with "blub" as message. i grepped source and build for "blub" and now look at this: # grep -R blub source/ # build/script/qxgui.js:(function(){var x="100%",w="footer",v="vertical",u="qxgui.Applicati

Re: [qooxdoo-devel] probably found a bug ( minus sign in project name )

2009-05-25 Thread Andreas G.
similiar topic found here: http://n2.nabble.com/Qooxdoo-not-working-on-Fedora-10-tp2136140p2151002.html a minus sign is deprecated in the toplevel namespace. Andreas G. wrote: > > hello. > > ive just created a new project with this name: "project-abc". it seems > l

[qooxdoo-devel] probably found a bug ( minus sign in project name )

2009-05-25 Thread Andreas G.
hello. ive just created a new project with this name: "project-abc". it seems like qx has a problem with the minus sign. thats what i get in firebird: project is not defined Theme.js()()Theme.js (Linie 15) [Break on this error] color : project-abc.theme.Color, -- View this message in context:

Re: [qooxdoo-devel] problem adding listeners dynamically

2009-05-20 Thread Andreas G.
ck", function(e) { > alert(this.getUserData("key")); > }); > > Maybe there is another or even better way but this should work. > > Greetings, > Andreas > > -Ursprüngliche Nachricht- > Von: Andreas G. [mailto:s...@gmx.org] > Gesendet:

Re: [qooxdoo-devel] problem adding listeners dynamically

2009-05-19 Thread Andreas G.
here we go .. createMainMenu: function() { var xml = new qxgui.utils.XML(); xml.setDocument( qxgui.reg.MenuXML.getInstance().getMenu() ); var buttons, button, name, icon, appearance; buttons = xml.selectN

[qooxdoo-devel] problem adding listeners dynamically

2009-05-19 Thread Andreas G.
hello. im trying to add listeneres to my buttons dynamically but it doesnt work. i always get the value of the last listener. looks like the listener gets overwritten. createMainMenu: function() { // some xml-stuff for( var i=0; ihttp://n2.nabble.com/problem-adding-listeners-dynamica

Re: [qooxdoo-devel] image-clipping doesnt work

2009-05-19 Thread Andreas G.
thank you for the enlighenment. you sould probably fix the image.json file in http://qooxdoo.org/documentation/0.8/image_clipping_and_combining cheers thron7-2 wrote: > > > > Andreas G. wrote: >> hello alex! >> >> yes, my image.json is located at the righ

Re: [qooxdoo-devel] keyboard navigation

2009-05-18 Thread Andreas G.
egister the window as a focus root so that tab will > only step through the widgets in the window. > > [1]http://bugzilla.qooxdoo.org/show_bug.cgi?id=2392 > [2]http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.FocusHandler~addRoot > > > Regards, > Daniel > > Andrea

Re: [qooxdoo-devel] image-clipping doesnt work

2009-05-17 Thread Andreas G.
re that the "image.json" is located at the same level > as > the "source" directory. > > cheers, > Alex > > On Thursday 14 May 2009 Andreas G. wrote: >> hello there! >> >> at first, here is my simple image.json file: >> >> { >

[qooxdoo-devel] keyboard navigation

2009-05-17 Thread Andreas G.
hello guys! im developing a frontend for a hardware-firewall and it must be useable without a mouse. my layout looks like this: +--++ | | toolbar. | | ++ | | content

[qooxdoo-devel] image-clipping doesnt work

2009-05-14 Thread Andreas G.
hello there! at first, here is my simple image.json file: { "jobs" : { "common" : { "let" : { "RESPATH" : "./source/resource/qxgui" }, "cache" : { "compile" : "./cache

Re: [qooxdoo-devel] the game goes on ...

2009-05-08 Thread Andreas G.
ork. > > Jim > > On Fri, May 8, 2009 at 12:22 AM, Andreas G. wrote: > >> >> here it is. ;) >> >> menuXmlTest: function() >> { >>var menuxml = qxgui.reg.MenuXML.getInstance(); >> >>alert( menuxml.getMenu() ); >> } >> &

Re: [qooxdoo-devel] the game goes on ...

2009-05-08 Thread Andreas G.
here it is. ;) menuXmlTest: function() { var menuxml = qxgui.reg.MenuXML.getInstance(); alert( menuxml.getMenu() ); } Derrell Lipman wrote: > >> >> >> >> getMenu() delivers me a null ... again ... funny ;) going home now ... >> > > Your code doesn't show getMenu() being called.

[qooxdoo-devel] the game goes on ...

2009-05-07 Thread Andreas G.
ok, next topic ... doh. code: qx.Class.define("qxgui.reg.MenuXML", { extend: qx.core.Object, type: "singleton", construct: function() { var rpc = new qxgui.utils.Rpc; rpc.addListener( "completed", function(e) { qxgui.reg.MenuXML.g

Re: [qooxdoo-devel] going crazy ... ( callback again )

2009-05-07 Thread Andreas G.
Lipman wrote: > > On Thu, May 7, 2009 at 9:51 AM, Andreas G. wrote: > >> >> well, doing rpc.addListener( ... ) before calling the function didnt >> change >> anything. strange. i get something but i dont know what. :) >> >&

Re: [qooxdoo-devel] going crazy ... ( callback again )

2009-05-07 Thread Andreas G.
well, doing rpc.addListener( ... ) before calling the function didnt change anything. strange. i get something but i dont know what. :) output from my vardump util: [ Type ] object [ Constructor ] -

Re: [qooxdoo-devel] xml-package of qooxdoo - some questions

2009-05-07 Thread Andreas G.
actually its quite logical ( now :) ) ... you only select nodes in the document instead of fetching them. i think that should be mentioned in the api. regards Daniel Wagner wrote: > > Hi again, > > after a little consideration, I have to retract my previous statement: > xml.Element.selectNo

Re: [qooxdoo-devel] going crazy ... ( callback again )

2009-05-07 Thread Andreas G.
im testing callAsyncListeners now. here's the code: rpcListenerTest: function() { var rpc = new qxgui.utils.Rpc; rpc.callAsync( "getMenuXml" ); rpc.addListener( "completed", function(e) { var xml = new qxgui.utils.XML(); xml.setDocument( e.getData()