[qooxdoo-devel] How to implement a Messagebox - Problem with event chain?

2009-02-02 Thread info
Hi all,, I'm fairly new to qooxdoo but started to port a Lotus Notes based application to qooxdoo -. that's fun ;-). What I have a problem with is to implement a Messagebox which can be called from anywhere in the application and returns a value based on the button clicked. The gui work is ea

[qooxdoo-devel] TextField changeValue Event, dont gets OldData

2009-12-21 Thread info
Hi folks, congratulation to qooxdoo 1.0! Great job. I am still using 0.8.3 and have a problem. I want to validate a text field, but if i use the changeValue event, i am just getting the value of e.getData() but e.getOldData() is undefined. How to validate a simple Textfield? And why is getOldDa

[qooxdoo-devel] TextField changeValue Event, dont gets OldData

2009-12-21 Thread info
Hi folks, congratulation to qooxdoo 1.0! Great job. I am still using 0.8.3 and have a problem. I want to validate a text field, but if i use the changeValue event, i am just getting the value of e.getData() but e.getOldData() is undefined. How to validate a simple Textfield? And why is getOldDa

Re: [qooxdoo-devel] TextField changeValue Event, dont gets OldData

2009-12-22 Thread info
Thank you Chris. I'll try the manager, but sometimes the simplest way is the easiest way, i would be glad to get .getOldData. THX > Hi Sak, >> congratulation to qooxdoo 1.0! Great job. >> > Thanks! >> I am still using 0.8.3 and have a problem. >> >> I want to validate a text field, but if i use

[qooxdoo-devel] removeAll()

2009-12-22 Thread info
Hi devs, in 1.0 you deprecated may functions. I think i understand why. You're trying to homogenise all functions. So e.g. you changed .getSelected() method to .getSelection() for Tabviews, but why you dont allow to you .removeAll() in container.Scroll but in container.Composite? I know Scroll co

[qooxdoo-devel] qx.ui.basic.Image() bug?

2009-12-22 Thread info
Hi devs, before 1.0 it was able to set .setDecorator("button") for qx.ui.basic.Image() objects, but now the picture is not visible anymore. If i comment .setDecorator("button") the picture is visible again. May bee a bug? regards Sak

[qooxdoo-devel] .setColumnVisible for virtualtree displaced rows

2009-12-22 Thread info
Hi devs, i found i strange issue. When using this snipplet: var tree = new qx.ui.treevirtual.TreeVirtual(["A", "B", "C"]); var tcm = tree.getTableColumnModel(); tcm.setColumnVisible(1, false); tcm.setColumnVisible(2, false); The rows of the columns are displaced. May bee a little bug. reg

[qooxdoo-devel] (no subject)

2009-12-23 Thread info
Hi devs, want to set selected page on a tabview. But it doenst work. var pages = tabview.getChildren(); console.log(pages); tabview.setSelection(pages[1]); console.log shows an array of 4 page objects. Any idea? regards Sak

[qooxdoo-devel] cellEditor

2009-12-23 Thread info
Hi devs, want to know how to toggle boolean cells with just one click. I need 3 clicks to toggle my cell in table. My snipplet: var tcm = table.getTableColumnModel(); tcm.setDataCellRenderer(0, new qx.ui.table.cellrenderer.Boolean()); var propertyCellEditorFactory = new qx.ui.table.celleditor.D

Re: [qooxdoo-devel] cellEditor

2009-12-23 Thread info
Thank you Loïc, but this behavior is quite disturbuing me. I would like to see an option to set this behavior to single click. May bee i want to simulate Excel on the Browser, so i just want to edit the cell emediatly. I mean your solution is useable for boolean cells but editiong textfields is qu

[qooxdoo-devel] I'm missing .getValue for SelectBoxes

2009-12-28 Thread info
Hi devs, i am realy missing .getValue for SelectBoxes. I'm understanding that you try to handle the methods more homogeneous. But i think for some objects you did more complicatated as needed. For example the Selectbox. It can have just one Selected value, so why i have to get the value mit .getSe

Re: [qooxdoo-devel] I'm missing .getValue for SelectBoxes

2009-12-28 Thread info
Hi DmitriKo, >There is no any sure about only one value returning from SelectBox. could you tell me how to get more then one? regards Sak > I'd say qx guys are playing well with that stuff. > > There is no any sure about only one value returning from SelectBox. > > You can subclass any widget

Re: [qooxdoo-devel] I'm missing .getValue for SelectBoxes

2009-12-29 Thread info
In 0.8.3 we could use .getvalue for getting metadata of selected list item directly. Now we have to use .getmodel instead. I mean we have now .getvalue instead of .getchecked for checkboxes. So it sounds for me like a kind of inconsequensy. But realy dont misunderstand me guys i m really im

[qooxdoo-devel] padding of a page

2009-12-29 Thread info
Hi devs, just want to set padding of a page. .set({padding:0}) dont works. Any ideas? regards Sak -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app develo

[qooxdoo-devel] diferent behavior in source and build

2009-12-30 Thread info
Hi devs, i know, i wrote some crapy code like this: var pageImg = new qx.ui.tabview.Page("Bilderverwaltung", "icon/16/apps/utilities-terminal.png"); pageImg.setLayout(imglayout = new qx.ui.layout.Grow(0).set({padding:0})); But the strange thing is, that firebug dont show me any error or warning

Re: [qooxdoo-devel] diferent behavior in source and build

2009-12-30 Thread info
Hi jim, i think i know whats happen. if i set anywhere anyQXobject.set({ XXX : 1 }) so build version gets an error because the framework cannot find any property like XXX for the object, but the source version dont cares.(IMHO) On my special problem i could see, that a layout object

Re: [qooxdoo-devel] diferent behavior in source and build

2009-12-30 Thread info
Hi tron7, the debugger tells me, that "this[S[R]]" is not my code, it looks like the set function für qx objects. I have no error since i change from qx.ui.layout.Grow(0).set({padding:0})); to qx.ui.layout.Grow()); as i answert jim before, it looks for me like a not handled property error. m

Re: [qooxdoo-devel] diferent behavior in source and build

2009-12-30 Thread info
Hi devs, the code related to the Error at build version: this[S[R]] is not a function http://censored/toppreis.js Line 1845 set:function(P,Q){var S=qx.core.Property.$$method.set; if(qx.lang.Type.isString(P)){if(!this[S[P]]){if(this[bp+qx.lang.String.firstUp(P)]!=undefined){this[bp+qx.lang.String

[qooxdoo-devel] How to Clone Tree Data

2009-12-30 Thread info
Hi devs, i want to "copy" data from treeA to treeB. But it seams that i'm making a reference betwien both virtual trees. thats my code: var treeAData = treeA.getDataModel().getData(); treeB.getDataModel().setData(treeAData); This would not bee a problem, but now both trees have a strange behavi

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread info
Happy 2010 to all ladies and gentlemen! Hi Derrell, i did like you told and it works, the both trees are separated from each other, but my problem is, that the branch i selected in treeA is still pseudo selected in treeB and cant be changed. I attached a gif to show you what i ment. regards Sak

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread info
Hi Derell, thank you but i tried the same before but treeA.getSelectedNodes() has just an empty array [] Any other way? regards Sak > On Mon, Jan 4, 2010 at 05:52, wrote: > >> >> Hi Derrell, >> >> i did like you told and it works, the both trees are separated from each >> other, but my problem

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread info
That works! May bee some data necessary for the selection model wouldn't be dumped with .getData()? regards Sak > On Mon, Jan 4, 2010 at 09:03, wrote: > >> Hi Derell, >> >> thank you but i tried the same before but treeA.getSelectedNodes() has >> just an empty array [] >> >> Any other way? >> >

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-05 Thread info
Hi Derrell, as you wished i wrote a little playground script, please select one branch at the left and thank click to copy button. After taht please click any branch at the right side. You'll see what i ment. regards Sak P.S. Like i wrote at last year, the tree Gui is broken under the column vi

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-05 Thread info
Thx, but is this behavior a bug or not? regards Sak > On Tue, Jan 5, 2010 at 05:32, wrote: > >> Hi Derrell, >> >> as you wished i wrote a little playground script, please select one >> branch >> at the left and thank click to copy button. After taht please click any >> branch at the right side.

[qooxdoo-devel] PHP Session Behavior

2010-01-06 Thread info
Hi devs, just want to report a behavior of PHP's session manager. If you use session_start in a php script, you can't access to the same script since it is finished. For Qooxdoo it means, the PHP RPC mostly use the same php class script every rpc call. But if you use session_start in your php scri

Re: [qooxdoo-devel] OO programming theory question

2010-01-07 Thread info
Hi, i am not a qx developer but i would handle this problem like this: 1. you sould extend your custom class with a own property like myLinkedLabel, it will be a reference of the label object from the other frame. so i would define in the constructor part of your class this property maybe like (th

Re: [qooxdoo-devel] Get the focused cell in a table

2010-01-08 Thread info
Hi Jörg, you could use changeSelection event of the table model. Take a look at this site: http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.selection.Model~changeSelection regards Sak > Hi folks, > > I have got a table with a sidebar displaying additional information > related to the curre

Re: [qooxdoo-devel] 1.7 million rows to much?

2010-01-12 Thread info
this is my rds script, its yours but extended with some sorting and filtering stuff /* * * Copyright: * (c) 2008 by Derrell Lipman * * License: * LGPL: http://www.gnu.org/licenses/lgpl.html * EPL: http://www.eclipse.org/org/documents/epl-v10.php * See the LICENSE file in the projec

Re: [qooxdoo-devel] 1.7 million rows to much?

2010-01-12 Thread info
Sure i can see small delay because of growing table. but with good indexing, a well confugured server and enough ram its not a deal. If you ask me about when the script hangs, i can tell you that our users working permanently with this remotetable and there is no hang nor memory leak. But if we se

Re: [qooxdoo-devel] 1.7 million rows to much?

2010-01-12 Thread info
Hi Derrell, you realy know your code. Your are right, it has nothing to do with with the remote table class. My fault was to push 19495 list items into my filter selectbox ;) i am sorry. i sould know, that this list elements cant handle such a huge list of items, by the way why does list eleme

Re: [qooxdoo-devel] Setting Combobox Default ListItem

2006-12-11 Thread info
It seems for me that there is a simpler solution using a simple array iteration (should be faster, too).function setComboBoxValue(combo, leftValue) {  for (var i=0, a=combo.getList().getChildren(), l=a.length; i    if (a[i].getValue() == leftValue) {  return a[i];    }  }}Hope this helps.Sebast

AW: [qooxdoo-devel] adding items to QxListView with addData does not work (head)

2006-02-08 Thread info
QxListView can only be re-created completly in this version of qooxdoo. Please switch to renderer to get a better working version of QxListView.Sebastian  Hi,Im doing this to add items to a QxListView (already added to the clientdocument)  list.addData ({ col1: "1", col2: "2", col3: "3", col4: "5"}

AW: RE: [qooxdoo-devel] IE memory leaks

2006-02-08 Thread info
> > > >Hi Sebastian, > >> Looks interesting. I will try to call this method after each "dispose" >> call. Can you send the urls of the pages where you have found this? > >http://blogs.msdn.com/ericlippert/archive/2003/09/17/53038.aspx > >Just seach on google, heaps of references out there. > >> QxG

AW: [qooxdoo-devel] qooxdoo build system in RENDERER?

2006-02-09 Thread info
> >Hi, >is there a (working) replacement in RENDERER for the build-dist.pl >script in the tools directory? Hi Benjamin, Not completely. A first step is done and available using the script compileng.py. But we need to invest more time to make it better. Sebastian > >Thanks > >Benjamin > > >---

AW: [qooxdoo-devel] Need Help in Qooxdoo Compilation!

2006-02-09 Thread info
> >Hi, > >Qooxdoo is really a great tool. I thought I can use it >for my project. > >I am trying to compile Qooxdoo but it gives me the >following error and the qooxdoo.js file is empty. >Please let me know if I’m missing something. > >Also, can you please let me know when is the next >release ver

[qooxdoo-devel] ENABLING WAR: Celebrity Christians and the real Da vinci Code

2006-05-22 Thread info
Reply-To: cecarl http://straitgateministry.net/ 345-page ONE NATION UNDER ISRAEL Almost FREE (see end) Published by Truths Press ENABLING WAR: HOW A BIBLE PUBLISHER CORRUPTED CHRIST'S WORDS Why Celebrity leaders accept a form of Judaism and call it "Christianity" By Charles E. Carlson (Director o

Re: [qooxdoo-devel] IDE

2010-05-15 Thread info
Hi, I'm not a team member but i guess their is a good implementation of qooxdoo in http://www.spket.com/. You can use it as a standalone IDE or as a plugin for Ecplipse. I guess auto completion is not that necessary like a list of your functions and global objects and quick navigating to them. My

Re: [qooxdoo-devel] Tooltip or Mini Widget for table cells / rows

2010-08-24 Thread info
Hi Alex, I couldn't implement a tooltip with custom cellrenderer. But a little trick helpt me out: table.setFocusCellOnMouseMove(true); So its possible to get the row id to get the rowdata. May its usefull. var popup = new qx.ui.popup.Popup(new qx.ui.layout.Canvas()).set({

[qooxdoo-devel] Bug?: Popup in popup is not refreshing

2010-08-25 Thread info
Hi List, may bee I found a little bug in qooxdoo 1.1. I added a remote table in a popup widget. So far so good. But I'm using a second popup widget as a tooltip at this table. My script is changing the value of a lable widget in that tooltip-popup on mouse movements over the table. I guess their i

Re: [qooxdoo-devel] Bug?: Popup in popup is not refreshing

2010-08-25 Thread info
, another popup appears with cell info. The > second popup appears though and it display the provided info in a label. > > http://tinyurl.com/33bkt7t > > Although, It seemed to work having a popup in another popup, I find this > very unstable, one of the main motives being that a p

Re: [qooxdoo-devel] How to set focus for checkgroupbox

2010-08-27 Thread info
Hi Chris, can't set focus! What I'm doing wrong? var groupBox = new qx.ui.groupbox.CheckGroupBox("name", "icon/16/apps/utilities-text-editor.png"); //console.log(groupBox._getCreatedChildControls()); groupBox.getChi

Re: [qooxdoo-devel] struggling with table model

2010-09-05 Thread info
Hi, please try to use addRowsAsMapArray http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.model.Simple~addRowsAsMapArray regards Sak > Hi, > > Is there anything obviously wrong with this code: > > tablemodel.setColumns(["First", "Second"], ["my", "thing"]); > tablemodel.addRows(

[qooxdoo-devel] disable nochache

2010-09-23 Thread info
OXDOO_PATH}/tool/data/config/application.json" } ], "export" : [ "api", "build", "clean", "distclean", "fix", "info", "inspector", "lint", "migration"

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
t; : [ "api", "build", "clean", "distclean", "fix", "info", "inspector", "lint", "migration", "pretty", "profiling", "sour

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
use >> this config, no efort! >> >> { >> "name": "asa", >> >> "include" : >> [ >>{ >> "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" >>} >> ], >> &

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
AM, wrote: >> > >> >> Sorry, now I see i placed the object in commented area, but i tried >> to >> >> use >> >> this config, no efort! >> >> >> >> { >> >> "name": "asa", >> >

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
t;: >>>>> { >>>>>"uris": >>>>>{ >>>>>"add-nocache-param":false >>>>>} >>>>> } >>>>> }, >>>>> >>>>> On Thu, Sep 23, 2010 at 6:43 AM, wrote: >>>>>

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
>>>>> >>>>>> Inside the "jobs" entry: >>>>>> >>>>>>"source-script" : >>>>>> { >>>>>> "compile-options": >>>>>> { >>>>>>

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
at 8:51 AM, wrote: >>>>>> >>>>>>> Tank you Guilherme! You saved my time. >>>>>>> >>>>>>> is it possible to set nocache just to self written classes? I mean >>>>>>> their >>>>>>> is no need to download the framew

[qooxdoo-devel] How to set the height of a virtual tree row?

2010-09-23 Thread info
Hi list, I tried to manipulate the row height of virtual tree rows, but it don't looks propper. I tried to set row renderer but i couldn't set the height, just padding style, but the cells weren't automaticaly fitting. So I tried cellRenderer but I couldn't size the height. Any way to do it ri

Re: [qooxdoo-devel] How to set the height of a virtual tree row?

2010-09-24 Thread info
I am trying to solve it on my own but no efforrd. Tried to use MNode Mixin Functions, but tree.nodeGetCellStyle(tree.nodeGet(NODEID)) get's me unknown. Is their no one with a helpfull hand? regards Sak > Hi list, > > I tried to manipulate the row height of virtual tree rows, but it don't > looks

Re: [qooxdoo-devel] How to set the height of a virtual tree row?

2010-09-24 Thread info
Wood for the trees! Tahnk you Derrell, you saved my nerves once again! > On Thu, Sep 23, 2010 at 10:09, wrote: > >> Hi list, >> >> I tried to manipulate the row height of virtual tree rows, but it don't >> looks propper. >> >> I tried to set row renderer but i couldn't set the height, just paddi

[qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-09-28 Thread info
Hi List, i wrote a little function to sort leafs (branch children). So I just clone all nodes one by one. If branch has children leafs, just reorder the children array of the branch and set it in return. That was very effective. But after using prune, NULL stands for deleted nodes. But if I set t

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-09-29 Thread info
Hi List, I tried to filter the null out, but as cpuld see in an older post, to do so make the tree confusion (something about index). So is their a nlittle hint to handle with that null elements? > Hi List, > > i wrote a little function to sort leafs (branch children). So I just clone > all nodes

Re: [qooxdoo-devel] I'm frustrated

2011-01-30 Thread info
Hi Josef, keep cool, at my very first time working with qooxdoo, I was often frustated. ;) You are right, the demo browser is not even good for beginners to get in table handling. But the palyground example is ver easy to understand how it works. So just try this http://demo.qooxdoo.org/current/p

[qooxdoo-devel] @ Core Team | Did you recognize this?

2011-06-15 Thread info
Warning: Hint: Unknown global symbol referenced: qx.core.ServerSettings (qx.io.remote.Rpc:136) -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes

Re: [qooxdoo-devel] RPC getRowCount

2011-06-21 Thread info
Hi Stewart, I guess you could implement an custom event on your subclass of qx.ui.table.model.remote. So first define an event like "onRowCountCompleted" In the handler of function _loadRowCount you could do like this: _loadRowCount : function(firstRow, lastRow) { var clazz = this;

Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon

2011-07-20 Thread info
Hi Franček, the most amazing thing of qooxdoo is to enchance any widget in an easy way. I guess you should just subclass SplittButton and should include the same methods and mixins like in ToggleButton, with little changes ;). If you want to include a checkbox to a SplittButton, just take a look

Re: [qooxdoo-devel] date format bug?

2011-09-06 Thread info
Hi, I guess you are looking for a solution as I shared as enhancement some weeks ago. Just take a look here : http://bugzilla.qooxdoo.org/show_bug.cgi?id=5457 regards Sak > Hi, > > Please provide a working playground example, so that we can have a look on > it. > > Tino > > > Am 05.09.2011 um 14

Re: [qooxdoo-devel] date format bug?

2011-09-18 Thread info
please check the api [1] how to format date. you should use mm instead of nn for minutes;) format.setIncommingDateFormat(new qx.util.format.DateFormat("-MM-dd HH:mm:ss")); and instead of for year format.setDateFormat(new qx.util.format.DateFormat("MM.")); regards Sak [1] http

Re: [qooxdoo-devel] Customizing decoration theme

2011-12-05 Thread info
Hi Alexandr, better you are posting your complete decorator object. But for now I have some advice for you: 1. did you set #asset in Decoration.js ? 2. did you tried to set backgroundImage: "loan_app_qx/toolbar-gradient-red.png" ? Hope could give you some usefull hints. regards Mustafa Sak

Re: [qooxdoo-devel] Customizing decoration theme

2011-12-06 Thread info
Sorry Alex, but I can't see any decoration object in your previous post. So please shar just that one object with us. > Hi, Mustafa! > > > Mustafa Sak-3 wrote >> >> better you are posting your complete decorator object. >> > > What decorator object do you mean? In my previous post I have posted fu