[flexcoders] Debugging Modules With Flex Builder (possible?)

2007-01-11 Thread javanatic23
Does somebody has tested modules debugging in flex builder 2.0.1
(plugin "edition"?
(it crashes my firefox )
Any links related to this topic?






[flexcoders] Re: flashlog.txt is not being updated

2007-01-11 Thread javanatic23
In my case:
1. firefox 2.0.0.1 ok
2. IExplorer doesn't work

--- In flexcoders@yahoogroups.com, "David_Stafford"
<[EMAIL PROTECTED]> wrote:
>
> I updated to the new 2.01 SDK and 9,0,28,0 debug player.  My
> Actionscript project required a couple of minor changes to build
> with the updated compiler and it seems to work ok.  At one point
> I manually deleted my flashlog.txt file and now there are no
> more updates to it.
> 
> - I am running the debug player.
> 
> - I'm pretty sure I have the right place for the log file.  In
>   my case: C:\Documents and Settings\David Stafford\Application
>   Data\Macromedia\Flash Player\Logs
> 
> - mm.cfg has gone away and I've made sure to delete it.
> 
> - I tried manually creating flashlog.txt but it does not get updated.
> 
> - FDB works and does show tracing information.
> 
> Has anyone out there seen this behavior before?
> 
> Thanks,
> David
>




[flexcoders] Flex Builder 2.0.1 Error

2007-01-09 Thread javanatic23
I was working in a project using modules...(Flex Builder 2.0.1 plugin
and standalone editions)
after some builds I got this error... 
now flex builder does not compile mi main app 
:(  error persist even trying to compile old versions of the main app
that are not using modules 
any idea?



ERROR:

!ENTRY com.adobe.flexbuilder.project 4 43 2007-01-09 17:22:42.718
!MESSAGE Uncaught exception in compiler
!STACK 0
java.lang.NullPointerException
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:891)
at
macromedia.asc.parser.BinaryExpressionNode.evaluate(BinaryExpressionNode.java:38)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:890)
at
macromedia.asc.parser.BinaryExpressionNode.evaluate(BinaryExpressionNode.java:38)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:891)
at
macromedia.asc.parser.BinaryExpressionNode.evaluate(BinaryExpressionNode.java:38)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:890)
at
macromedia.asc.parser.BinaryExpressionNode.evaluate(BinaryExpressionNode.java:38)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:891)
at
macromedia.asc.parser.BinaryExpressionNode.evaluate(BinaryExpressionNode.java:38)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:890)
at
macromedia.asc.parser.BinaryExpressionNode.evaluate(BinaryExpressionNode.java:38)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:962)
at macromedia.asc.parser.ListNode.evaluate(ListNode.java:27)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:5859)
at macromedia.asc.parser.LiteralXMLNode.evaluate(LiteralXMLNode.java:28)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:3087)
at
macromedia.asc.parser.VariableBindingNode.evaluate(VariableBindingNode.java:48)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:962)
at macromedia.asc.parser.ListNode.evaluate(ListNode.java:27)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:2897)
at
macromedia.asc.parser.VariableDefinitionNode.evaluate(VariableDefinitionNode.java:32)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:1223)
at
macromedia.asc.parser.StatementListNode.evaluate(StatementListNode.java:36)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:2272)
at
macromedia.asc.parser.FunctionCommonNode.evaluate(FunctionCommonNode.java:87)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:4689)
at
macromedia.asc.parser.ClassDefinitionNode.evaluate(ClassDefinitionNode.java:86)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:938)
at
macromedia.asc.parser.ArgumentListNode.evaluate(ArgumentListNode.java:28)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:750)
at
macromedia.asc.parser.SetExpressionNode.evaluate(SetExpressionNode.java:39)
at macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:580)
at
macromedia.asc.parser.MemberExpressionNode.evaluate(MemberExpressionNode.java:31)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:1273)
at
macromedia.asc.parser.ExpressionStatementNode.evaluate(ExpressionStatementNode.java:33)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:4407)
at
macromedia.asc.parser.ClassDefinitionNode.evaluate(ClassDefinitionNode.java:86)
at 
macromedia.asc.semantics.FlowAnalyzer.evaluate(FlowAnalyzer.java:2577)
at macromedia.asc.parser.ProgramNode.evaluate(ProgramNode.java:63)
at flex2.compiler.as3.Compiler.analyze2(Compiler.java:436)
at flex2.compiler.API.analyze(API.java:2360)
at flex2.compiler.API.analyze(API.java:2275)
at flex2.compiler.API.batch2(API.java:337)
at flex2.compiler.API.batch(API.java:1025)
at flex2.compiler.API.compile(API.java:1211)
at flex2.tools.oem.Application.compile(Application.java:783)
at flex2.tools.oem.Application.recompile(Application.java:751)
at flex2.tools.oem.Application.compile(Application.java:530)
at
flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:224)
at
com.adobe.flexbuilder.project.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(Unknown
Source)
at
com.adobe.flexbuilder.project.compiler.internal.ASApplicationBuilder.build(Unknown
Source)
at
com.adobe.flexbuilder.project.compiler.internal.ASBuilder.build(Unknown
Source)
at
com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.buildApplication(Unknown
Sou

[flexcoders] Re: Problem Using Modules - Flex 2.0.1

2007-01-09 Thread javanatic23
After some test:
- The application broke my browser (firefox 2.0.0.1, debug player
9,0,15,0 installed )
- I got this error:
TypeError: Error #1009: No se puede acceder a una propiedad o a un
método de una referencia a un objeto nulo.
at mx.managers::DragManager$/get isDragging()
at
mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::dragScroll()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at ()
at flash.utils::SetIntervalTimer/flash.utils:SetIntervalTimer::onTimer()
at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
at flash.utils::Timer/flash.utils:Timer::tick()

--- In flexcoders@yahoogroups.com, "fliabrussa" <[EMAIL PROTECTED]> wrote:
>
> I'm having the following problem:
> 
> I've built a module (called Modulo1.swf) that contains a DataGrid 
> and a couple of controls.
> Then I made another module (called Modulo2.swf) that also contains a 
> DataGrid and an Accordion.
> Then I made a project called VisorModulos (ModuleViewer), it only 
> load and unload this modules.
> The error occurs after loading and unloading twice a module. It 
> fails with the first module and also with the second, here is the 
> link:
> 
> http://www.managernet.com.ar/modulos/VisorModulos.html 
> 
> To reproduce the error you must load and unload at least twice any 
> module. In case of the first module, after loading for the second 
> time, try using the DataGrid.
> 
> Right click to view source.
> 
> Any idea?
> 
> 
> 
> Trace error is: 
> 
> TypeError: Error #1009: No se puede acceder a una propiedad o a un 
> método de una referencia a un objeto nulo.
>   at mx.managers::HistoryManager$/register()
>   at mx.containers::Accordion/::addedHandler()
>   at flash.display::DisplayObjectContainer/addChildAt()
>   at 
> mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::$add
> ChildAt()
>   at mx.core::Container/addChildAt()
>   at mx.core::Container/addChild()
>   at mx.core::Container/createComponentFromDescriptor()
>   at mx.core::Container/createComponentsFromDescriptors()
>   at mx.core::Container/mx.core:Container::createChildren()
>   at mx.core::UIComponent/initialize()
>   at mx.core::Container/initialize()
>   at Modulo2/initialize()
>   at 
> mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::chil
> dAdded()
>   at 
> mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childA
> dded()
>   at mx.core::Container/addChildAt()
>   at mx.core::Container/addChild()
>   at mx.modules::ModuleLoader/::moduleReadyHandler()
>   at 
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchE
> ventFunction()
>   at flash.events::EventDispatcher/dispatchEvent()
>   at ::ModuleInfoProxy/::moduleEventHandler()
>   at 
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchE
> ventFunction()
>   at flash.events::EventDispatcher/dispatchEvent()
>   at ::ModuleInfo/readyHandler()
>   at 
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchE
> ventFunction()
>   at flash.events::EventDispatcher/dispatchEvent()
>   at mx.core::FlexModuleFactory/::update()
>




[flexcoders] Spring Framework

2006-07-14 Thread javanatic23
Can I publish spring framework beans throught FDS?

(like openamf)







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] AMF Load Testing

2006-05-30 Thread javanatic23



Are there some other tools for AMF Load Testing instead of
SilkPerformer 7.3.1?

(SilkPerformer 7.3.1 is very expensive)











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[flexcoders] Flex 2 - Poor server side documentation.

2006-03-01 Thread javanatic23
Flex 2 server side documentation would be more detailed and extensive.

There are not chapters related to:
Development of Custom adapters.
Configuration in other application servers (Jboss, OC4J, etc).
Hibernate adapter configuration.









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Flex 2: Large Scale Development

2006-02-26 Thread javanatic23
Are there some recomendations or papers related to Large Scale
Developments with flex2?
How to architect a very large application?






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Flex Enterprise Services - Adapters

2006-02-17 Thread javanatic23
Are there some tutorials related to hibernate adapter and creation of
new data adapters?







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Flex 2 Beta 1 - SpringBeanAdapter

2006-02-09 Thread javanatic23
Does SpringBeanAdapter works with Flex 2 Beta 1 ?
any special configuration?







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Flex 2 Beta 1 - i18n

2006-02-09 Thread javanatic23
Would be possible runtime i18n with Flex 2 Beta 1 ?







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] UML and Flex

2005-09-16 Thread javanatic23
Hi.
Does exist any tool with these features:
- Generation of MXML and AS from UML Diagrams.
- Reverse engineering of MXML and AS for generation of UML diagrams.




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/