I've tried to compile the demo version 1.5.0 and 1.5.1 it with flex 3.4, but it gives me an error:
D:\projects\Web\TreeMapsDemo\src\fr\kapit\demo\component\FiltersComponent.mxml(1
03): Error: Could not resolve <code:PromptingTextInput> to a component implement
ation.
<code:PromptingTextInput id="txtInput" prompt="Filter Name" width="1
00"/>
It seems missing some code library.
Can anyone help me to fix this prolem?
Thanks
Andrea
Comments (2)
Nov 16, 2009
Youssef Alaoui says:
Hello, As explained in the lib/dependenct_treemapDemo.txt file, you need the fl...Hello,
As explained in the lib/dependenct_treemapDemo.txt file, you need the flexlib library.
You can get it here : http://code.google.com/p/flexlib/
Regards,
Youssef Alaoui.
Nov 16, 2009
Andrea Tirabosco says:
Thanks for your answer, yes, now I succeed in compiling without errors, but I ca...Thanks for your answer, yes, now I succeed in compiling without errors, but I cannot still get it working.
When I open the TreeMapDemo.swf I get a blank page. The flash movie is loaded, but I cant't see anything.
Any further suggestions?
here my flex compilation batch:
SET OPTS=-compiler.include-libraries="D:\projects\Web\TreeMapsDemo\lib\TreeMap.swc",
"D:\projects\Web\TreeMapsDemo\lib\KapITGenericSkin.swc",
"D:\projects\Web\FlexLib\bin\flexlib.swc"
for /R . %%f in (*.mxml) do mxmlc.exe %OPTS% "%%f"
This compiles also the "FiltersComponent.mxml"
Thanks in advance for any help.
regards,
Andrea Tirabosco