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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
>>
>
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
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.
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
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
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
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
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
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
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
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"}
>
>
>
>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
>
>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
>
>
>---
>
>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 Im missing something.
>
>Also, can you please let me know when is the next
>release ver
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
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
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({
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
, 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
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
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(
OXDOO_PATH}/tool/data/config/application.json"
}
],
"export" :
[
"api",
"build",
"clean",
"distclean",
"fix",
"info",
"inspector",
"lint",
"migration"
t; :
[
"api",
"build",
"clean",
"distclean",
"fix",
"info",
"inspector",
"lint",
"migration",
"pretty",
"profiling",
"sour
use
>> this config, no efort!
>>
>> {
>> "name": "asa",
>>
>> "include" :
>> [
>>{
>> "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
>>}
>> ],
>>
&
AM, wrote:
>> >
>> >> Sorry, now I see i placed the object in commented area, but i tried
>> to
>> >> use
>> >> this config, no efort!
>> >>
>> >> {
>> >> "name": "asa",
>> >
t;:
>>>>> {
>>>>>"uris":
>>>>>{
>>>>>"add-nocache-param":false
>>>>>}
>>>>> }
>>>>> },
>>>>>
>>>>> On Thu, Sep 23, 2010 at 6:43 AM, wrote:
>>>>>
>>>>>
>>>>>> Inside the "jobs" entry:
>>>>>>
>>>>>>"source-script" :
>>>>>> {
>>>>>> "compile-options":
>>>>>> {
>>>>>>
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
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
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
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
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
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
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
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
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;
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
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
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
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
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
62 matches
Mail list logo