Re: [qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-10-04 Thread Philipp Wabinski
thron7 wrote: Phillip, I can't say for sure, but my best guess is that you should be fine using utf-8 for your project files (since this is what we do for all our files). The point to note here is that encoding is specified on a per-project/library basis (In 0.7 lingo this would

Re: [qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-10-02 Thread Philipp Wabinski
the source code of the build file looks good. I would like to convert all my project files to UTF-8. But I think I will have this problem with every class I convert to UTF-8. Do I need to assign additional source options for the charset? Regards Philipp Philipp Wabinski wrote: Hello Thomas

Re: [qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-09-29 Thread Philipp Wabinski
Hello Thomas, thank you for your efforts. I will try to create a small application to reproduce the error. It will take some days to do it because I have some more important things to do first. I hoped its a small error in the code of the class I just don`t see. Best regards Philipp

Re: [qooxdoo-devel] Problem with extension qx.ext.upload in buildversion

2008-09-27 Thread Philipp Wabinski
thron7 wrote: Philipp, I cannot repro the problem in 0.7.3. Please provide a few more lines of your class declaration, and more importantly your Makefile settings. Thomas Hello Thomas, Here is the complete ource code of the upload class:

Re: [qooxdoo-devel] Send async rpc via POST?

2008-07-23 Thread Philipp Wabinski
: Philipp, qx.io.remote.Rpc does send request in raw POST. You can access POST content by file_get_contents('php://input'); But why don't you use PHP RPC backend located at qooxdoo/backend/php/services/? asaris Philipp Wabinski wrote: Hello, is it possible to send a async rpc call

Re: [qooxdoo-devel] Send async rpc via POST?

2008-07-23 Thread Philipp Wabinski
Versions. Do you know since which version it doesn`t has to be set anymore to true? Thanks for the quick help Philipp Andreas Junghans wrote: Hi Philipp, Am 23.07.2008 um 11:22 schrieb Philipp Wabinski: is it possible to send a async rpc call from the frontend to the backend via

Re: [qooxdoo-devel] Send async rpc via POST?

2008-07-23 Thread Philipp Wabinski
that be the reason for that? Can you help one more time? Philipp Andreas Junghans wrote: Hi Philipp, Am 23.07.2008 um 12:02 schrieb Philipp Wabinski: you were right! Thanks for your answer! I have set the cross domain to true: this.rpc.setCrossDomain(false); I set it to false and the data

Re: [qooxdoo-devel] Send async rpc via POST?

2008-07-23 Thread Philipp Wabinski
system with this urls https://domain.de/project/index.html and https://domain.de/project/rpc_services as rpc path it works without an acces denied error. Philipp Philipp Wabinski wrote: Hi Andreas, I have another error right now. When I access my qooxdoo application via http://application

Re: [qooxdoo-devel] Send async rpc via POST?

2008-07-23 Thread Philipp Wabinski
Thanks again, yes I see its a configuration problem on my local server. The $_SERVER[SSL_PROTOCOL] var is empty and then the php backend produces that error. I will look how to fix that. Philipp Andreas Junghans wrote: Hi Philipp, Am 23.07.2008 um 14:36 schrieb Philipp Wabinski

Re: [qooxdoo-devel] Cell editor bug ? - 0.7.3 - Ext theme

2008-03-25 Thread Philipp Wabinski
Derrell Lipman wrote: On Mon, Mar 24, 2008 at 2:51 PM, Philipp Wabinski [EMAIL PROTECTED] wrote: Hi there, since I updated to 0.7.3 I have a problem with table cell editors. It can be testet with the 0.7.3 showcase online. Just select the Ext theme and try to edit

[qooxdoo-devel] Cell editor bug ? - 0.7.3 - Ext theme

2008-03-24 Thread Philipp Wabinski
Hi there, since I updated to 0.7.3 I have a problem with table cell editors. It can be testet with the 0.7.3 showcase online. Just select the Ext theme and try to edit in the secound column in the table demo. The error is that there is no input field is displayed. I use the cell editor in my

[qooxdoo-devel] Send RPC request via POST?

2008-02-22 Thread Philipp Wabinski
Hello, is it possible to send the RPC request with POST? I use the php-rpc-backend on the server. I have seen that it is possible to send a post request to the backend. I use qx.io.remote.Rpc for my requests. I didn`t found a parameter for GET or POST :( Thanks in advance Philipp -- View

Re: [qooxdoo-devel] problems with Internet Exploer 7

2008-02-06 Thread Philipp Wabinski
Hello Helder, thanks for your quick answer. It helped me a little to know that it works with your application. I read some documentation and the news article about the layout concepts of 0.8 from Fabian. There I found out that qooxdoo 0.7.x just runs in quirks mode... I didn`t heard something

[qooxdoo-devel] problems with Internet Exploer 7

2008-02-05 Thread Philipp Wabinski
Hi there I use qooxdoo for some projects for internal use. My applications run fine in Firefox (2.0.0.11) but they arn`t useable in Internet Explorer 7. I use the actual version 0.7.3 of qooxdoo. The main problem is the layout. Tables and layouts are broken and arn`t displayed in the right way.

[qooxdoo-devel] Some questions about QWT

2007-12-21 Thread Philipp Wabinski
Hi there, does anyone use the QWT? I have some questions about it: Is there a way to transform a qooxdoo project into a QWT application or do I have to write everything again? Is there a visual interface to create and edit the layout? Is it always possible to use the newest stable Version of

[qooxdoo-devel] Problem with celleditor.setValidationFunction(validationFunction)

2007-12-12 Thread Philipp Wabinski
Hi there, I have a strange problem. I tried the folowing: var celleditor = new qx.ui.table.celleditor.TextField; celleditor.setValidationFunction(validationFunction); but I always get the error that setValidtionFunction() is not a function. I think I wrote it right, so what is the problem?

Re: [qooxdoo-devel] Problem with cell editor in 0.71

2007-12-02 Thread Philipp Wabinski
Jim Hunter-2 wrote: I haven't run your code but I see something 'odd'. Remove the appearance code you have in main and try everything again. To me it says that your table edit stuff should be moved to the bottom of the stack making it invisible. I could be wrong but it's an easy test. I

[qooxdoo-devel] Listview Selection issue

2007-11-06 Thread Philipp Wabinski
Hello, a user of my application told that he has a problem with the selection insight some listviews. When clicks onto the first item the third is selected and so on. He tested it with firefox in version 2.0.0.9 and 2.0.0.8. I also tested it in both versions and it works fine for me. Has

Re: [qooxdoo-devel] Problem with cell editor in 0.71

2007-11-02 Thread Philipp Wabinski
Philipp Wabinski wrote: Hi Mike, the table example for the different cell editors can be viewed in the actual demobrowser. Look into the folder test and search for Table_CellEditor_1. This is the working example I tested with. I have extracted everything that is not necessary from my

Re: [qooxdoo-devel] Inconsistent table cells click event behavior with Firefox

2007-10-31 Thread Philipp Wabinski
Emil Prichici wrote: Hi, Thanks for your answers. In my opinion the cause of the problem is the qx.ui.table.pane.Scroller._focusIndicator. When this widget is set to visible a click event is dispatched only if the click is located in the focused cell as opposed to when the widget is

Re: [qooxdoo-devel] Problem with cell editor in 0.71

2007-10-30 Thread Philipp Wabinski
Mike Rea wrote: Philipp, I agree with Tobias that it is hard to diagnose what is wrong without the ability to see some code. If possible, see if you can replicate the table in your screenshot with static qooxdoo code that could be uploaded and shared. Also, It is very interesting to me

Re: [qooxdoo-devel] Problem with cell editor in 0.71

2007-10-29 Thread Philipp Wabinski
Philipp Wabinski wrote: Hello, I have enabled the celleditor for the table column. When I double click the cell, the cursor starts to blink insight the cell but I dont see the text I`m writing. There is no textfield displayed and I still see the old value. When I leave the field

[qooxdoo-devel] Problem with cell editor in 0.71

2007-10-28 Thread Philipp Wabinski
Hello, I have enabled the celleditor for the table column. When I double click the cell, the cursor starts to blink insight the cell but I dont see the text I`m writing. There is no textfield displayed and I still see the old value. When I leave the field the text I typed is assigned to the

Re: [qooxdoo-devel] Just the first character in a table cell displayed?

2007-10-09 Thread Philipp Wabinski
Thanks for all your answers and sorry for this stupid question! I just didn`t pushed an Array to the data and one character from the string was assigned for every column. Your answers helped to find that failure :) Thanks! Philipp -- View this message in context:

[qooxdoo-devel] Just the first character in a table cell displayed?

2007-10-08 Thread Philipp Wabinski
Hi there, I copied the code for a table from one class to another. I just limited the rows to one row an deleted all the additional content from the other table. The problem is that only the first character is diplayed in the table cell. Does anyone has has got an idear what could be the

Re: [qooxdoo-devel] QOOXDOO Websites from SEO point of view

2007-08-31 Thread Philipp Wabinski
Ralf Nieuwenhuijsen wrote: Lastly, you can actually submit a map of the your site. Forexample, qooxdoo could have a static page containing links to all the api-pages in the api-viewer and google will suggest the correct link when searching for a specific method or class in qooxdoo.

[qooxdoo-devel] defineMain(function ... breaks with error

2007-07-28 Thread Philipp Wabinski
Hi, I updated my application fom 0.6.6 to 0.7.1 and still hav some problems... When I add the following code to the index html file: qx.core.Init.getInstance().defineMain(function() { ...code... } I get the following error: qx.core.Init.getInstance().defineMain is not a function I want

[qooxdoo-devel] can`t update language vars anymore :?

2007-07-20 Thread Philipp Wabinski
Hi I have a problem with updating a already specified language var. When a change it an make the source the old value is still diplayed. When I ad a new one the translated string is displayed. I use poedit for windows to edit them. It creates a .mo-file of the translated po file. Inside it the

[qooxdoo-devel] How to access the main class from HTML file?

2007-07-18 Thread Philipp Wabinski
Hi, I want to give some parameters to the application and want to execute some functions. My main class ads a menu bar and a tabview to the browser window. The construktor looks like this: /* * CONSTRUCTOR

Re: [qooxdoo-devel] Problem with widget icons

2007-07-16 Thread Philipp Wabinski
Sebastian Werner wrote: Looks like your aliases are not correctly set-upped. Please double check that you have selected a valid Widget theme. This can be made directly or using a meta theme. Can somebody help me up? I took some code from the feedreader and migrated my

[qooxdoo-devel] Problem with widget icons

2007-07-14 Thread Philipp Wabinski
Hi, I made a custom build. When I use a path like this: icon/16/ the icons are displayed, but when I use a path like this widget/tree/... the image isn`t displayed :( I inspected the icon with firebug and it shoewd me that the source of the image is still widget/tree/... and not

[qooxdoo-devel] actual 0.7.1 sdk updated to 0.7.2?

2007-07-12 Thread Philipp Wabinski
Hi, I downloaded the new 0.7.1 sdk and wondered a little. When I made the migration it updated from 0.7 to 0.7.1 and also to 0.7.2. I can`t find any release notes for 0.7.2. Is that a problem or a normal behavior? Philipp -- View this message in context:

[qooxdoo-devel] actual 0.7.1 sgk updated to 0.7.2?

2007-07-12 Thread Philipp Wabinski
Hi, I downloaded the new 0.7.1 sdk and wondered a little. When I made the migration it updated from 0.7 to 0.7.1 and also to 0.7.2. I can`t find any release notes for 0.7.2. Is that a problem or a normal behavior? Philipp -- View this message in context:

[qooxdoo-devel] edit table-focus-indicator in 0.7?

2007-07-09 Thread Philipp Wabinski
Hi, I updated from 0.6.6 to 0.7 In 0.6 this code was working: var theme = qx.manager.object.AppearanceManager.getInstance().getAppearanceTheme(); var apar = theme._appearances['table-focus-indicator']; apar.state = function() {return {zIndex: -1}}; in 0.7 it doesn`t

Re: [qooxdoo-devel] this[setter[prop]] is not a function

2007-07-06 Thread Philipp Wabinski
Thanks for your replies, I found the error by my self. I had a setting named resizeable for some internal windows. Without that everything works fine :) Sebastian Werner wrote: We thought is is too strict because this also affects typos and non-critical stuff. Currently it is display

[qooxdoo-devel] this[setter[prop]] is not a function

2007-07-05 Thread Philipp Wabinski
Hi, I updated from 0.6.6 to 0.7... After a lot aof smaller bugs the source version is running without any bigger problems. I tried made the build but get always the following error when I start it: this[setter[prop]] is not a function set(Object left=1 showClose=true

[qooxdoo-devel] qooxdoo on a PDA?

2007-05-20 Thread Philipp Wabinski
Hi, does anyone tested to run a qooxdoo application on a PDA? At the moment I don`t have a PDA to test it, but it would be really interesting for me. Thanks for your answers Philipp -- View this message in context: http://www.nabble.com/qooxdoo-on-a-PDA--tf3785852.html#a10706189 Sent from

Re: [qooxdoo-devel] qooxdoo on a PDA?

2007-05-20 Thread Philipp Wabinski
Leander Hanwald wrote: Which PDA? :) The question is which browser you would use. I don`t have a specific browser or PDA in my mind. Which would be the best one? I would like to know which PDA and browser I have to buy/use, when I want to run qooxdoo on it. Are there minimum

[qooxdoo-devel] How to set this.tr() as textvalue in listviews?

2007-05-11 Thread Philipp Wabinski
Hi, I tried the following: this.ld.push({ title : { text : this.tr(ProjektMP_AM statefilter state new aufmass ) }, id : { text : 0 }, icon : { source : CONFIG[flare_icon] + /_flare_state_yellow.gif}}); and get the following error: 038454 ERROR: qx.ui.listview.ContentCellText[2399]: Attention!

[qooxdoo-devel] update table after data changed

2007-04-28 Thread Philipp Wabinski
Hi, I have written a custom datarowrenderer that sets the colors of a table row according to a value of the table. Everything is displayed correct, but when I changed the value of this field the color isn`t updated. How do I update the table in this case? I dont want to reload the whole

Re: [qooxdoo-devel] update table after data changed

2007-04-28 Thread Philipp Wabinski
Philipp Wabinski wrote: Hi, I have written a custom datarowrenderer that sets the colors of a table row according to a value of the table. Everything is displayed correct, but when I changed the value of this field the color isn`t updated. How do I update the table in this case? I

Re: [qooxdoo-devel] Changing appearance at runtime?

2007-04-27 Thread Philipp Wabinski
Sebastian Werner wrote: Changing appearance themes is a lot more complex than switching color themes. I don't think this will ever work in 0.6.x. But it will be supported with 0.7 if all went well. Sebastian Thanks a lot for the quick answer! I will stop tying it ;) Is there a

Re: [qooxdoo-devel] Problems with rpc`s in 0.7-alpha2

2007-04-26 Thread Philipp Wabinski
This is fixed in SVN. In ScriptTransport.js, change this._disposeField to this._disposeFields Derrell Thank you for your answer Derrell, I tried a lot and also took the lattest files from the svn. Then the failure messages changed and it was another failure. I stoped trying it an

Re: [qooxdoo-devel] Setting qx.resourceUri is not supported by API.

2007-04-24 Thread Philipp Wabinski
Philipp Wabinski wrote: Hi, I made a custom build an get the eror of the subject. I migrated from 0.63 to 0.7-alpha2 Before that I had got the error that qx is not defined. I loaded the the last generator.py from the svn and know I get this error. Plz help! Philipp Hi

[qooxdoo-devel] Setting qx.resourceUri is not supported by API.

2007-04-23 Thread Philipp Wabinski
Hi, I made a custom build an get the eror of the subject. I migrated from 0.63 to 0.7-alpha2 Before that I had got the error that qx is not defined. I loaded the the last generator.py from the svn and know I get this error. Plz help! Philipp -- View this message in context:

[qooxdoo-devel] Problems with building Api

2007-04-03 Thread Philipp Wabinski
Hello, when I try to make the build of the api in the sdk of qooxdoo 0.63, I always get the error qx.ui.tree has no properties, when I start the index.html. What do I do wrong? Thanks for any help Philipp -- View this message in context:

Re: [qooxdoo-devel] Problems with building Api

2007-04-03 Thread Philipp Wabinski
Alex Back-2 wrote: Hi Philipp, I didn't manage to reproduce your error. Everything runs smooth at my machine. Did you try a make distclean before calling make build in the api-directory? Maybe this helps. cheers, Alex On Tuesday 03 April 2007 Philipp Wabinski wrote

[qooxdoo-devel] trouble with click event on panescroller

2007-02-26 Thread Philipp Wabinski
Hi I searched the forum and found this solution to execute some code on click on a table row: var scrollers = _this.table._getPaneScrollerArr(); for (var i = 0; i scrollers.length; i++) { scrollers[i].addEventListener(click, function(ev) {

Re: [qooxdoo-devel] Firefox memory usage

2007-02-18 Thread Philipp Wabinski
Hi, I started building a qooxdoo application some months ago. Now I have a complex table with some Icons, links, text data, dates and so on. Some filters a limiting the shown entries. We have a lot of data in our database, so when I load the table with some testdata of 8000 entries (for testing)

Re: [qooxdoo-devel] bug in window.centerToBrowser?

2007-02-06 Thread Philipp Wabinski
Sorry for the spam, Thanks for the answer! I´ll spend more time in searching Phillipp -- View this message in context: http://www.nabble.com/bug-in-window.centerToBrowser--tf3175665.html#a8827991 Sent from the qooxdoo-devel mailing list archive at Nabble.com.

[qooxdoo-devel] disable sorting of a column in qx.ui.table.Table ?

2007-02-05 Thread Philipp Wabinski
Hi! Is there a way to disable sorting of a single column in a table? Something like setColumnSortable(0, false) ? I don`t find anything like that :( Thanks for any help! Greets Philipp -- View this message in context:

[qooxdoo-devel] bug in window.centerToBrowser?

2007-02-05 Thread Philipp Wabinski
Hi, I tried to center an internal Window. When I use it the following way: this.win.centerToBrowser(); this.win.open(); The window is centered in the middle of the browser window but it is some pixels large (4 grey pixel); when I use it this way: this.win.open();

Re: [qooxdoo-devel] HTML (PHP) pages inside a qooxdoo application?

2007-02-03 Thread Philipp Wabinski
Thanks for the quick answers! I will try it this way... Philipp -- View this message in context: http://www.nabble.com/HTML-%28PHP%29-pages-inside-a-qooxdoo-application--tf3166924.html#a8787351 Sent from the qooxdoo-devel mailing list archive at Nabble.com.

[qooxdoo-devel] additional data for table rows?

2007-01-26 Thread Philipp Wabinski
Hi, is there a way to save data like a data id for a tablerow that is not displayed in the table? Ok, it is possible to hide table rows, but then they are displayed in the context menu in the upper right of the table. Is there a way to save some data in completely hidden fields or something like

Re: [qooxdoo-devel] call a method from a rpc?

2007-01-25 Thread Philipp Wabinski
Thank you for your answer Derrel! That works! -- View this message in context: http://www.nabble.com/call-a-method-from-a-rpc--tf3116820.html#a8639703 Sent from the qooxdoo-devel mailing list archive at Nabble.com. -