wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Including SuperTabNavigator renders screen blank #247

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include a flexlib:SuperTabNavigator into your project
2. Compile and run

What is the expected output? What do you see instead?
I am using the Eclipse plugin to develop my flex code.  In Eclipse Design
mode I can see the SuperTabNavigator tabs and everything looks good.  The
problem arises when I go to run the swf, I only see the background color
and nothing else.

What version of the product are you using? On what operating system?
Windows XP Service Pack 2 and Red Hat i686 i686 i386 GNU/Linux
Compiling with ant 1.7.1 against C:\flex_sdk_4.0.0.7219 
flash version: 10,0,32,18
flexlib version 2.4
Eclipse Flex Builder plugin Version 3.0 (build 3.0.2)
occurs in both firefox 3.5.3 and IE 6.

Please provide any additional information below.
Since I can see the SuperTabNavigator fine in the Eclipse preview, it
occurs to me that it may be the latest version of the flash player that is
causing the problem?  I am not sure though, but other components of my
project rely on the latest flash features.

This is a really great component in the demo's i've seen online, i just
can't get it to work.  :)

Original issue reported on code.google.com by itsa...@gmail.com on 24 Sep 2009 at 2:47

GoogleCodeExporter commented 8 years ago
in the debug console i am also getting a bunch of #1065 errors.  At least one of
these looks applicable:

ReferenceError: Error #1065: Variable SuperTabNavigator_DEFAULT_LEFT_BUTTON is 
not
defined.

    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/deferredNextFrame()
    at mx.managers::SystemManager/preloader_initProgressHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

ReferenceError: Error #1065: Variable 
ButtonScrollingCanvas_DEFAULT_RIGHT_BUTTON is
not defined.

    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/deferredNextFrame()
    at mx.managers::SystemManager/preloader_initProgressHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

ReferenceError: Error #1065: Variable MDIWindow_DEFAULT_MAXIMIZE_BUTTON is not 
defined.

    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/deferredNextFrame()
    at mx.managers::SystemManager/preloader_initProgressHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

etc. etc.

Original comment by itsa...@gmail.com on 24 Sep 2009 at 2:53

GoogleCodeExporter commented 8 years ago
ok, i went back and tried my same setup, only altering which version of flex 
lib i
was using.  here are my results:

broken:

2.4
2.3.2
2.3.1
2.2
2.1
2.0
1.9
1.8

working:

1.7
1.5
0.2.4

the tabs in 1.7 also are not as aesthetic as the ones i see in the 2.4 examples,
though they are present.  it appears that 1.7 is the last version that works.. 
any of
the others i tested result in a blank screen.

Original comment by itsa...@gmail.com on 24 Sep 2009 at 4:52