BTW: Could you explain what all these 'prefixes' mean? It now works through
try and error, but I don't really understand what I'm doing  :-/

The info in the manual is not very enlightening here...

"images" :
        {
     //OK - this is  where the combined file is saved
          "${THEME_PATH}/button-combined-tb.png":
          {
        //??
            "prefix": [ "${THEME_PATH2}" ],
            "input" :
            [
              {
        //??       
            "prefix": [ "${THEME_PATH2}" ],
                "files" :
                [
                    // this is were the source files are located...
                     "${THEME_PATH2}/button-[tb]*.png",
                      "${THEME_PATH2}/button-pressed-[tb]*.png",
                    "${THEME_PATH2}/button-disabled-[tb]*.png",
                      "${THEME_PATH2}/button-focused-[tb]*.png"
                ]
              }
            ],


thx

andy



On 20.10.10 15:59, "Daniel Wagner" <[email protected]> wrote:

> Good catch, Andy. I just fixed the docs for trunk and the 1_2_x branch.
> 
> 
> Regards,
> Daniel
> 
> Andy Fuchs schrieb:
>> OK - there's an error in the documentation: (Ch 7. 'Image combine' pg. 312)
>> 
>> "layout" : "vertical",
>> "input" : 
>> [
>>     "prefix" : [ "${RESPATH}" ],
>>     "files" : [ "${RESPATH}/image/clipped/groupBox*.png" ]
>> ]
>> 
>> should be:
>> 
>> "layout" : "vertical",
>> "input" : 
>> [
>>     {
>>         "prefix" : [ "${RESPATH}" ],
>>         "files" : [ "${RESPATH}/image/clipped/groupBox*.png" ]
>>     }
>> ]
>> 
>> a.
>> 
>> On 20.10.10 12:51, "thron7" <[email protected]> wrote:
>> 
>>> You need to run the generator with the '-s' command line switch, in
>>> order to obtain more meaningful error reporting.
>>> 
>>> T.
>>> 
>>> On 10/20/2010 11:30 AM, Christian Hagendorn wrote:
>>>>   Hi Andy,
>>>> 
>>>> could you please post a example to reproduce this issue?
>>>> 
>>>> Thanks,
>>>> Chris
>>>> 
>>>> Am 20.10.2010 11:08, schrieb Andy Fuchs:
>>>>> What does this error message mean? (last line)
>>>>> How can I avoid this?
>>>>> 
>>>>> thx
>>>>> 
>>>>> a.
>>>>> 
>>>>>>>> Configuration: image.json
>>>>>>>> Jobs: image-combine
>>>>>>>> Resolving config includes...
>>>>>>>> Resolving jobs...
>>>>>>>> Incorporating job defaults...
>>>>>>>> Resolving macros...
>>>>>>>> Resolving libs/manifests...
>>>>> ==========================================================================
>>>>> ==
>>>>>      EXECUTING: IMAGE-COMBINE
>>>>> ==========================================================================
>>>>> ==
>>>>>>>> Initializing cache...
>>>>>>>> Combining images...
>>>>> object of type 'NoneType' has no len()
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> --------------------------------------------------------------------------
>>>>> --
>>>>> --
>>>>> Download new Adobe(R) Flash(R) Builder(TM) 4
>>>>> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
>>>>> Flex(R) Builder(TM)) enable the development of rich applications that run
>>>>> across multiple browsers and platforms. Download your free trials today!
>>>>> http://p.sf.net/sfu/adobe-dev2dev
>>>>> _______________________________________________
>>>>> qooxdoo-devel mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>> 
>>>> 
>> -----------------------------------------------------------------------------
>> >>
>> -
>>>> Download new Adobe(R) Flash(R) Builder(TM) 4
>>>> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
>>>> Flex(R) Builder(TM)) enable the development of rich applications that run
>>>> across multiple browsers and platforms. Download your free trials today!
>>>> http://p.sf.net/sfu/adobe-dev2dev
>>>> _______________________________________________
>>>> qooxdoo-devel mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>> 
>>>> 
>>> ----------------------------------------------------------------------------
>>> --
>>> Download new Adobe(R) Flash(R) Builder(TM) 4
>>> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
>>> Flex(R) Builder(TM)) enable the development of rich applications that run
>>> across multiple browsers and platforms. Download your free trials today!
>>> http://p.sf.net/sfu/adobe-dev2dev
>>> _______________________________________________
>>> qooxdoo-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>> 
>> 
>> 
>> 
>> 
>> 
----------------------------------------------------------------------------->>
-
>> Download new Adobe(R) Flash(R) Builder(TM) 4
>> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
>> Flex(R) Builder(TM)) enable the development of rich applications that run
>> across multiple browsers and platforms. Download your free trials today!
>> http://p.sf.net/sfu/adobe-dev2dev
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>> 
>> 
> 
> ------------------------------------------------------------------------------
> Download new Adobe(R) Flash(R) Builder(TM) 4
> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> Flex(R) Builder(TM)) enable the development of rich applications that run
> across multiple browsers and platforms. Download your free trials today!
> http://p.sf.net/sfu/adobe-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 




------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to