On 04/12/2012 07:06 PM, John Spackman wrote:
> Hi
>
> I've noticed a couple of pull requests getting merged into master and
> just wondered about the protocol – do pull requests need to be closed
> before they're considered for inclusion, or is it just a matter of
> having the time to evaluate
Hi all,
I'm trying to decide on an web service API structure. Ideally I'd like
it to be in the REST style. I've played around with qx.io.rest.Resource
and it works. However, I cannot see a way to specify a different server.
Yes I'd like to be able to have the REST service on a different server
On second thought, another solution could be to create an html file for
your gallery and include the script in that file, but NOT the qooxdoo
script. Then using qooxdoo create an iframe inside the window you build
that points to that html file with the contentflow.js.
That would be the quickes
Now I have a full grasp on your issue.
I will start digging into the contentflow script, as the issue seems to
be that it runs its initialize function once the document is done
loading. This means that by the time you click the button it won't
recognize the need to take control of those divs.
Am 12.04.2012 20:26, schrieb Matt Cavins:
With the way you have the images defined:
"images/marker/[image-name].png"
this would point to your app root/source/images/marker...
If your images folder is not located there it will fail to load them. That is the initial problem
right? the images com
With the way you have the images defined:
"images/marker/[image-name].png"
this would point to your app root/source/images/marker...
If your images folder is not located there it will fail to load them.
That is the initial problem right? the images come up as broken?
I tested your code, but c
Hi
I've noticed a couple of pull requests getting merged into master and just
wondered about the protocol do pull requests need to be closed before
they're considered for inclusion, or is it just a matter of having the time
to evaluate individual requests? I've got a couple of outstanding reque
the script should be in the head. Your qooxdoo script will replace the
body of the html document, so you would lose the contentflow script file.
Also, what method are you using to store the html from the snippet into
the variable htmlStr?
can you provide the var declaration line from your scr
What did you set the htmlStr var to?
Can you provide a snip from your html file where you load the
contentflow.js, and is that before or after the application javascript file?
Thanks,
Matt Cavins
On 04/12/2012 08:34 AM, Marcel Ruff wrote:
Hi,
I have tried to embed the impressive MIT licen
Hi,
I have tried to embed the impressive MIT licensed content flow
http://www.jacksasylum.eu/ContentFlow/docu.php
into qooxdoo, but I can only see the loading animation,
showing the images fail.
var html = new qx.ui.embed.Html();
html.setHtml(htmlStr); // the HTML code snippet from Content
Hi,
I have tried to embed the impressive MIT licensed content flow
http://www.jacksasylum.eu/ContentFlow/docu.php
into qooxdoo, but I can only see the loading animation,
showing the images fail.
var html = new qx.ui.embed.Html();
html.setHtml(htmlStr); // the HTML code snippet from Conte
11 matches
Mail list logo