History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17683
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Keith Thompson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

(diana) flex Application.application not understood in debugger

Created: 09 Apr 08 23:06   Updated: 09 Apr 08 23:23
Component/s: Flex Support

Environment: XP, Flex 3 (latest)

Build: 8,243
Severity: Medium


 Description  « Hide
when debugging main.xml the Application object is not understood by the debugger.

to duplicate, call init, and in the init method have a reference to the Application object, something like below

<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="*"
pageTitle="EBT Retailer"
backgroundColor="#FFFFFF"
initialize="init();">

private function init():void { Application.application.user.isGuest = "Y"; Application.application.user.isLogonStateUserId = "Y"; }



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.