[qooxdoo-devel] qooxdoo dialog contribution - Update

2017-04-23 Thread panyasan
Hi, just to let you know that I have put some love into the dialog widgets: https://github.com/cboulanger/qx-contrib-Dialog/tree/pre1.3 and am ready to merge the pre1.3 into master. It would be great if those of you who use the dialog widgets could test the new version and report if there are iss

Re: [qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-26 Thread Tobias Oetiker
Bharath upgrades there has not been any really disruptive changes cheers tobi Today bharath wrote: > Hi Cajus, > > I cannot migrate to 5.x unfortunately. We had two applications with 2.x and > we successfully migrated one of them to 3.x, and we are planning to do the > same with another ap

Re: [qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-26 Thread bharath
Hi Cajus, I cannot migrate to 5.x unfortunately. We had two applications with 2.x and we successfully migrated one of them to 3.x, and we are planning to do the same with another application. We only had to do minor changes while migrating from 2.x to 3.x (changing the code for decorators etc).

Re: [qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-26 Thread bharath
3.0.2 api viewers works. Thanks a lot! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-api-viewer-for-older-versions-tp7588364p7588369.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-22 Thread Tobias Oetiker
Hi Bharath I have put a redirector in place to automatically send you to the 'latest' branch version ... cheers tobi Today bharath wrote: > Hello there, > > It appears that lot of documentation pages and api viewers of older Qooxdoo > version are removed. I was trying to find api viewer for Qoo

Re: [qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-22 Thread Tobias Oetiker
Update ... the old urls get redirected to the latest release now ... cheers tobi > hi bharath > > in the transition to the new infrastructure we only kept the last bugfixed > relese of each series > > I will put some links in place ... to make the old urls work again > > try 3.0.2 > > cheers >

Re: [qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-22 Thread Cajus Pollmeier
Hi Bharath, I personally tend to not restore them all. We've the latest major version copied over from 1&1. 3.x is rather old now. Maybe it would be better to migrate the code to 5.x in order to have top of the line browser support. But - maybe you can't for whatever reasons. I also have such pr

Re: [qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-22 Thread Tobi Oetiker
hi bharath in the transition to the new infrastructure we only kept the last bugfixed relese of each series I will put some links in place ... to make the old urls work again try 3.0.2 cheers tobi Tobias Oetiker t...@oetiker.ch 062 775 9902 > On 22.07.2016, at 11:55, bharath wrote: > > He

[qooxdoo-devel] Qooxdoo api viewer for older versions

2016-07-22 Thread bharath
Hello there, It appears that lot of documentation pages and api viewers of older Qooxdoo version are removed. I was trying to find api viewer for Qooxdoo 3.0.1 version ( Api Viewer ), which I bookmarked, but unfortunately all I see is "oops ... this pa

Re: [qooxdoo-devel] qooxdoo-rpc-server

2016-06-21 Thread slah
Hello, could you mind reposting your question in http://stackoverflow.com/ and tag it qooxdoo. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-rpc-server-tp7588346p7588347.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-17 Thread deniska
Hello. Sorry for getting MIA for a while, didn't have time to check in. As I already said, I have a workaround for that using eval(), so it's not really a showstopper for me. I'll check out the new build procedure when I have time, thanks! -- View this message in context: http://qooxdoo.678.n

Re: [qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-05 Thread John Spackman
Derrell’s right, it’s the generator’s parser that’s objecting.  If you can try qxcompiler, please do so and I’ll help you out as much as possible to get it working.   It’s still beta officially, but there’s a rather long discussion here that covers the how to get started: http://qooxdoo.678.n2

Re: [qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-05 Thread Derrell Lipman
Ah, ok. So the problem here is that the qooxdoo generate.py utility does not recognize ES6, and thus the error. Someone is working on a pure-JavaScript replacement to the generator (@johnspackman maybe?) which might support ES6. Hopefully whoever that is can comment. Otherwise, you may need to rep

Re: [qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-05 Thread Reed
That's the "Spread operator" in ES6. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator Without context, I'd guess this line is attempting to convert a generic Iterableobject (maybe arguments) into an Array. If arr is already type Array then this statement

Re: [qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-05 Thread Derrell Lipman
What is the ellipsis? Is that something in ES6? What does that statement mean? Derrell On Thu, May 5, 2016 at 9:58 AM deniska wrote: > Hi, all. > > I'm trying to generate my app and I'm getting this error message: > > Unknown operator u'..' (pos (10, 12)) > > On the following line: > > arr = [

[qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-05 Thread deniska
Hi, all. I'm trying to generate my app and I'm getting this error message: Unknown operator u'..' (pos (10, 12)) On the following line: arr = [...arr]; Now I can get around this by wrapping this line with eval(), which gives me just a warning, but I would definitely love a more permanent solut

Re: [qooxdoo-devel] Qooxdoo build-all deployment

2016-05-04 Thread John Spackman
Hi Andy Sorry for the delay in getting back to you, please could you re-ask your question via StackOverflow and I’ll answer it there?  We’re trying to build up a more public list of Q&A and it would be really helpful to have your question listed there. Please be sure to add the tag “qooxdoo” t

[qooxdoo-devel] Qooxdoo build-all deployment

2016-05-02 Thread Andy.bean86
Hello, I'm new to qooxdoo. I'd like to use it for an embedded webinterface for an application I'm developing right now. To keep building my application as easy as possible I'd like to stay away from using the python build scripts after every change if possible. Because the website will only be

Re: [qooxdoo-devel] qooxdoo events best practices

2016-04-26 Thread Dimitri
Done http://stackoverflow.com/questions/36867110/qooxdoo-events-best-practices http://stackoverflow.com/questions/36867416/overriding-qx-core-objectbind P.S. There is also an interesting question that seems to have gone unnoticed: http://stackoverflow.com/questions/35156009/controlled-event-handli

Re: [qooxdoo-devel] qooxdoo events best practices

2016-04-25 Thread John Spackman
Hi Dimitri Please can you ask this on StackOverflow?  We want to improve the Q&A and our SEO, and StackOverflow is a great way to do that. Make sure you use the “qooxdoo” tag on your question - I think I’ll get an email as soon as you’ve done it (I only signed up myself yesterday) but if you w

[qooxdoo-devel] qooxdoo events best practices

2016-04-25 Thread Dimitri
Hi, 1. In my application, I'm loading/saving some data from/to qx.io.rest.Resource. To hide the complexity of REST, I want to expose a simplified, high-level interface to application components; think of load()/save() methods and some events to monitor progress of operations. In this scenario, th

Re: [qooxdoo-devel] qooxdoo chat moging from irc -> gitter

2016-04-22 Thread Dietrich Streifert
Tobi had a typo in its first post. Please use https://gitter.im/qooxdoo/qooxdoo Am 22.04.2016 um 13:33 schrieb slah: > Hello, > getting a 404 error for the url https://gitter.im/qooxdo/qooxdoo > / > 404. This is not the chat you're looking for. Sorry. :(/ > > > > -

Re: [qooxdoo-devel] qooxdoo chat moging from irc -> gitter

2016-04-22 Thread slah
Hello, getting a 404 error for the url https://gitter.im/qooxdo/qooxdoo / 404. This is not the chat you're looking for. Sorry. :(/ -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-chat-moging-from-irc-gitter-tp7588285p7588287.html Sent from the qooxdoo mailing list ar

Re: [qooxdoo-devel] qooxdoo chat moging from irc -> gitter

2016-04-22 Thread Tobias Oetiker
This should be ... Today Tobias Oetiker wrote: > Dear Developers > > Over the last weeks qooxdoo developers have been meeting in #qxdev > on freenode ... the ability to discuss without lag has proven very > helpful, but we found that the lack of history in irc is a problem > for all thos who are

[qooxdoo-devel] qooxdoo chat moging from irc -> gitter

2016-04-22 Thread Tobias Oetiker
Dear Developers Over the last weeks qooxdoo developers have been meeting in #qxdev on freenode ... the ability to discuss without lag has proven very helpful, but we found that the lack of history in irc is a problem for all thos who are not permanently online ... after investigation several alt

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-29 Thread Tobias Oetiker
Hi Peter, Today Peter Schneider wrote: > Hi there, > > are there any plans on migrating the _bugzilla_accounts_ as well? > Or do I have to create (yet another) account? since everything is going to github, you can just use your github account. note though the migrated issues will all be owned b

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-29 Thread Peter Schneider
Hi there, are there any plans on migrating the _bugzilla_accounts_ as well? Or do I have to create (yet another) account? /Peter Am 3/21/2016 um 4:41 PM schrieb Tobias Oetiker: > Qooxdooers! > > We are in the process of migrating qooxdoo resources to public > infrastructure ... My current focus

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-25 Thread Phyo Arkar
This is one of the best thing happened to qooxdoo. Lets make Qooxdoo kick Angular ass! On Tue, Mar 22, 2016 at 4:24 PM John Spackman wrote: > +1 Good idea :) > > John > > > > > On 21/03/2016, 15:54, "qooxdoo Development < > qooxdoo-devel@lists.sourceforge.net> on behalf of Tobias Oetiker" < > qo

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-22 Thread John Spackman
+1 Good idea :) John On 21/03/2016, 15:54, "qooxdoo Development on behalf of Tobias Oetiker" wrote: >Qooxdooers! > >We are in the process of migrating qooxdoo resources to public >infrastructure ... My current focus is the issue tracker. > >The initial idea was to move all existing issue

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-21 Thread Tobias Oetiker
Today Derrell Lipman wrote: > Essentially, this is making a backup of the bugzilla issues in the > qooxdoo-bugzilla repository's issue tracker, but moving forward to keeping > new issues in the qooxdoo repository's issue tracker. Am I interpreting > that correctly? yes > If so, I propose that th

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-21 Thread Derrell Lipman
Sounds reasonable. Thanks for the further explanation. Derrell On Mon, Mar 21, 2016 at 12:13 PM Tobias Oetiker wrote: > Today Derrell Lipman wrote: > > > Essentially, this is making a backup of the bugzilla issues in the > > qooxdoo-bugzilla repository's issue tracker, but moving forward to >

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-21 Thread Derrell Lipman
Essentially, this is making a backup of the bugzilla issues in the qooxdoo-bugzilla repository's issue tracker, but moving forward to keeping new issues in the qooxdoo repository's issue tracker. Am I interpreting that correctly? If so, I propose that the list of issues in qooxdoo-bugzilla be revi

[qooxdoo-devel] qooxdoo issues moving to github

2016-03-21 Thread Tobias Oetiker
Qooxdooers! We are in the process of migrating qooxdoo resources to public infrastructure ... My current focus is the issue tracker. The initial idea was to move all existing issues from bugzilla.qooxdoo.org to the qooxdoo repo on github. But it turnes out that the github issues api is not well

Re: [qooxdoo-devel] qooxdoo 5.0.x Table context menu on header

2016-02-09 Thread Dietrich Streifert
No, you can also add a contextmenu to the table header: http://tinyurl.com/jsmj63k Am 09.02.2016 um 13:38 schrieb Peter Schneider: > Hi Dietrich, > > thanks for the explanations. > > So the only way to get the context menu back at table *header* is by > overriding the empty override, like I pro

Re: [qooxdoo-devel] qooxdoo 5.0.x Table context menu on header

2016-02-09 Thread Peter Schneider
Hi Dietrich, thanks for the explanations. So the only way to get the context menu back at table *header* is by overriding the empty override, like I proposed in my last post, right? /Peter Am 2/9/2016 um 11:52 AM schrieb Dietrich Streifert: > Hi Peter, > > investigating the commit history reve

Re: [qooxdoo-devel] qooxdoo 5.0.x Table context menu on header

2016-02-09 Thread Dietrich Streifert
Hi Peter, investigating the commit history reveals the following commit: https://github.com/qooxdoo/qooxdoo/commit/36ae2c5b94f3a1ea6207b909465f66bb9b3dce70 which says: [Bug #8757] Special handling for layout poperty top = 0 removed. Cont… …ext menu handling on table widget overriden,

Re: [qooxdoo-devel] qooxdoo 5.0.x Table context menu on header

2016-02-09 Thread Peter Schneider
I'm not sure why exactly qx.ui.table.Table overrides _onContextMenuOpen with an empty implementation, but until I know here's what I have to do: http://tinyurl.com/gm2az7a (qooxdoo 5.0.x work-around) I "re-enabled" the super-super-class' method in a derived Table class like: // ---

[qooxdoo-devel] qooxdoo 5.0.x Table context menu on header

2016-02-08 Thread Peter Schneider
Hi there, after an upgrade to qooxdoo 5.0.1 adding a context menu to a table does not render it when (right-)clicked on header cells / pane. I can see that the (empty) override of _onContextMenuOpen at qx.ui.table.Table prevents this from happening. What do I need to do to make the context menu

Re: [qooxdoo-devel] Qooxdoo Automatic Memory Management - a proposal

2016-01-04 Thread John Spackman
d this significantly complicates controller code so removing it from widgets also would definitely be a good thing. John. From: Petr Kobalíček Reply-To: qooxdoo Development Date: Saturday, 2 January 2016 at 16:30 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Qooxdoo Automatic

Re: [qooxdoo-devel] Qooxdoo Automatic Memory Management - a proposal

2016-01-02 Thread Petr Kobalíček
siderable, and very difficult to test especially when it’s > dependent on user interaction. > > > I’ve created a branch in my fork of Qooxdoo to experiment with this, which > you can see here: > https://github.com/johnspackman/qooxdoo/tree/automatic-memory-management > The a

Re: [qooxdoo-devel] Qooxdoo Automatic Memory Management - a proposal

2016-01-02 Thread Varol Okan
-- ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

[qooxdoo-devel] Qooxdoo Automatic Memory Management - a proposal

2016-01-02 Thread John Spackman
Hi all Apologies for a rather long post, please bear with me :) I’ve been thinking a lot lately about memory management in Qooxdoo apps, specifically how to reliably remove the need to call dispose() (without causing leaks) and reducing complexity to our applications — I have a proposal for

Re: [qooxdoo-devel] qooxdoo 5.0.1 released

2015-09-20 Thread Gerald Lo
Thanks, the Qx Team is back~ -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-5-0-1-released-tp7587598p7587621.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] qooxdoo-contrib: Request for team membership

2015-09-15 Thread Phyo Arkar
__ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------ ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: [qooxdoo-devel] qooxdoo 5.0.1 released

2015-09-15 Thread Phyo Arkar
__ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------ ___ qooxdoo-devel mailing list

Re: [qooxdoo-devel] qooxdoo 5.0.1 released

2015-09-15 Thread Fritz Zaucker
Juhuu !!! Cheers, Fritz On Tue, 15 Sep 2015, Andreas Ecker wrote: > Hi everybody, > > as announced previously a maintenance release qooxdoo 5.0.1 is now > available. > > For more details please see the corresponding blog post: > http://news.qooxdoo.org/qooxdoo-5-0-1-released > > Enjoy, > Andreas

[qooxdoo-devel] qooxdoo 5.0.1 released

2015-09-15 Thread Andreas Ecker
Hi everybody, as announced previously a maintenance release qooxdoo 5.0.1 is now available. For more details please see the corresponding blog post: http://news.qooxdoo.org/qooxdoo-5-0-1-released Enjoy, Andreas -- Andreas Ecker Project Lead http://qooxdoo.org

Re: [qooxdoo-devel] qooxdoo-contrib: Request for team membership

2015-09-15 Thread Andreas Ecker
Hi Norbert, gonna contact you directly, ttyl, Andreas -- Andreas Ecker Project Lead http://qooxdoo.org >How do I become a member of the team "Contributors" on github? My git >user name is "scro34". > >Thanks, > >Norbert -

[qooxdoo-devel] qooxdoo-contrib: Request for team membership

2015-09-14 Thread Norbert Schröder
How do I become a member of the team "Contributors" on github? My git user name is "scro34". Thanks, Norbert -- ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge

Re: [qooxdoo-devel] Qooxdoo virtual list is so slow for mobile.

2015-09-05 Thread Phyo Arkar
bile? >>> >>> I saw a qooxdoo post saying , there is a setting to make Desktop faster >>> at : >>> http://news.qooxdoo.org/qx-desktop-on-mobile-devices >>> >>> But the link to manual is dead. >>> >>> http://manual.qooxdoo.org/devel/p

Re: [qooxdoo-devel] Qooxdoo virtual list is so slow for mobile.

2015-09-05 Thread Phyo Arkar
ead. >> >> http://manual.qooxdoo.org/devel/pages/desktop/on_mobile.html >> >> Anyone with qooxdoo Deskop that run on mobile , experience? >> >> Thanks >> >> Phyo. >> > > > > -----

Re: [qooxdoo-devel] Qooxdoo virtual list is so slow for mobile.

2015-09-05 Thread Marcel Ruff
anks Phyo. -- ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo

[qooxdoo-devel] Qooxdoo virtual list is so slow for mobile.

2015-08-19 Thread Phyo Arkar
Hello Qooxdooers Its me again , i need to know if it is possible to make qooxdoo virtual Lists work faster on mobile. Scrolling is very , extremely choppy for Qooxdoo virtual list when used under mobile , and virtual infrasturcture suppose to be fast. Is there anyway to improve performance of vi

Re: [qooxdoo-devel] Qooxdoo virtual list is so slow for mobile.

2015-08-19 Thread Phyo Arkar
I've tested with mobiles ranging from 1.3ghz quad core to 2.3ghz . The experience is tho very laggy. On Wed, Aug 19, 2015 at 10:23 PM, Phyo Arkar wrote: > Hello Qooxdooers > > Its me again , i need to know if it is possible to make qooxdoo virtual > Lists work faster on mobile. > > Scrolling is

Re: [qooxdoo-devel] Qooxdoo-App Bibliograph v2.1 released

2015-07-23 Thread Phyo Arkar
xt: >>>> http://qooxdoo.678.n2.nabble.com/Qooxdoo-App-Bibliograph-v2-1-released-tp7587353.html >>>> Sent from the qooxdoo mailing list archive at Nabble.com. >>&

Re: [qooxdoo-devel] Qooxdoo-App Bibliograph v2.1 released

2015-07-22 Thread Derrell Lipman
--- >>> Don't Limit Your Business. Reach for the Cloud. >>> GigeNET's Cloud Solutions provide you with the tools and support that >>> you need to offload your IT needs and focus on growing your business. >&

Re: [qooxdoo-devel] Qooxdoo-App Bibliograph v2.1 released

2015-07-22 Thread Phyo Arkar
>> Don't Limit Your Business. Reach for the Cloud. >> GigeNET's Cloud Solutions provide you with the tools and support that >> you need to offload your IT needs and focus on gro

Re: [qooxdoo-devel] Qooxdoo-App Bibliograph v2.1 released

2015-07-22 Thread Derrell Lipman
or the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _____

[qooxdoo-devel] Qooxdoo-App Bibliograph v2.1 released

2015-07-22 Thread panyasan
Hi, if you are interested in qooxdoo apps "in the wild", Bibliograph v2.1 has just been released [1]. It is based on qooxdoo v4 (next version will upgrade to qx v5). A live preview is at http://demo.bibliograph.org . For what it's worth, the current version uses parts to implement an on-demand p

Re: [qooxdoo-devel] qooxdoo 5.0 and 4.1.1 released

2015-06-16 Thread Johan
___ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------ ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: [qooxdoo-devel] qooxdoo 5.0 and 4.1.1 released

2015-06-15 Thread Phyo Arkar
ooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------ ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

[qooxdoo-devel] qooxdoo 5.0 and 4.1.1 released

2015-06-15 Thread Andreas Ecker
Dear qooxdoo community, as previously announced on the blog, two new qooxdoo releases are available! Besides a qooxdoo 4.1.1 maintenance release, there is also a new major release: qooxdoo 5.0. It is recommended to take advantage of the wide range of improvements by migrating to either 4.1.1 or 5

[qooxdoo-devel] Qooxdoo next development has ended?

2015-06-11 Thread Phyo Arkar
Just curious coz no commit since a month ago. -- ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: [qooxdoo-devel] Qooxdoo focus set & restore

2015-06-03 Thread Mustafa Sak
e: +49 721 91374-6977 E-Mail: mustafa@1und1.de | Web: www.1und1.de -Ursprüngliche Nachricht- Von: Dmitry A. Golubkov [mailto:mas...@hsdesign.ru] Gesendet: Mittwoch, 3. Juni 2015 13:21 An: qooxdoo Development Betreff: [qooxdoo-devel] Qooxdoo focus set & restore Dear Community, Ple

[qooxdoo-devel] Qooxdoo focus set & restore

2015-06-03 Thread Dmitry A. Golubkov
Dear Community, Please help me to get the right way with the following: 1. In case, when one modal window open another one modal window (for instance by click on form button), I want to restore focus on this button after second window close. At now on second window close focus set to Application

Re: [qooxdoo-devel] Qooxdoo 5.0, no more 4.2? What? can we get more info about it?

2015-05-22 Thread Phyo Arkar
You guys sure love to keep us in mystery! :D Major Advantage of Qooxdoo: It forces users to become Inspectors too. :P On Fri, May 22, 2015 at 12:13 PM, Martin Wittemann < martin.wittem...@1und1.de> wrote: > Sure, we will get you all up to date in todays weekly. ;) > > > Am 21.05.2015 um 18:03 sc

Re: [qooxdoo-devel] Qooxdoo 5.0, no more 4.2? What? can we get more info about it?

2015-05-21 Thread Martin Wittemann
Sure, we will get you all up to date in todays weekly. ;) > Am 21.05.2015 um 18:03 schrieb Phyo Arkar : > > I saw version bumped to 5.0 , thats mean major release. > > Can we get any sneak peek ? A summary. > -- > One da

[qooxdoo-devel] Qooxdoo 5.0, no more 4.2? What? can we get more info about it?

2015-05-21 Thread Phyo Arkar
I saw version bumped to 5.0 , thats mean major release. Can we get any sneak peek ? A summary. -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+

Re: [qooxdoo-devel] Qooxdoo vulnerability?

2015-04-28 Thread Martin Wittemann
Hey, just checked it using ClamXav on my mac and found the „exploit“ as well but only in an older version (4.0.2). The current master is ok and does not have any detected vulnerability may it be a false positive or not. Regards, Martin > Am 27.04.2015 um 19:41 schrieb Matt Davis - NOAA Federal

[qooxdoo-devel] Qooxdoo vulnerability?

2015-04-27 Thread Matt Davis - NOAA Federal
This is more of a heads up for qooxdoo admins than anything, and could possibly be a false positive, but I felt I should at least relay this info. One of my developers sent this to me: On my CentOS 6 laptop, using the ClamAV application to run a routine check for viruses, it alerted me to the fact

Re: [qooxdoo-devel] qooxdoo and imgur for uploading images

2015-04-01 Thread slah
this worked for me in case someone needs it: http://tinyurl.com/pzfmjns -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-and-imgur-for-uploading-images-tp7587014p7587015.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] qooxdoo and imgur for uploading images

2015-04-01 Thread slah
hello, has anyone got image uploading work for imgur https://imgur.com/ Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-and-imgur-for-uploading-images-tp7587014.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] qooxdoo and material ui

2015-03-31 Thread Phyo Arkar
Anyone interested? i am going to give a try , if paragasu already doing lets look into this. On Tue, Mar 31, 2015 at 7:04 AM, Phyo Arkar wrote: > but looking at , http://materializecss.com/ it is much better vs google's > UX idea. > > What you guys think? I think it will be quite easy to port it

Re: [qooxdoo-devel] qooxdoo and material ui

2015-03-30 Thread Phyo Arkar
but looking at , http://materializecss.com/ it is much better vs google's UX idea. What you guys think? I think it will be quite easy to port it to Qooxdoo ! Paragasu if you interested let me know , we can start a repo and work on it. On Thu, Mar 26, 2015 at 11:03 AM, Phyo Arkar wrote: > I rea

Re: [qooxdoo-devel] qooxdoo and material ui

2015-03-25 Thread Phyo Arkar
I really hate the touch animation of material. Others are Meh too. It is not really that interesting. Its like a UI Designed for kids. On Mon, Mar 23, 2015 at 3:24 PM, woprandi wrote: > I started from Indigo theme and I think there are not much work to get a flat > design. Remove every gradient

Re: [qooxdoo-devel] qooxdoo and material ui

2015-03-23 Thread woprandi
I started from Indigo theme and I think there are not much work to get a flat design. Remove every gradient in the theme and get a flat icons theme and I think you will already have a interesting result -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-and-material-ui-t

[qooxdoo-devel] Qooxdoo for TypeScript 4.1

2015-03-06 Thread Tom Saddul
Just tested successfully jbaron's update of qooxdoo for typescript both qooxdoo.js and qooxdoo.d.ts from https://github.com/jbaron/cats using Visual Studio 2013 SP4, TypeScript version 1.4 and my test application. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-for-Typ

Re: [qooxdoo-devel] qooxdoo-devel Digest, Vol 106, Issue 4

2015-03-05 Thread Tobias Oberrauch
Hi Nischal, what about label.hide()? http://tinyurl.com/oekrsra Cheers Tobias Von: Nischal Karki Gesendet: Mittwoch, 4. März 2015 00:12 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] qooxdoo-devel Digest, Vol 106, Issue 4 Thanks. That

Re: [qooxdoo-devel] qooxdoo-devel Digest, Vol 106, Issue 4

2015-03-03 Thread Nischal Karki
. Don't know if it is very clean, but it seems to work. > > > > That's basically what longPoll does so it should be fine. > > > > ---------- > > Message: 7 > Date: Tue, 3 Mar 2015 19:53:52 +0100 > From: Fr?d?ric

Re: [qooxdoo-devel] qooxdoo hyperlink not working

2015-03-03 Thread Tobi Oetiker
> On 03.03.2015, at 22:33, Nischal Karki wrote: > > Hi, > > I am trying to use hyperlink in qooxdoo Desktop app and I retrieve the URL > from the database which is stored as variable. How do I pass that URL > variable in qooxdoo ? > > For e.g. > My code is like this: > > var url = "www.qoo

[qooxdoo-devel] qooxdoo hyperlink not working

2015-03-03 Thread Nischal Karki
Hi, I am trying to use hyperlink in qooxdoo Desktop app and I retrieve the URL from the database which is stored as variable. How do I pass that URL variable in qooxdoo ? For e.g. My code is like this: var url = "www.qooxdoo.org"; listContainer2.add(new qx.ui.basic.Label('Open URL').set ({rich:

Re: [qooxdoo-devel] Qooxdoo for begginer

2015-01-17 Thread Tom Saddul
I guess qx-rad is no longer maintained. Personally, learning the way qooxdoo works with qx.ui.container.Composite and and a few layouts under qx.ui.layout is easy which is probably the reason why a designer is deemed not necessary. -- View this message in context: http://qooxdoo.678.n2.nab

Re: [qooxdoo-devel] Qooxdoo for begginer

2015-01-16 Thread Frédéric
Le 16/01/2015, Varol a écrit : > Just a quick follow up that I am still waiting to get the actual source > code from > qxrad.sourceforge.net > > I have contacted Sebastien but I am still waiting. If I don't hear back > I guess there is a lot of work to be done to first get it to the point > of

Re: [qooxdoo-devel] Qooxdoo for begginer

2015-01-16 Thread Varol Okan
Just a quick follow up that I am still waiting to get the actual source code from qxrad.sourceforge.net I have contacted Sebastien but I am still waiting. If I don't hear back I guess there is a lot of work to be done to first get it to the point of the qxrad web page, and then improve on it to

Re: [qooxdoo-devel] Qooxdoo for begginer

2015-01-13 Thread Frédéric
Le 05/01/2015, Frédéric a écrit : > I'm trying qxrad, and can't get it work. > > When I drag widgets on the main window, I see the '+' sign, but can't > drop it. > > Am I missing something? I tried with Chromium and Firefox with same > results. Does it work for you, guys? -- Frédéric ---

Re: [qooxdoo-devel] qooxdoo SVG text ignoring most parameters

2015-01-12 Thread Sanne Peters
Hi Kenneth, I happen to know the person who developed this contrib (a former colleague) and most likely he will not be answering your question. He moved on to greener pastures and is not really involved in Qooxdoo anymore. I did use the contrib a little bit to create a widget containing an e

[qooxdoo-devel] qooxdoo SVG text ignoring most parameters

2015-01-10 Thread Kenneth Tilton
I just started playing with the qooxdoo SVG contrib and so far everything looks great. My first hiccup came with the svg.text.Text element. The element appears with the right text and in the right position and the font color matches the fill color (not exactly what I expected) but none of the othe

Re: [qooxdoo-devel] Qooxdoo noise on ExtJs forum

2015-01-08 Thread halcwb
I think they start to feel some heat, back there at Sencha: http://www.sencha.com/forum/showthread.php?296738-Seems-to-be-a-lot-of-Qooxdoo-and-Dojo-trolls-on-the-forums-lately&p=1083758#post1083758 I merely mentioned something positive about qooxdoo, (without any negativity about the ExtJs framew

[qooxdoo-devel] Qooxdoo noise on ExtJs forum

2015-01-08 Thread halcwb
I am making quite a lot of noise on the Sencha forums about qooxdoo: http://www.sencha.com/forum/showthread.php?292734-Is-Sencha-screwing-single-developers&p=1083671#post1083671 So, maybe, this user group will get some new members? -- View this message in context: http://qooxdoo.678.n2.nabble.

Re: [qooxdoo-devel] qooxdoo and material ui

2015-01-07 Thread Martin Wittemann
Hey, I would advice you to start copying a given theme and change all things necessary there. The simple theme should be the best for such a task as its not extended and is not too complex. If you have anything to show, I would be interested to see. :) Regards, Martin > Am 29.12.2014 um 07:13 s

Re: [qooxdoo-devel] qooxdoo mobile 4.1 iOS

2015-01-07 Thread Martin Wittemann
Hey, could you open up a but report for that issue so we can take a look and get if fixed for the next release? Regards, Martin > Am 17.12.2014 um 12:32 schrieb sty karr : > > When the user starts a touch event from the inside of an input field and > tries to scroll, then the entire applicatio

Re: [qooxdoo-devel] Qooxdoo for begginer

2015-01-05 Thread Frédéric
I'm trying qxrad, and can't get it work. When I drag widgets on the main window, I see the '+' sign, but can't drop it. Am I missing something? I tried with Chromium and Firefox with same results. -- Frédéric -- Di

[qooxdoo-devel] qooxdoo local storage & syncing to cloud

2015-01-03 Thread paragasu
I am curious how you guys handle local storage and syncing with cloud data. Currently i am working on a hostel PMS using postgresql database and the client is written in qooxdoo. I am aware that some of hostel might not have a good internet connection & it give me some delay everytime i am trying

Re: [qooxdoo-devel] qooxdoo and material ui

2014-12-31 Thread halcwb
paragasu wrote > I've been looking at material design ui by google > http://www.google.com/design/ > I like the design since it look profesional and uniform in android > platform. > > What is your advice on the best way to use the material design ui in > qooxdoo project? > > Thank you Looks inde

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-31 Thread Frédéric
Le Tuesday 30 December 2014, Varol a écrit : > this is open source. So, one stalled project can be picked up by > another team. > I just ported qxrad ( Also known as : qxGUIDesigner, qxIDE, qxRAD ) > to Qx 4.0.1 and made it available on github. > Note: 4.0.1 because that is what I am using in http

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Johan
Hi, Thanks for this job ! I will watch your github! Cheers, Johan Le 30/12/2014 20:11, Varol Okan a écrit : > Okay, > > this is open source. So, one stalled project can be picked up by another > team. > I just ported qxrad ( Also known as : qxGUIDesigner, qxIDE, qxRAD ) to > Qx 4.0.1 and made

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Varol Okan
Heym, I am not planing in changing the licenses, as such, the original licenses were : License Eclipse Public License, GNU General Public License version 2.0 (GPLv2) I added the two files to the repo. Cheers, Varol :) On 12/30/2014 03:14 PM, Florian Wilhelm wrote: > I appreciate the effort, b

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Florian Wilhelm
I appreciate the effort, but I can't find any license information in this project which disqualifies it as "open source". Would you mind to clarify this? Thanks. On 30.12.2014 20:11, Varol Okan wrote: > Okay, > > this is open source. So, one stalled project can be picked up by another > team. >

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Varol Okan
Okay, this is open source. So, one stalled project can be picked up by another team. I just ported qxrad ( Also known as : qxGUIDesigner, qxIDE, qxRAD ) to Qx 4.0.1 and made it available on github. Note: 4.0.1 because that is what I am using in http://AstraNOS.org at the moment. It took a whol

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-29 Thread Johan
Hi ! CATS isn't a solution for this. :) qxRad(javascript/qoowdoo) is similar to QtDesigner(in c++). CATS is different ! I working to QtDesigner for a bigs projects and it's great ! Cats is "Intelligent code editor and code completion for TypeScript sources" in documentation ! not a designer :)

  1   2   3   4   5   6   7   8   9   10   >