Hi Thomas,
just for completeness sake, here are my extensions to the framework-
decorations:
qx.Theme.define("toma.theme.Decoration",
{
extend : qx.theme.modern.Decoration,
decorations :
{
"input" :
{
decorator : qx.ui.decoration.Beveled,
style :
{
outerColor : "white",
innerColor : "border-input",
backgroundImage : "toma/input.png",
backgroundRepeat : "repeat-x",
backgroundColor : "white"
}
},
"input-focused" :
{
decorator : qx.ui.decoration.Beveled,
style :
{
outerColor : "#a0aae0",
innerColor : "#7f92db",
backgroundImage : "toma/input-focused.png",
backgroundRepeat : "repeat-x",
backgroundColor : "white"
}
},
"table-header-cell" :
{
decorator : qx.ui.decoration.Single,
style :
{
widthRight : 1,
colorRight : "toma-lightgrey",
styleRight : "solid"
}
},
"table-header-cell-boolean" :
{
decorator : qx.ui.decoration.Single,
style :
{
widthRight : 3,
colorRight : "toma-blue",
styleRight : "solid"
}
},
"selected" :
{
decorator : qx.ui.decoration.Background,
style :
{
backgroundImage : "toma/selection.png",
backgroundRepeat : "scale"
}
},
andy
On 04.03.09 11:21, "Andy Fuchs" <[email protected]> wrote:
> Hi Thomas,
>
> this happened already after a clean build.
>
> Interestingly the build version runs (although it throws a bunch of errors,
> when using the Inspector -> nice work btw.)
>
> The source version doesn't run, but throws the errors shown in the
> attachment screenshot (or see below for a text-clipping.
>
> Any ideas?
>
> andy
>
> Console output:
> -------------
> qx.data is undefined
> [Break on this error] include : [qx.data.MBinding],
> Object.js (Linie 45)
> Invalid key "extend" in class "qx.ui.decoration.Background"! The value is
> undefined/null!
> [Break on this error] throw new Error('Invalid key...me + '"! The value is
> undefined/null!');
> Class.js (Linie 810)
> Invalid key "extend" in class "qx.ui.decoration.Single"! The value is
> undefined/null!
> [Break on this error] throw new Error('Invalid key...me + '"! The value is
> undefined/null!');
> Class.js (Linie 810)
> Invalid key "extend" in class "qx.ui.decoration.Beveled"! The value is
> undefined/null!
> [Break on this error] throw new Error('Invalid key...me + '"! The value is
> undefined/null!');
>
>
>
> On 03.03.09 19:08, "thron7" <[email protected]> wrote:
>
>> Andy, the qx.core.BaseError has been moved to qx.type.BaseError, and you
>> might be running into a stale cache problem. Please clear your cache
>> (e.g. by running 'generate.py distclean') and run the source job again.
>>
>> HTH,
>> Thomas
>>
>> Andy Fuchs wrote:
>>> Hi Alex,
>>>
>>> thanks for this... this fixed the problems with the DemoBrowser!
>>>
>>> But now I get these errors for my test-application:
>>>
>>> ============================================================================
>>> EXECUTING: SOURCE::SOURCE-SCRIPT
>>> ============================================================================
>>>
>>>>>> Scanning libraries...
>>>>>>
>>> - Scanning /Users/andy/Sites/qooxdoo/framework...
>>> - Scanning /Users/andy/Sites/toma...
>>>
>>>>>> Resolving dependencies...
>>>>>>
>>> !!! Dependencies resolving failed for toma.theme.Theme with:
>>> Could not resolve dependencies of class: toma.theme.Theme
>>> Could not resolve dependencies of class: qx.Theme
>>> Could not resolve dependencies of class: qx.Class
>>> Could not resolve dependencies of class: qx.log.Logger
>>> Could not resolve dependencies of class: qx.dev.StackTrace
>>> Could not resolve dependencies of class: qx.lang.Array
>>> Could not resolve dependencies of class: qx.core.Assert
>>> Could not resolve dependencies of class: qx.core.AssertionError
>>> Could not resolve dependencies of class: qx.core.BaseError
>>> Could not find class to fulfil dependency: qx.core.BaseError
>>> Andy-Pro:toma andy$
>>>
>>>
>>> I guess, they're all related. What can I do to get rid of these errors?
>>>
>>> Thx.
>>>
>>> andy
>>>
>>>
>>>
>>>
>>>
>>>
>>> On 03.03.09 18:18, "Alexander Back" <[email protected]> wrote:
>>>
>>>
>>>> Hi,
>>>>
>>>> the online demos are generated while I'm writing this, but a pre-release
>>>> SDK package is already available at
>>>>
>>>> http://resources.qooxdoo.org/download/qooxdoo-0.8.2-pre-sdk.zip
>>>>
>>>> Happy testing!
>>>>
>>>> cheers,
>>>> Alex
>>>>
>>>> Andreas Ecker wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> here's a short status update regarding the pre-0.8.2 activities.
>>>>>
>>>>> After the update of the devel online versions this morning there have
>>>>> been some code changes that we wanted to go into the upcoming release as
>>>>> well as fixes for bugs that were encountered.
>>>>>
>>>>> Another trunk snapshot is currently being generated, to be put online
>>>>> afterwards. There'll be a short announcement on the mailing list once
>>>>> the apps (and a preliminary SDK) are ready for testing.
>>>>>
>>>>> Thanks so far for all your help in testing and for reporting issues! :-)
>>>>> That's really great feedback from the community and surely helps to
>>>>> squish any nasty bugs along the way to the next qooxdoo release.
>>>>>
>>>>> But we aren't done yet. Please do not slow-down to test the snapshots
>>>>> (after the new ones are put online, or the SVN trunk as of now) and
>>>>> report any issues at
>>>>> http://bugzilla.qooxdoo.org/enter_bug.cgi?product=framework
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Andreas
>>>>>
>>>>
--------------------------------------------------------------------------->>>>
-
>>>> --
>>>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
>>>> CA
>>>> -OSBC tackles the biggest issue in open source: Open Sourcing the
>>>> Enterprise
>>>> -Strategies to boost innovation and cut costs with open source
>>>> participation
>>>> -Receive a $600 discount off the registration fee with the source code:
>>>> SFAD
>>>> http://p.sf.net/sfu/XcvMzF8H
>>>> _______________________________________________
>>>> qooxdoo-devel mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>
----------------------------------------------------------------------------->>
>
> -
>>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
>>> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
>>> -Strategies to boost innovation and cut costs with open source participation
>>> -Receive a $600 discount off the registration fee with the source code: SFAD
>>> http://p.sf.net/sfu/XcvMzF8H
>>> _______________________________________________
>>> qooxdoo-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>
>>>
>>>
>>
>>
----------------------------------------------------------------------------->>
-
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
>> -Strategies to boost innovation and cut costs with open source participation
>> -Receive a $600 discount off the registration fee with the source code: SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel