[TYPO3-dev] GIFBUILDER Problem after upgrade to 4.5

Tomas Norre Mikkelsen tomasnorre at gmail.com
Fri Feb 11 09:53:54 CET 2011


On 04-02-2011 14:25, Tomas Norre Mikkelsen wrote:
> Hi,
>
> I have just update a typo3-website, from 4.2.12 -> 4.5 ( I know large
> gap), after upgrade typo3_src and typo3-ext it almost works like a
> charm, except my Menu and Header build with GIFBUILDER.
>
> Any know issues on this topic that i'm not aware of? Tried to google but
> not much data indexed on the topic yet =)

I found more details on the problem.

I have following TS for my Gifbuilder:

lib.primary_navigation_level2 = HMENU
lib.primary_navigation_level2.entryLevel =1
lib.primary_navigation_level2.1 = GMENU
lib.primary_navigation_level2.1 {
entryLevel =2
NO {
    #backColor = #c4c4c4
    XY = [10.w]+52,21
    4 = IMAGE
    4.file = fileadmin/templates/beierholm/images/menu_level2_no.gif

    10 = TEXT
    10.text.field = title
    10.fontColor = #000000
    10.offset = 0,15
    10.fontFile = fileadmin/templates/beierholm/fonts/Founmm__.ttf
    10.fontSize = 12
    10.align = center
    10.niceText = 1
    10.antiAlias =1

   }


If using:
4.file = fileadmin/templates/beierholm/images/menu_level2_no.gif [1]

I will not render the menu the background image is displayed, but the 
text is added after to the right as dots.

When using this:
4.file = fileadmin/templates/beierholm/images/menu_level2_new.gif [2]
it works.

The to gif are made excatly the same, but will not render the same.

If using the

backColor = #c4c4c4 (grey)

It works too. but the

backColor = #d16103 (orange)

does not work.

Any hints on this topic, i found this very strange.

[1]: http://dl.dropbox.com/u/14455043/menu_level2_no.gif
[2]: http://dl.dropbox.com/u/14455043/menu_level2_new.gif

Best Regards
Tomas




More information about the TYPO3-dev mailing list