Re: [qooxdoo-devel] UI Design

2011-09-14 Thread Miguel Manso
> On 09/14/11 15:31, Miguel Manso wrote: >> >> Anyone using it for a complete project? >> >> > > me :) (i'm the author) > > it's gotten no recent development recently because it does everything we > need it to do. so it's not by all means an abando

Re: [qooxdoo-devel] UI Design

2011-09-14 Thread Miguel Manso
heers > tobi > > Today Derrell Lipman wrote: > >> On Wed, Sep 14, 2011 at 08:08, Miguel Manso wrote: >> >> > Hi there, >> > >> > We've worked several months on a project 100% with qooxdoo. >> > >> > One of the develope

Re: [qooxdoo-devel] UI Design

2011-09-14 Thread Miguel Manso
I think that with such thing a lot of newcommers could appear. No dia 14 de Set de 2011 12:24, "Derrell Lipman" < derrell.lip...@unwireduniverse.com> escreveu: > On Wed, Sep 14, 2011 at 08:08, Miguel Manso wrote: > >> Hi there, >> >> We've worked

[qooxdoo-devel] UI Design

2011-09-14 Thread Miguel Manso
ot smaller because a new developer could focus on behavior only. Any thouths on this subject will be appreciated. -- Miguel Manso -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest a

Re: [qooxdoo-devel] Table row selection: Internet Explorer-specific issue

2007-10-31 Thread Helder Miguel Magalhães
Thank you for your attention to the problem. I was able to post a video sample, but unfortunately my reply was considered a new thread: http://sourceforge.net/mailarchive/forum.php?thread_name=BA0FD0EA8282D74CAE2088A5DCB4474B201473%40S005.maia.efacec.pt&forum_name=qooxdoo-devel Regards, Hel

[qooxdoo-devel] Table row selection: Internet Explorer-specific issue

2007-10-29 Thread Helder Miguel Magalhães
I belive an Internet Explorer-specific table selection issue was found. I already navigated through the bug reporting tool (http://bugzilla.qooxdoo.org/) and found nothing apropriate so here goes: To reproduce it: 1. Open example "Table 1" of (qooxdoo Application's) DemoBrowser. If a lar

Re: [qooxdoo-devel] locale/build

2007-09-17 Thread Helder Miguel Magalhães
rb, According to my (somehow preliminar) knowledge of qooxdoo translation infrastructure, one should probably create/change "es_MX.xml", including only the change you are suggesting. All other default fields will revert to general spanish ("es.xml"). Check out "en_US.xml" and "en.xml" for a go

Re: [qooxdoo-devel] Accordion Style Menu / File Upload widgets

2007-09-16 Thread Helder Miguel Magalhães
Hi! >I've just found qooxdoo and have been wandering around the site. I like many >of the features. However, I do not see a couple of features that I expected >like Accordion Style (aka Outlook) menus (i.e. scriptaculous or rialto) and >a File Upload or "Browse" widget? Did I miss something or ar

Re: [qooxdoo-devel] English short date format wrong

2007-09-16 Thread Helder Miguel Magalhães
Hi! I take this opportunity to sugest that "en.xml" is stripped down as "C.xml" is already used for missing data. This may avoid future incoherencies (for example, right now few incoherencies exist due to updates in "C.xml" without corresponding updates in "en.xml"). I also noticed indenting

Re: [qooxdoo-devel] Html in a table cell

2007-09-10 Thread miguel
#x27;); table.addToDocument(); Not sure what was wrong. I just want to make one cell to become a link to another html. How do I do that? Regards, Miguel Date: Sat, 8 Sep 2007 23:42:30 -0700 From: "Jim Hunter" <[EMAIL PROTECTED]> Subject: Re: [qooxdoo-devel] Html in a table cell T

[qooxdoo-devel] Html in a table cell

2007-09-08 Thread miguel
Hello, I would like to add a inside a qooxdoo table cell. Has anyone ever tried to do that? Thank you Miguel Angelo G. Pinto - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [qooxdoo-devel] JSF and Qooxdoo

2007-08-30 Thread miguel
Hi, I am trying to connect qooxdoo and JSF. I already managed to make several parts of Qooxdoo to become jsf components. I am using the same class hierarchy of qooxdoo to make JSF components. Each component basically has a renderer which writes the javascript for me. At the browser, I just type th

[qooxdoo-devel] JSF and Qooxdoo

2007-08-29 Thread miguel
Hi, I am trying to make some ajax components in JSF, mixing both qooxdoo and JSF to easily create rich pages. I would like to know if someone else have already tried it or have interest to try it. I would gladly share what I did so far. --