Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-11 Thread Greg Beaver
On 4/8/10 8:21 AM, Christian Schmidt wrote: > Hi Greg, > > thank you for your suggestions, I will this discuss with the other core > developer. > > At the moment I have only the idea override the stopPropagation method, > to avoid a copy/past: > _onMouseDown : function(e) > { > var oldStopPro

Re: [qooxdoo-devel] Editor add?

2010-04-11 Thread Greg Beaver
On 4/11/10 11:13 AM, dragon2k...@gmx.de wrote: > I try to add the editor creation to an new class. The head looks like > this > > qx.Class.define("go.system.editor.Main", { > extend: qx.core.Object, > members : { > htmlArea : null, > > main : function() { > this.base

[qooxdoo-devel] Filter?

2010-04-11 Thread dragon2k...@gmx.de
Hello, i have a filtered table and want to add some filters. i try a search text and do this // Add filters if(searchText1) { this.table1.getTableModel().addNotRegex(searchText1,"Name"); filters = true;

Re: [qooxdoo-devel] Editor add?

2010-04-11 Thread dragon2k...@gmx.de
Hello, sorry. i change it but the error dont disapear. > I don't know if it's a typo in your message, but gg.system is not equal to > go.system. > > Is that maybe the problem? > > Gene > > "dragon2k...@gmx.de" wrote: > > >> I try to add the editor creation to an new class. The head looks

Re: [qooxdoo-devel] Editor add?

2010-04-11 Thread Derrell Lipman
I see a couple of problems here. 1. You are extending qx.core.Object when in fact I think you mean to be extending qx.ui.core.Widget. Functionality of qx.ui.core.Widget is necessary to use your new widget in a form. 2. There is not typically a main() field in either an extended Widget

Re: [qooxdoo-devel] Editor add?

2010-04-11 Thread Gene @ PC Backup
I don't know if it's a typo in your message, but gg.system is not equal to go.system. Is that maybe the problem? Gene "dragon2k...@gmx.de" wrote: >I try to add the editor creation to an new class. The head looks like >this > >qx.Class.define("go.system.editor.Main", { >extend: qx.core

[qooxdoo-devel] Editor add?

2010-04-11 Thread dragon2k...@gmx.de
I try to add the editor creation to an new class. The head looks like this qx.Class.define("go.system.editor.Main", { extend: qx.core.Object, members : { htmlArea : null, main : function() { this.base(arguments); var demoContent = 'Test'; va

Re: [qooxdoo-devel] Add editor?

2010-04-11 Thread panyasan
Hi, I am sure you'll get an answer if you post your question in a new thread instead of replying to a thematically unrelated one! ;-) C. -- View this message in context: http://n2.nabble.com/RpcConsole-update-and-suggestion-to-use-sourceforge-webspace-for-qooxdoo-contrib-demos-tp4880037p4885932

[qooxdoo-devel] Add editor?

2010-04-11 Thread dragon2k...@gmx.de
I try to add the editor creation to an new class. The head looks like this qx.Class.define("go.system.editor.Main", { extend: qx.core.Object, members : { htmlArea : null, main : function() { this.base(arguments); var demoContent = 'Test'; va

Re: [qooxdoo-devel] RpcConsole update and suggestion to use sourceforge webspace for qooxdoo-contrib demos

2010-04-11 Thread panyasan
I just did some more research on the sourceforge project webspace. Database support is crucial for backends and sourceforge offers decent MySql access for applications that live in the project webspace. My suggestion would be the following - project admins activate the database, and, on request,