Low level Window

View: New views
3 Messages — Rating Filter:   Alert me  

Low level Window

by Guilherme Aiolfi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm developing the front end of an app and I'm using a qooxoo build of low level stuff to do what jquery does. But I'm willing to create a window (e.g. http://jqueryui.com/demos/dialog/) in this page that I hope could be used in this case.

It's not a inline nor native application.

How can I achieve something like that? or would It be better to use jquery/mootoos for this kind of scenario?

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: Low level Window

by Alexander Steitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Guilherme,

On Thursday 05 November 2009 Guilherme Aiolfi wrote:
> I'm developing the front end of an app and I'm using a qooxoo build of low
> level stuff to do what jquery does. But I'm willing to create a window
>  (e.g. http://jqueryui.com/demos/dialog/) in this page that I hope could be
>  used in this case.
You can use the pre-packaged low-level library for this.
-> http://demo.qooxdoo.org/public/lowLevelLibrary

or you can create your own BOM application for this. Just add the "t"
parameter to the "create-application" script with the value "bom" to achieve
this.

--snip--
create-application.py -t bom -n myLowLevelBuild
--snip--

> It's not a inline nor native application.
Yes, with a BOM application you can create a self-contained JS file ready to
deploy at any web page.
Otherwise you can also use a native application to gain the advantage of the
OO approach and the dependency analysis of the generator.

> How can I achieve something like that? or would It be better to use
> jquery/mootoos for this kind of scenario?
The BOM build has everything to make this happen.

cheers,
  Alex

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: Low level Window

by Guilherme Aiolfi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Alexander,

sorry, I wasn't clear enoght about what I want. I'm already using qooxdoo in a BOM app. What I mean is that jquery has a BOM window (widget)  that act different from qooxdoo window. It can float around the page and is not limited to a container like inline and native app.

I'm looking for somekind of low level window that doesn't need to deal with all kinds of layout and such things. But if I can use qx.ui.window.Window that way I described, better.

On Fri, Nov 6, 2009 at 11:20 AM, Alexander Steitz <alexander.steitz@...> wrote:
Hi Guilherme,

On Thursday 05 November 2009 Guilherme Aiolfi wrote:
> I'm developing the front end of an app and I'm using a qooxoo build of low
> level stuff to do what jquery does. But I'm willing to create a window
>  (e.g. http://jqueryui.com/demos/dialog/) in this page that I hope could be
>  used in this case.
You can use the pre-packaged low-level library for this.
-> http://demo.qooxdoo.org/public/lowLevelLibrary

or you can create your own BOM application for this. Just add the "t"
parameter to the "create-application" script with the value "bom" to achieve
this.

--snip--
create-application.py -t bom -n myLowLevelBuild
--snip--

> It's not a inline nor native application.
Yes, with a BOM application you can create a self-contained JS file ready to
deploy at any web page.
Otherwise you can also use a native application to gain the advantage of the
OO approach and the dependency analysis of the generator.

> How can I achieve something like that? or would It be better to use
> jquery/mootoos for this kind of scenario?
The BOM build has everything to make this happen.

cheers,
 Alex

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel