The Wikipedia icon is part of the demo app, it's not a regular theme
resource. You'll find it in the demo resources
(silverbluetheme/demo/icon/16/wikipedia.png), and as far as I can see,
it's referenced correctly in PlayerWindow.js. Why your generator insists
on searching the file in silverblue
Hi Norbert,
The file definitely seems to be missing in the zip file:
$ unzip -t silverbluetheme_trunk.zip | grep
silverbluetheme/icon/16/wikipedia.png
$
On 20/09/2015 6:52 pm, Norbert Schröder wrote:
> Hello Pete,
>
> I just tried to reproduce this error (downloaded the zipped source and
> g
Hello Pete,
I just tried to reproduce this error (downloaded the zipped source and
generated the build), but without success, everything works as expected.
The source files involved (Application.js and PlayerWindow.js) look
okay, too (@asset directive exists, resource URL is correct). No idea,
Hi Norbert,
Using "./generate.py build" with the latest SilverBlueTheme trunk build
(freshly downloaded just now) I get:
:
2
No such file:
'/[...]/Qx.Contribs/SilverBlueTheme/source/resource/silverbluetheme/icon/16/wikipedia.png'
Using "./generate.py source" it works with no errors.
On 14
Hi Norbert,
I've updated SilverBlueTheme from trunk and those are both working well.
Derrell Lipman's suggestion for fixing the multiple
libraries/library/manifest entries fixed the problem stopping
"./generate.py source" from working, and I've been able to view my app
with DarkTheme :)
Thank
Thanks, Norbert! We'll be using one of your themes, it appears, so I
greatly appreciate your time creating and updating these!
Cheers,
Derrell
On Sun, Sep 13, 2015 at 8:01 PM Norbert Schröder
wrote:
> Hello again,
>
> "SilverBlueTheme" is now ready to use with the latest qooxdoo versions.
> y
Hi Pete,
I've fixed the icon issue (you're right, the icon folder was missing in
the theme's source directory) and provided the Iframe widget with a
border. Please download the zip file again in order to apply the changes.
Norbert
Am 14.09.2015 um 03:19 schrieb Peter Caffin:
> Hi Norbert,
>
>
Hi Norbert,
I've just tried installing it for my app, and it looks great :)
I've spotted a couple of bugs though:
qx.ui.form.DateField - doesn't display the calendar icon.
qx.ui.embed.ThemedIframe - No border, though content displays OK.
On 14/09/2015 8:01 am, Norbert Schröder wrote:
> He