Re: [qooxdoo-devel] Help me understand the qooxdoo 3 migration job output

2013-08-14 Thread Raphael Schweikert - Vertec AG
Hi Thomas and Richard, Ah, I see. Thanks for the info. I figured it might be something like that. I do use a custom theme and am having some trouble with scrolling and custom decorators but will continue trying to resolve these. Sincerely, Raphael On Aug 14, 2013, at 5:04 PM, Richard Sternagel

Re: [qooxdoo-devel] Help me understand the qooxdoo 3 migration job output

2013-08-14 Thread thron7
There's nothing wrong with extending qx.application.Standalone, but your app might be affected by the new widget rendering and theming that came with 3.0. It's not all too obvious but the migration guide handles these issues in several sections dealing with custom themes, layouts and widgets.

Re: [qooxdoo-devel] Help me understand the qooxdoo 3 migration job output

2013-08-14 Thread Richard Sternagel
Hi Raphael, there is nothing wrong with this line, we just use it to figure out which type of application you are developing. So now we know that you want to migrate a qx.Desktop application and therefore we recommend you to read the migration guide. Especially concerning qx.Desktop topics lik

Re: [qooxdoo-devel] help me ... stuck with the VirtualTree

2011-05-28 Thread Tobias Oetiker
oops ... just found http://demo.qooxdoo.org/devel/demobrowser/#virtual~Tree_Dynamic.html :-) cheers tobi Today Tobias Oetiker wrote: > Hi, > > I decided to give the source/class/ep/ui/TreeView a whirl today ... > > my goal is to implemement a virtual tree, which fetches its > branches live from

Re: [qooxdoo-devel] Help ME

2009-11-03 Thread Derrell Lipman
On Tue, Nov 3, 2009 at 05:16, Andreas Ecker wrote: > > Thank you for your answer, now i study this problem, but now i have > another question! > > Qooxdoo can be a server??? how i can use qooxdoo with a server and how > i can connect to db??? Have you docs to read for my night? > This should get

Re: [qooxdoo-devel] Help ME

2009-11-03 Thread Andreas Ecker
Hi, forwarding this email to the mailing list, since Gianluca's original post was caught by the spam protection and deleted accidentally. Andreas PS: Well, I wonder if there shouldn't be some punishment for subjects such as "Help ME"? Please always use more meaningful subjects. Forwar

Re: [qooxdoo-devel] Help ME

2009-11-02 Thread Derrell Lipman
On Mon, Nov 2, 2009 at 12:30, Gianluca Rettore wrote: > Help me! > > When i call a remote procedure (rails with render json) > > i have only timeout > > this is my code > > > > var req = new > qx.io.remote.Request("http://127.0.0.1:3000/clienti/list > ","POST","text/plain"); > req.setCrossDomain(t

Re: [qooxdoo-devel] Help me save my hair! Layouts and 100% height/width's

2006-09-06 Thread dperez
Hi Mike, Try using TabView.getPane().setHeight('auto'). [EMAIL PROTECTED] wrote: > > Argh, please help me folks. > > I'm using the code below, which portions of which I have shamelessly > copied from existing AtaGlance.js. > > Essentially, I have 3 quadrants, Top (File menu), Left (tree), an

Re: [qooxdoo-devel] Help me get started

2006-04-21 Thread Steve_S
Here's the skeleton file I use when placing files outside the qooxdoo directory. I'm using the v0.5 release download. Here's my directory structure: /WWW | +--qooxdoo | | | +-- * | +--index.php Here's the basics from 'index.php': === INDEX.PHP === http://www.w3.org/TR/xh

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Sebastian Werner
Please set up your javascript console to not display CSS errors. CSS errors don't stop javascript execution and so on. Just ignore them. Sebastian Daniel Gagnon schrieb: Oops... I made a mistake, the real error I get from this is : Propriété « box-sizing » inconnue. Déclaration abandonnée.

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Sebastian Werner
Daniel Gagnon schrieb: I forgot. This is what I got from Firebug : window.application has no properties Please be sure that the qooxdoo file will be loaded correctly. This error occurs generally if the file is corrupted or not accessible. Sebastian -

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Daniel Gagnon
On 4/19/06, Jim Hunter <[EMAIL PROTECTED]> wrote: > Provide your source code and someone can point you in the right direction. > It's probably something simple that you are overlooking. > > Jim Here's the source of test.html : http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/199

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Daniel Gagnon
On 4/20/06, Ralf Wenske <[EMAIL PROTECTED]> wrote: > Daniel, > > there is a thread in this list named 'First Step Guide' (1. April 2006). > Search for it and it might help you get started as it apparently helped > Dooright. > > Good luck > > Ralf It did ! I suggest that your template replace the

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Ralf Wenske
Daniel, there is a thread in this list named 'First Step Guide' (1. April 2006). Search for it and it might help you get started as it apparently helped Dooright. Good luck Ralf Daniel Gagnon wrote: I once programmed in Delphi and C++ builder (more in Delphi) and later in Python (after I

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Daniel Gagnon
I forgot. This is what I got from Firebug : window.application has no properties --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Downlo

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Daniel Gagnon
Oops... I made a mistake, the real error I get from this is : Propriété « box-sizing » inconnue. Déclaration abandonnée. (Property box-sizing unknown. Declaration dropped) Sorry for the triple post. --- Using Tomcat but need to do more? Need

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Jim Hunter
Provide your source code and someone can point you in the right direction. It's probably something simple that you are overlooking.JimOn 4/19/06, Daniel Gagnon <[EMAIL PROTECTED]> wrote:> Start from one the many demo examples and tests.  Find one that > uses the widgets you want to use.  Until you

Re: [qooxdoo-devel] Help me get started

2006-04-19 Thread Daniel Gagnon
> Start from one the many demo examples and tests. Find one that > uses the widgets you want to use. Until you are really comfortable > with qooxdoo, you should make very small changes in the code and > test each change. I tried that. I copied / pasted the

RE: [qooxdoo-devel] Help me get started

2006-04-19 Thread Priebe, Jason
> Unfortunately, I went to First Steps guide and can't pass that level. > The 4 squares do appear but when I tried replace them by > other widgets, everything disapear. If the UI doesn't come up at all, you either have a Javascript error or you are not using a Qooxdoo widget properly. You need