[qooxdoo-devel] A couple of contextmenu issues

2009-01-12 Thread Kenneth Tilton
(1) Right-click also selects. Pretty sure that's wrong, tho Safari disagrees. Oddly, Chrome (also WebKit) gets it right, as does FireFox but then I saw some code digging in the internals that looked like it might be an override. Anyway... Is there someplace I can stick a call to preventDefault

Re: [qooxdoo-devel] object iframe and applet-html

2009-01-12 Thread Marco Vecchi
Hello, I need to create a html page different every time you call my iframe inside the window. My aim would be to insert the code as a html dell'iframe "iframe.setsource (" hello ")" and not a URI. As possible to do so '? > Date: Mon, 12 Jan 2009 12:30:51 +0100 > From: alexander.b...@1und

Re: [qooxdoo-devel] Light weight controls

2009-01-12 Thread Jim Hunter
I think you have me on the right track. I just did some timing tests and creating these 'virtual' controls is much faster and leaves no JavaScript memory footprint behind. There was a slight change to the sample you sent, I can not do label.getElement() as this does not exist, but I was able to do

[qooxdoo-devel] 0.7.4: Scrollbars do not appear on tables if using a larger than default font size (FF3)

2009-01-12 Thread Bryan Coutch
Browser: FF 3.0.5 Steps to reproduce: 1) Navigate to http://demo.qooxdoo.org/0.7.4/demobrowser/ 2) Use CTRL + "+" (or CTRL + mouse wheel up) to increase font size 3) View the "Table 2" demo There is no horizontal or vertical scroll bars visible on the table (although th

Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-12 Thread Fabian Jakobs
Jonathan Gardner schrieb: > Renaming the project to qooxdoo_test has fixed it. > > Perhaps we should include some kind of error message when someone > chooses a project name unwisely? Or perhaps we can convert the project > name for them to something legal? > Yes that's probably a good idea. C

Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-12 Thread Jonathan Gardner
Renaming the project to qooxdoo_test has fixed it. Perhaps we should include some kind of error message when someone chooses a project name unwisely? Or perhaps we can convert the project name for them to something legal? Fabian Jakobs wrote: > Hi Jonathan, > > the problem with your setup is th

[qooxdoo-devel] Qooxdoo & JSon - How to create "QX" object from JSon ?

2009-01-12 Thread Rudriko
Hello, I'm currently trying to use a JSon object in order to save a qx "Label" object in MySQL db. And then i'd like to "restore" this label. This is an example: My browser do send this JSon to MySQL through request and my php function (...) var serialize = object.serialize(); var json = qx.uti

Re: [qooxdoo-devel] qooxdoo & Adobe AIR

2009-01-12 Thread Philipp Gruber
Hello, > Did you check that the path to your index.html is set correctly in your AIR > descriptor file? > > If I see just a blank page at my AIR applications I add some alerts to the > index.html to see if it was loaded correctly. Yes, it is loaded correctly. > If you start the AIR application

Re: [qooxdoo-devel] qooxdoo & Adobe AIR

2009-01-12 Thread Matthias Braun
Hi, Did you check that the path to your index.html is set correctly in your AIR descriptor file? If I see just a blank page at my AIR applications I add some alerts to the index.html to see if it was loaded correctly. If you start the AIR application from command line with the adl tool, make s

Re: [qooxdoo-devel] qooxdoo & Adobe AIR

2009-01-12 Thread Siarhei Barysiuk
Hello Philipp, AIR introduces some security restrictions for sandbox applications and currently it's not possible to run qooxdoo application in application sandbox (AFAK). But it doesn't meant that you cannot run qooxdoo application in AIR environment. You can use non-application sandbox to

Re: [qooxdoo-devel] How to do a font chooser dialog ?

2009-01-12 Thread Rudriko
Alexander Back wrote: > > Hi Rudriko, > > Rudriko wrote: >> Hi there, >> >> I'm trying to make a font chooser dialog that i would bring up through a >> contextmenu. >> I'm done with the context menu, and now i'm on the font chooser. >> >> Any suggestions about the best way to do it ? > Has it

[qooxdoo-devel] qooxdoo & Adobe AIR

2009-01-12 Thread Philipp Gruber
Hello everyone, I'm trying to integrate a qooxdoo into an Adobe AIR application. Unfortunately it doesn't work, I just get a blank window. When I activate all debug output (even what is commented out in the code) I get this: > Loading part boot... > Loading package: 0 > Queueing 160 files No erro

Re: [qooxdoo-devel] Creating a desktop area with scrollbars

2009-01-12 Thread Dacquay, Eric
Hi, It looks like the issue has been partially resolved. The only thing that seems to remain is that the horizontal scroll bar does not show up unless I have a window in the desktop which is almost completely off the screen. Even after the horizontal scrollbar appears, it is not long enough t

Re: [qooxdoo-devel] Send log file to a server.

2009-01-12 Thread Fabian Jakobs
Roman Schmid schrieb: > Hello List > > The idea to send some of the qooxdoo log messages to the server seems > quite reasonable for some scenarios. Therefore i thought about > implementing a "Server Logger" myself. > > Since i don't want to create a request for every log entry, i'd rather > send th

Re: [qooxdoo-devel] Send log file to a server.

2009-01-12 Thread geo
Hello Roman My first idea is to use this feature in order to track some application bug detect by the end user itself. The objective is to let a button in a menu or in the displayed page that allow the user to send us the log content when he encounter a bug. It looks like a "manual quality agent

Re: [qooxdoo-devel] textfield mouseover /-out event error in IE

2009-01-12 Thread Alexander Back
Hi Stefan, you're absolutely right with your report. I've opened a bug report for this issue. -> http://bugzilla.qooxdoo.org/show_bug.cgi?id=1833 Thanks for reporting this one! cheers, Alex Stefan Volbers wrote: > Hi there, > > I'm using quite a few textfields in an app, most of which are

Re: [qooxdoo-devel] qx.ui.basic.Image setSource does not work with full URL

2009-01-12 Thread banal
Hi Farid I found this post while i was searching for a solution to load previews from the server. I'm also using a Image Widget to display the previews in a window... I found a solution that works very well and might serve you as well (it doesn't show the "Unknown image" errors). I'm simply usin

Re: [qooxdoo-devel] splitpane mystery

2009-01-12 Thread Kenneth Tilton
Alexander Back wrote: > Hi Kenny, > > Kenneth Tilton wrote: >> I tried simply adding the simplest splitpane demo to the widget where I >> eventually will be splitting two of my widgets. The starting point: >> >> addSplitPaneTwoFlexSimple : function() >> { >>var splitpane = new qx

Re: [qooxdoo-devel] custom widget and layout

2009-01-12 Thread Alexander Back
Hi Benjamin, Benjamin Collins wrote: > However, I think one of the issues was that I was using a Dock layout > in the Application, which was causing my widget to own the whole > screen. When I turned the background of the widget red, the whole > screen went red. The other issue was that the chil

Re: [qooxdoo-devel] custom widget and layout

2009-01-12 Thread Benjamin Collins
On Mon, Jan 12, 2009 at 5:14 AM, Alexander Back wrote: > How does your constructor look like? Does it have the call to > "this.base(arguments)"? > > If you do not getting the issue tracked down just send over the complete > "Login" class. > > cheers, > Alex My constructor look(ed) like this:

Re: [qooxdoo-devel] object iframe and applet-html

2009-01-12 Thread Alexander Back
Hi Marco, Marco Vecchi wrote: > hello to everyone, > > I wanted to ask you can give in to a meal iframe code created by the object > and embed qooxdoo not necessarily a URL? If you want to set e.g. a blank page to the iframe just use --snip-- var myIframe = new qx.ui.embed.Iframe; myIframe.s

Re: [qooxdoo-devel] splitpane mystery

2009-01-12 Thread Alexander Back
Hi Kenny, Kenneth Tilton wrote: > I tried simply adding the simplest splitpane demo to the widget where I > eventually will be splitting two of my widgets. The starting point: > > addSplitPaneTwoFlexSimple : function() > { >var splitpane = new qx.ui.splitpane.Pane("horizontal"); >

[qooxdoo-devel] textfield mouseover /-out event error in IE

2009-01-12 Thread Stefan Volbers
Hi there, I'm using quite a few textfields in an app, most of which are informational and therefore need to be setEnabled(false). They work lovely as long as I don't open the app in IE 6 or 7: moving the mouse over a disabled textfield causes unhandled exceptions for mouseover and mouseout, * i

Re: [qooxdoo-devel] custom widget and layout

2009-01-12 Thread Alexander Back
Hi, aggieben wrote: > Sorry for my terseness. I got interrupted while writing this and came back > later and posted it, not realizing I left out a couple details. > > This is a standalone application, and Login.js is in > source/class/myapp/widgets/Login.js. It extends Widget, and __createLay

Re: [qooxdoo-devel] Light weight controls

2009-01-12 Thread Fabian Jakobs
Jim Hunter schrieb: > Thanks for the reply, but no, I wasn't thinking of the table controls. > I was reading about the new features of .8 and read about other > 'virtual' controls and was excited because I immediately thought about > this scenario for their use. But at the time I read the news,

Re: [qooxdoo-devel] qooxdoo 8.1 - xxx is not constructor

2009-01-12 Thread Alexander Back
Hi Martin, Martin wrote: > To thank you, may be I have some improvement for rpc.js :) > > in this code: when response is null (when the reply is not XML data, i.e. > some server error or bad call, it happened to me when I was restarting > webserver). Then id = response["id"] raises error, bec

Re: [qooxdoo-devel] Send log file to a server.

2009-01-12 Thread Roman Schmid
Hello List The idea to send some of the qooxdoo log messages to the server seems quite reasonable for some scenarios. Therefore i thought about implementing a "Server Logger" myself. Since i don't want to create a request for every log entry, i'd rather send the messages in bulk to reduce request

Re: [qooxdoo-devel] Creating a desktop area with scrollbars

2009-01-12 Thread Christian Schmidt
Hi, I have opened a bug report for this issue: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1831 -Chris Fabian Jakobs schrieb: > Dacquay, Eric schrieb: > >> Hi, >> >> I've got an application where some windows can get relatively large and >> as a result are not completely shown on screen. I

Re: [qooxdoo-devel] Feed Reader

2009-01-12 Thread Thomas Schober
Thank you for the quick answer Regards, Tom On Mon, Jan 12, 2009 at 10:52 AM, Jonathan Weiß wrote: > Hi Tom! > > > You have three possibilites: > 1. Download the SDK and extract it: < > http://downloads.sourceforge.net/qooxdoo/qooxdoo-0.8.1-sdk.zip > > You will find the Feed Reader source code i

Re: [qooxdoo-devel] Light weight controls

2009-01-12 Thread Jim Hunter
Thanks for the reply, but no, I wasn't thinking of the table controls. I was reading about the new features of .8 and read about other 'virtual' controls and was excited because I immediately thought about this scenario for their use. But at the time I read the news, I hadn't even started my conver

Re: [qooxdoo-devel] Feed Reader

2009-01-12 Thread Jonathan Weiß
Hi Tom! You have three possibilites: 1. Download the SDK and extract it: You will find the Feed Reader source code in application/feedreader/ source. 2. Check out the application from SVN

Re: [qooxdoo-devel] Feed Reader

2009-01-12 Thread Fabian Jakobs
Thomas Schober schrieb: > Hi, > > i have seen the nice feed Reader Application on your page and i am > wondering if it is possible to get the source of this Application. It > would be nix too get better envolved in qooxdoo technologies. > > Regards, > Hi Thomas, if you download the qooxdoo SDK y

Re: [qooxdoo-devel] Light weight controls

2009-01-12 Thread Fabian Jakobs
Jim Hunter schrieb: > I remember reading, a couple of months ago, that there were new > controls in .8 that were basically DOM only controls so that they > would be created and written to the DOM without using up memory. I think you are talking about the table and TreeVirtual. Both widgets don't

[qooxdoo-devel] Feed Reader

2009-01-12 Thread Thomas Schober
Hi, i have seen the nice feed Reader Application on your page and i am wondering if it is possible to get the source of this Application. It would be nix too get better envolved in qooxdoo technologies. Regards, Tom -- Ch

Re: [qooxdoo-devel] Jump Start

2009-01-12 Thread Jonathan Weiß
Hi Mike! Did you take a look at our Feed Reader application? It uses a tree, toolbar and split panes. ;-) Cheers, Jonathan -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services

[qooxdoo-devel] Light weight controls

2009-01-12 Thread Jim Hunter
I remember reading, a couple of months ago, that there were new controls in .8 that were basically DOM only controls so that they would be created and written to the DOM without using up memory. I just spent the last hour trying to find information on the controls but I seem to be coming up short.

Re: [qooxdoo-devel] Best way to build Forms?

2009-01-12 Thread Roman Schmid
Instead of creating a new Topic i thought i'd post this here, since it has to do with qooxdoo forms: During the development of a custom form element, i noticed there is a discrepancy between the IFormElement Interface and some implementations of said Interface. The interface defines the setValue p

Re: [qooxdoo-devel] Scaling effect OK on widget in HBox?

2009-01-12 Thread Kenneth Tilton
Fabian Jakobs wrote: > Hi Kenny, > > the animation system is still pretty much targeted at low level > animations. Full integration is on our roadmap but still to come. This > doesn't mean that it is not possible but its a bit tricky and not > documented. > > As a start I would suggest you t

Re: [qooxdoo-devel] Creating a desktop area with scrollbars

2009-01-12 Thread Fabian Jakobs
Dacquay, Eric schrieb: > Hi, > > I've got an application where some windows can get relatively large and > as a result are not completely shown on screen. I have placed the > Desktop object inside a Scroll container and until recently, I was > getting scroll bars when the window went outside the v

Re: [qooxdoo-devel] Scaling effect OK on widget in HBox?

2009-01-12 Thread Fabian Jakobs
Hi Kenny, the animation system is still pretty much targeted at low level animations. Full integration is on our roadmap but still to come. This doesn't mean that it is not possible but its a bit tricky and not documented. As a start I would suggest you take a look at the animated grid demos

[qooxdoo-devel] splitpane mystery

2009-01-12 Thread Kenneth Tilton
I tried simply adding the simplest splitpane demo to the widget where I eventually will be splitting two of my widgets. The starting point: addSplitPaneTwoFlexSimple : function() { var splitpane = new qx.ui.splitpane.Pane("horizontal"); splitpane.setWidth(400); splitpa

Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-12 Thread Fabian Jakobs
Hi Jonathan, the problem with your setup is that you have a "-" in your top level qooxdoo namespace. Then the browser tries to resolve "qooxdoo-test.theme.Theme" the dash is evaluated a minus sign. Namespaces in qooxdoo are in general all lowercase. Additionally the may contain the "_" charact

Re: [qooxdoo-devel] No file chooser in qooxdoo?

2009-01-12 Thread Alexander Back
Hi Christoph, Christoph Schwentker wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > I'm new to qooxdoo. Welcome to the project! > I was searching for a file chosser, where I can > select files from my harddisk. My aim is to create an uploader for > different file hosters. But

Re: [qooxdoo-devel] No file chooser in qooxdoo?

2009-01-12 Thread Roman Schmid
Hi Christoph There's a upload widget in the contrib section: http://qooxdoo.org/contrib/project#uploadwidget You can add it to your project by adding the following to your jobs section in the config.json: "libraries" : { "library" : [ { "manifest" : "contrib:

Re: [qooxdoo-devel] Error in using ContextMenu

2009-01-12 Thread Alexander Back
Hi, dwaddwa fwfefwewe wrote: > Hello everybody. > When I use a part of the source ode of that example: > http://demo.qooxdoo.org/current/demobrowser/#widget~Menu.html > > I get the JS Error: > qx.core.Init.getApplication() is null > [Break on this error] getApplicationRoot:function(){return > qx

[qooxdoo-devel] Jump Start

2009-01-12 Thread lycovian
I'm looking to jump start an application (actually a few of them). I've worked with Qooxdoo a while ago (0.6) and have basically forgotten just about all of it since then, that and my previous employer owns the source so I don't have a reference. Does anyone have a simple example of a basic app

[qooxdoo-devel] No file chooser in qooxdoo?

2009-01-12 Thread Christoph Schwentker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm new to qooxdoo. I was searching for a file chosser, where I can select files from my harddisk. My aim is to create an uploader for different file hosters. But I was missing the FileChooser component, I know it from Java. I'm using the qooxdoo

Re: [qooxdoo-devel] Image and embed.Html

2009-01-12 Thread Alexander Back
Hi Geo, geo wrote: > Alexander, > > Thank for your answer. > In my code I used an image tag but with a relative source parameter (ie. > ) > > But is there a way to use and image with a source mapped with in a > qxresources array in order to not use an absolute url as image source. You mean to