Re: [qooxdoo-devel] Embed design elements rather than use images

2016-02-26 Thread dev
SQ, The idea is good. What about presenting a compatibility table too? Then the question is what browsers and their versions should be compatible else there will be a code overload? Any impact on speed in any dimension? Do you have a full testing version? Do you have any test cases with timers

Re: [qooxdoo-devel] Component library

2016-02-26 Thread dev
Derrell, > qooxdoo apps already include only those GUI components that are actively > used by the user's app. Yes, they're included in the qooxdoo source code, > but are otherwise unused. Putting them in a separate library fully accessible at genertion might increase interest of community to

Re: [qooxdoo-devel] #qxdev IRC on freenode

2016-02-26 Thread Phyo Arkar
Can you guys checkout my http://phwa.be for use with qooxodoo community? It is under inactive development for now but i will resume development if ooxdoo community found it useful. Full ui is done in qooxdoo and a lot of effort there to make it work on mobile. It have full markdown support. Can

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread Derrell Lipman
Yes and no. You don't get the mobile "feel" when using qooxdoo desktop in a mobile enviornment. qx.mobile really is much better catered to the mobile environment. What I've ended up doing, since I need both environments, is putting all of my core "business logic" into a library containing mixins

Re: [qooxdoo-devel] GUI Automated tests for Qooxdoo

2016-02-26 Thread thron7
Tina, my knowledge is vague and dated, but maybe it is enough to get you going, and maybe others can chime in to fill the gaps I've left. On Fri, Feb 26, 2016 at 4:34 PM, Tina wrote: > I have been reading material in the book 'Qooxdoo Beginner's Guide' for GUI > automated

[qooxdoo-devel] GUI Automated tests for Qooxdoo

2016-02-26 Thread Tina
I have been reading material in the book 'Qooxdoo Beginner's Guide' for GUI automated testing and it mentions downloading v1.4.1 , Mozilla Rhino, and Selenium RC server to set up using 'simulator' for your Qooxdoo test code. I realize this info is outdated (from 2010) and I currently am running

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread yybalam
About Francisco topic, I think the "Desktop scenario" still as an valid one. Recently I was looking for projects with Material Design support, precisely for do some lab with a framework with a "fluid and adataptive" UI, and I found things as Material-UI or Angular 2. But I found some issues too:

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread SQville
@yybalm Excellent! I was hoping the answer was in there somewhere :-) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Trying-to-set-a-font-to-a-custom-widget-fullcalendar-wrapper-tp7588109p7588128.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread SQville
@tobi: Agreed. Will do my best to move forward. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Trying-to-set-a-font-to-a-custom-widget-fullcalendar-wrapper-tp7588109p7588130.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread yybalam
@SQville Thank you, a lot. :)You give me the key that I was needing.My scenario is actually a bit static, so now I get firs the contetElement: var contentElement = event.getTarget().getContentElement(); And then apply the resolve font styles: contentElement.setStyles(

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread Francisco Feijoo
Tobias, What do you mean by the layout done appropriately? Derrel, I also try to separate the interface code from the core but having to write the interface twice it's far from ideal. I'll try to put something together and see if it makes sense. Cheers. On 26 February 2016 at 14:33, Derrell

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread Tobias Oetiker
Hi Francisco, qooxdoo desktop apps work just fine on mobile IF their layout is done appropriately ... cheers tobi Today Francisco Feijoo wrote: > Dear All, > > I'm really happy to see new movements around qooxdoo. We use it internally > in a few apps and coming from C++/Qt it's really easy to

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread Francisco Feijoo
Dear All, I'm really happy to see new movements around qooxdoo. We use it internally in a few apps and coming from C++/Qt it's really easy to build apps compared to the nightmare of using other frameworks. The main problem I see right now is that if you want to write an app you have to choose

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread Tobi Oetiker
> On 26.02.2016, at 16:37, Francisco Feijoo wrote: > > Tobias, > > What do you mean by the layout done appropriately? > buttons must be large enogh, and scaleing appropriate for mobile operation ... I guess I would come up with two interface designs that get switched

[qooxdoo-devel] Embed design elements rather than use images

2016-02-26 Thread SQville
Community, Want to get your general thoughts on something. I have a love-hate relationship with images. I don't like the fact that image loading is not in my total control. I have an approach that changes this. I will keep this short and provide code examples for you to reference and/or step