Re: [qooxdoo-devel] Layout demos?

2007-07-20 Thread Jim Hunter
There are 25 layout demos! Where are you looking? Look in the TEST area. Jim www.D4PHP.org www.D4PHP-Hosting.com On 7/20/07, Dan <[EMAIL PROTECTED]> wrote: It seems to me that the demo browser is lacking some layout demos. Since they are the preferred way of layouting applications, it would

[qooxdoo-devel] Layout demos?

2007-07-20 Thread Dan
It seems to me that the demo browser is lacking some layout demos. Since they are the preferred way of layouting applications, it would be nice if there was some demos to kickstart newbies. I quite like the new demo browser by the way. -

Re: [qooxdoo-devel] qooxdoo

2007-07-20 Thread Eli
This message is only a test. Eli Flávio Bortolotte escreveu: > [EMAIL PROTECTED] > > > - > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vs

[qooxdoo-devel] Required encoding uft-8

2007-07-20 Thread Eli
Hi, I am from Brazil and I am using qooxdoo 0.7, I am trying to compile a Application with caracters accented and the follow message is presented: Required encoding uft-8 in I already tried to change the Locale, but it continues not functioning qx.locale.Manager.getInstance().setLocale("pt_BR")

[qooxdoo-devel] Required encoding uft-8

2007-07-20 Thread Eli
Hi, I am from Brazil and I am using qooxdoo 0.7, I am trying to compile a Application with caracters accented and the follow message is presented: Required encoding uft-8 in I already tried to change the Locale, but it continues not functioning qx.locale.Manager.getInstance().setLocale("pt_BR")

[qooxdoo-devel] qooxdoo

2007-07-20 Thread Eli Flávio Bortolotte
[EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ qo

[qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-20 Thread Phaneesh N
Hi, I am using qooxdoo 0.6.6 in my application. I want to disable column sorting for Table. I am using Table.getTableModel(0.setColumnSortable(2, false); but this is not working. Please give me a workaround to disable column sorting. Thanks, Phaneesh _

Re: [qooxdoo-devel] Has no properties

2007-07-20 Thread Dan
> Hi, > > normally this should work as long as you don't use "eval()" somewhete in > your code. > > Best Fabian That's what I thought but strangely, it doesn't work. I don't use any eval precisely not to mess with the build.

[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] qooxdoo at The Ajax Experience

2007-07-20 Thread Andreas Ecker
Hi, we are pretty excited to present qooxdoo as one of the key frameworks at the upcoming The Ajax Experience. This conference, July 25-27, 2007 in San Francisco, is one of the most authoritative events for developers looking to learn about Ajax and next generation web applications. Therefore, it

Re: [qooxdoo-devel] Hooking in to Syntax/Parse Errors in Qooxdoo?

2007-07-20 Thread Carsten Harnisch
You should take in consideration to use a JavaScript Debugger to handle these kind of errors. Using MS IE the integration to either MS ScriptDebugger or VisualStudio works pretty well (not really sure but I think the free WebDeveloper Edition of VS2005 also should work here). VS2005 also let you d

Re: [qooxdoo-devel] Hooking in to Syntax/Parse Errors in Qooxdoo?

2007-07-20 Thread Philip Weaver
Hi Fabian, Sorry I hadn't thought this through. But in the case of runtime errors: how might I hook in to those? The test case I have been using to calling " window.foo()" where foo() is undefined. Qooxdoo never complains about a runtime error nor does anything show up in the log. I've tried this

Re: [qooxdoo-devel] Hooking in to Syntax/Parse Errors in Qooxdoo?

2007-07-20 Thread Fabian Jakobs
Hi Philip, > I'm writing a tool for my browser and editor to have any browser > errors automatically open and appear back in my editor. I was > originally using window.onerror but it appears that I may also have to > use try/catch(error). > > How do I hook in to Qooxdoo to be able to get at thes