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
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
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
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
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
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.
-
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
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
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
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
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,
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
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.
-
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
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
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
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
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
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
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
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.
--
? 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.
>>
>
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
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
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.
---
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.
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
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
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
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:
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:
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
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
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
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 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:
>>
>> {
>
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
hello there!
at first, here is my simple image.json file:
{
"jobs" :
{
"common" :
{
"let" :
{
"RESPATH" : "./source/resource/qxgui"
},
"cache" :
{
"compile" : "./cache
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() );
>> }
>>
&
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.
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
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. :)
>>
>&
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 ]
-
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
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()
45 matches
Mail list logo