Re: [qooxdoo-devel] Problem with images path

2011-08-18 Thread Derrell Lipman
On Thu, Aug 18, 2011 at 12:49, thron7 wrote: > ** > :)) The escape for dokuwiki markup is %%...%%, so this should work: > >%%file://%% > How about if we all just standardize on TeX? :-) Thanks. Summary added. Derrell -

Re: [qooxdoo-devel] Problem with images path

2011-08-18 Thread thron7
:)) The escape for dokuwiki markup is %%...%%, so this should work: %%file://%% T. On 08/18/2011 05:30 PM, Derrell Lipman wrote: On Wed, Aug 17, 2011 at 08:32, thron7 > wrote: There is a whole page on the wiki discussing the topic, but i

Re: [qooxdoo-devel] Problem with images path

2011-08-18 Thread Derrell Lipman
On Wed, Aug 17, 2011 at 08:32, thron7 wrote: > ** > > > There is a whole page on the wiki discussing the topic, but it all > simplifies down to this: It requires having the web server root be higher in > the file system hierarchy than BOTH the application source root and the > qooxdoo source roo

Re: [qooxdoo-devel] Problem with images path

2011-08-17 Thread thron7
On 08/17/2011 03:48 PM, Derrell Lipman wrote: On Wed, Aug 17, 2011 at 08:32, thron7 > wrote: There is a whole page on the wiki discussing the topic, but it all simplifies down to this: It requires having the web server root be higher in the fi

Re: [qooxdoo-devel] Problem with images path

2011-08-17 Thread Derrell Lipman
On Wed, Aug 17, 2011 at 08:32, thron7 wrote: > ** > > There is a whole page on the wiki discussing the topic, but it all > simplifies down to this: It requires having the web server root be higher in > the file system hierarchy than BOTH the application source root and the > qooxdoo source root,

Re: [qooxdoo-devel] Problem with images path

2011-08-17 Thread thron7
On 08/17/2011 02:02 PM, Derrell Lipman wrote: On Wed, Aug 17, 2011 at 03:20, thron7 > wrote: You're running the source version through a web server, aren't you ... bad idea. Please... It's not a "bad idea"; in fact, it's necessary for working wi

Re: [qooxdoo-devel] Problem with images path

2011-08-17 Thread Derrell Lipman
On Wed, Aug 17, 2011 at 03:20, thron7 wrote: > You're running the source version through a web server, aren't you ... > bad idea. > Please... It's not a "bad idea"; in fact, it's necessary for working with some features/facilities in qooxdoo applications. qx.bom.FileReader and LocalStorage, for

Re: [qooxdoo-devel] Problem with images path

2011-08-17 Thread thron7
On 08/17/2011 09:40 AM, franck34 wrote: > Yes i am. > > How do you handle xhr request localy ? :) This is handled by the browser. If you are just loading static resources from the file system, you don't need to worry about them, maybe just provide a command line options to the browser, to over

Re: [qooxdoo-devel] Problem with images path

2011-08-17 Thread franck34
Yes i am. How do you handle xhr request localy ? :) On Wed, Aug 17, 2011 at 9:20 AM, thron7 wrote: > You're running the source version through a web server, aren't you ... > bad idea. > > T. > > On 08/16/2011 07:21 PM, franck34 wrote: > > Thank you for links. > > > > What i don't understand is t

Re: [qooxdoo-devel] Problem with images path

2011-08-17 Thread thron7
You're running the source version through a web server, aren't you ... bad idea. T. On 08/16/2011 07:21 PM, franck34 wrote: > Thank you for links. > > What i don't understand is that i've got 404 not found for ok button, and ok > for cancel button. But in my code, path is the same .. > > I'll ta

Re: [qooxdoo-devel] Problem with images path

2011-08-16 Thread franck34
I've added #asset(qx/icon/Tango/22/actions/dialog-apply.png) #asset(qx/icon/Tango/22/actions/dialog-cancel.png) and then rebuild, it's ok now. Need to go deeper in reading your links Thanks a lot franck -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-with-images-pa

Re: [qooxdoo-devel] Problem with images path

2011-08-16 Thread franck34
Thank you for links. What i don't understand is that i've got 404 not found for ok button, and ok for cancel button. But in my code, path is the same .. I'll take a look at assets stuff in few minutes, it's new for me. I think the problem has been already known: http://qooxdoo.678.n2.nabble.com

Re: [qooxdoo-devel] Problem with images path

2011-08-16 Thread thron7
On 08/16/2011 06:35 PM, Marc Puts wrote: > /* > #asset(icon/22/actions/dialog-apply.png) > #asset(icon/22/actions/dialog-cancel.png) > */ > I think you need to use resource id's here, not aliases. T. -- uberSVN's rich s

Re: [qooxdoo-devel] Problem with images path

2011-08-16 Thread thron7
The base line is: You must declare resources, like images, that your code uses, with a #asset declaration at the top of the class file [1]. In this case e.g. #asset(qx/icon/Tango/22/actions/dialog-apply.png) #asset(qx/icon/Tango/22/actions/dialog-cancel.png) (Why you get two different paths fro

Re: [qooxdoo-devel] Problem with images path

2011-08-16 Thread Marc Puts
Hi Franck, Did you add the images as assets to your class file? If not, add the following lines before the class definition: /* #asset(icon/22/actions/dialog-apply.png) #asset(icon/22/actions/dialog-cancel.png) */ qx.Class.define(... Then rerun "gene

Re: [qooxdoo-devel] Problem with images path

2011-08-16 Thread franck34
What is the supposed good path (for sources) ? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-with-images-path-tp6691933p6691937.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Problem with images path

2011-08-16 Thread franck34
Got a really simple app with that : var okButton = new qx.ui.form.Button('OK',"icon/22/actions/dialog-apply.png"); container.add(okButton,{top:100,left:100}); var cancelButton = new qx.ui.form.Button('Annuler',"icon/22/actions/dialog-cancel.png"); container.add(cancelButton,{top:100,left:150});

Re: [qooxdoo-devel] Problem with images

2009-08-14 Thread GlebM
Since no solution was found, we decided to release with a default theme. Which is a pity, because DJs don't like bright themes. It hurts their eyes. -- View this message in context: http://www.nabble.com/Problem-with-images-tp24780886p24979464.html Sent from the qooxdoo-devel mailing list archiv

Re: [qooxdoo-devel] Problem with images

2009-08-07 Thread GlebM
INITIALIZING: IREQUEST_DJ >>> Configuration: config.json >>> Jobs: distclean >>> expanding: ${QOOXDOO_PATH}/tool/data/config/application.js

Re: [qooxdoo-devel] Problem with images

2009-08-07 Thread GlebM
Hi I am using the same version of Firefox as well. The issue is hard notice, because the buttons are indeed visible. However, there are no corner images visible on these buttons (the button is a rectangle, while it should have rounded corners). The source version looks exactly the same. I did cr

Re: [qooxdoo-devel] Problem with images

2009-08-06 Thread thron7
GlebM wrote: > Yes, Firefox 3.0.12 with the latest Firebug. > Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) > Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729). > > By the way, I uploaded the build version of the application to > http://2dj.mobi (you'll have to register, then lo

Re: [qooxdoo-devel] Problem with images

2009-08-05 Thread thron7
> Why is there a task that deletes all the sources (distclean)? Good thing > we've got a version control system :) > Wait! 'distclean' is not supposed to delete sources! It deletes the cache, the 'build' subdirectory, 'source/script' - but not source files?! > Yes, I do have such a string: >

Re: [qooxdoo-devel] Problem with images

2009-08-05 Thread GlebM
Yes, Firefox 3.0.12 with the latest Firebug. Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729). By the way, I uploaded the build version of the application to http://2dj.mobi (you'll have to register, then login, and then click on th

Re: [qooxdoo-devel] Problem with images

2009-08-05 Thread GlebM
Hi! Why is there a task that deletes all the sources (distclean)? Good thing we've got a version control system :) Yes, I do have such a string: "irequest_dj/Dark/decoration/form/button-c.png": [20, 52, "png", "irequest_dj"] Followed your instructions, still does not work. Also tried running cl

Re: [qooxdoo-devel] Problem with images

2009-08-05 Thread thron7
> Actually, the problem is bigger than that. > > Here is one of the error lines: > 26751ms ImageLoader: Not recognized format of external image > 'resource/irequest_dj/Dark/decoration/form/button-c.png'! > I saw that message before, in one of your build outputs. > The image exists in the give

Re: [qooxdoo-devel] Problem with images

2009-08-05 Thread GlebM
Actually, the problem is bigger than that. Here is one of the error lines: 26751ms ImageLoader: Not recognized format of external image 'resource/irequest_dj/Dark/decoration/form/button-c.png'! The image exists in the given path, and it is a valid png image. I uploaded it to the server: http://

Re: [qooxdoo-devel] Problem with images

2009-08-05 Thread GlebM
I moved the #asset tag to the first column and almost all of the images got picked up! IntelliJ IDEA's source auto format moves all the stuff from the comment to the second column :) However, the images defined in the (.*)combined\.[png|meta] files do not get picked up by the app. Here is one of

Re: [qooxdoo-devel] Problem with images

2009-08-03 Thread thron7
> > The previous message has the output with "export" key in config.json > (sorry, > about that). > Here is the output without the "export" key. No bother about that. The "export" key only limits which job you can invoke on the command line. Since in my other mail I suggested running "generate.py

Re: [qooxdoo-devel] Problem with images

2009-08-03 Thread GlebM
The previous message has the output with "export" key in config.json (sorry, about that). Here is the output without the "export" key. INITIALIZING: IREQUEST_DJ ==

Re: [qooxdoo-devel] Problem with images

2009-08-03 Thread GlebM
Yes, I tried it without ResourceManager. I tried a lot of stuff :) Right now my code is exactly as in the tutorial. (Without ResourceManager) I do not see any images and I keep getting warnings like this: 46176ms ImageLoader: Not recognized format of external image 'resource/irequest_dj/decoratio

Re: [qooxdoo-devel] Problem with images

2009-08-03 Thread thron7
GlebM wrote: > I have 4 problems with images and qooxdoo. > > Here is my folder structure (project name: irequest_dj): > > irequest_dj\source\resource\irequest_dj\icons > irequest_dj\source\resource\irequest_dj\decoration > > icons contains project icons > decoration contains my custom theme deco

Re: [qooxdoo-devel] Problem with images

2009-08-02 Thread GlebM
Sorry for the duplicate posting. I deleted the duplicate from Nabble, not sure how to delete it from the mailing list. -- View this message in context: http://www.nabble.com/Problem-with-images-tp24780886p24780937.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ---

[qooxdoo-devel] Problem with images

2009-08-02 Thread GlebM
I have 4 problems with images and qooxdoo. Here is my folder structure (project name: irequest_dj): irequest_dj\source\resource\irequest_dj\icons irequest_dj\source\resource\irequest_dj\decoration icons contains project icons decoration contains my custom theme decorations This is how I refer

[qooxdoo-devel] Problem with images

2009-08-02 Thread GlebM
I have 4 problems with images and qooxdoo. Here is my folder structure (project name: irequest_dj): irequest_dj\source\resource\irequest_dj\icons irequest_dj\source\resource\irequest_dj\decoration icons contains project icons decoration contains my custom theme decorations This is how I refer

Re: [qooxdoo-devel] Problem with images after checking out renderer from CVS

2005-11-19 Thread Oliver Vogel
@sebastian O.K. i tried it again with and without "change to dos" and both worked fine ( i only tested some files, but they are all O.K.) Olli Sebastian Werner schrieb: Sebastian Werner schrieb: Oliver Vogel schrieb: SORRY - PLEASE IGNORE THIS MAIL! my CVS client has the default - valu

Re: [qooxdoo-devel] Problem with images after checking out renderer from CVS

2005-11-19 Thread Sebastian Werner
Sebastian Werner schrieb: Oliver Vogel schrieb: SORRY - PLEASE IGNORE THIS MAIL! my CVS client has the default - value "change to DOS" so the files are corrupted by changing lf to cr+lf. after setting "DO NOT change to DOS" all images are O.K. no, your message was completly ok. The problem i

Re: [qooxdoo-devel] Problem with images after checking out renderer from CVS

2005-11-19 Thread Sebastian Werner
Oliver Vogel schrieb: SORRY - PLEASE IGNORE THIS MAIL! my CVS client has the default - value "change to DOS" so the files are corrupted by changing lf to cr+lf. after setting "DO NOT change to DOS" all images are O.K. no, your message was completly ok. The problem is that the binary auto det

Re: [qooxdoo-devel] Problem with images after checking out renderer from CVS

2005-11-19 Thread Oliver Vogel
SORRY - PLEASE IGNORE THIS MAIL! my CVS client has the default - value "change to DOS" so the files are corrupted by changing lf to cr+lf. after setting "DO NOT change to DOS" all images are O.K. Olli Oliver Vogel schrieb: After checking out renderer from the CVS i have the problem, that most

[qooxdoo-devel] Problem with images after checking out renderer from CVS

2005-11-19 Thread Oliver Vogel
After checking out renderer from the CVS i have the problem, that most of the images (icons) are corrupted. does anybody have the same problem or is something wrong with my computer (or with my CVS - client) Olli --- This SF.Net email is s