Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Alex Harui
Do you have IME installed on your system?


On 8/19/10 1:37 PM, Brian J. Ackermann brian.ackerm...@gmail.com wrote:






Hi,

I'm getting the following error message, from a simple 'Alert.show(foo)' 
call, in my mx:Application's creationComplete handler.

I see other examples of this working on the web

Error: Error #2063: Error attempting to execute IME command.
at flash.system::IME$/set enabled()
at 
mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
at flash.display::Stage/set focus()
at 
mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]
at 
mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]
at 
mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]
at 
mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]
at 
mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]
at 
mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]
at 
mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]
at 
adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]
at 
adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at 
mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]
at mx.core::UIComponent/set 
initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
at 
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
at 
mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]


in fact, this works:


?xml version=1.0 encoding=utf-8?
s:Application xmlns:fx=http://ns.adobe.com/mxml/2009;
   xmlns:s=library://ns.adobe.com/flex/spark http://ns.adobe.com/flex/spark 
   xmlns:mx=library://ns.adobe.com/flex/mx http://ns.adobe.com/flex/mx  
minWidth=955 minHeight=600 creationComplete=init()
fx:Declarations
!-- Place non-visual elements (e.g., services, value objects) here --
/fx:Declarations
fx:Script
![CDATA[
import mx.controls.Alert;
private function init():void {
Alert.show(Starting the program);
}
]]
/fx:Script

/s:Application

I read up on IME, and I don't see anything in there that I'm the least bit 
familiar with.  Certainly nothing that I've added to my code.


Any ideas?




Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626









--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
I've never even heard of it until I started getting this message...

As an update...I've since replaced all the Alert's with traces, and while
they work fine now, the problem isn't limited to Alerts in the apps
creationComplete(), but its affecting all Alert dialogs, regardless of
position.

--
Brian J. Ackermann
brian.ackerm...@gmail.com
952.373.1626
--





On Fri, Aug 20, 2010 at 1:10 AM, Alex Harui aha...@adobe.com wrote:



 Do you have IME installed on your system?



 On 8/19/10 1:37 PM, Brian J. Ackermann brian.ackerm...@gmail.com
 wrote:






 Hi,

 I'm getting the following error message, from a simple 'Alert.show(foo)'
 call, in my mx:Application's creationComplete handler.

 I see other examples of this working on the web

 Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at
 mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()
 at
 mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]
 at
 mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]
 at
 mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]
 at
 mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]
 at
 mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]
 at
 mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]
 at
 mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]
 at
 adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]
 at
 adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at
 mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]
 at mx.core::UIComponent/set
 initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
 at
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
 at
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]



 in fact, this works:


 ?xml version=1.0 encoding=utf-8?
 s:Application xmlns:fx=http://ns.adobe.com/mxml/2009;
xmlns:s=library://ns.adobe.com/flex/spark 
 http://ns.adobe.com/flex/spark 
xmlns:mx=library://ns.adobe.com/flex/mx http://ns.adobe.com/flex/mx
  minWidth=955 minHeight=600 creationComplete=init()

 fx:Declarations
 !-- Place non-visual elements (e.g., services, value objects) here --
 /fx:Declarations
 fx:Script
 ![CDATA[
 import mx.controls.Alert;
 private function init():void {
 Alert.show(Starting the program);
 }
 ]]
 /fx:Script

 /s:Application


 I read up on IME, and I don't see anything in there that I'm the least bit
 familiar with.  Certainly nothing that I've added to my code.


 Any ideas?



 --
 Brian J. Ackermann
  brian.ackerm...@gmail.com
  952.373.1626

 --








 --
 Alex Harui
 Flex SDK Team
 Adobe System, Inc.
 http://blogs.adobe.com/aharui

  



Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Karim Beyrouti
Had the same problem a while ago - and seem to remember it's got something to 
do with FP 10.1...
On 20 Aug 2010, at 13:25, Brian J. Ackermann wrote:

 I've never even heard of it until I started getting this message...
 
 
 As an update...I've since replaced all the Alert's with traces, and while 
 they work fine now, the problem isn't limited to Alerts in the apps 
 creationComplete(), but its affecting all Alert dialogs, regardless of 
 position.
 
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 
 
 
 
 On Fri, Aug 20, 2010 at 1:10 AM, Alex Harui aha...@adobe.com wrote:
  
 Do you have IME installed on your system?
 
 
 
 
 On 8/19/10 1:37 PM, Brian J. Ackermann brian.ackerm...@gmail.com wrote:
 
 
  
  

 
 Hi,
 
 I'm getting the following error message, from a simple 'Alert.show(foo)' 
 call, in my mx:Application's creationComplete handler.
 
 I see other examples of this working on the web
 
 Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at 
 mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()
 at 
 mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]
 at 
 mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]
 at 
 mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]
 at 
 mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]
 at 
 mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]
 at 
 mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]
 at 
 mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]
 at 
 adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]
 at 
 adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at 
 mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]
 at mx.core::UIComponent/set 
 initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
 at 
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
 at 
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]
 
 
 in fact, this works:
 
 
 ?xml version=1.0 encoding=utf-8?
 s:Application xmlns:fx=http://ns.adobe.com/mxml/2009; 
xmlns:s=library://ns.adobe.com/flex/spark 
 http://ns.adobe.com/flex/spark  
xmlns:mx=library://ns.adobe.com/flex/mx http://ns.adobe.com/flex/mx  
 minWidth=955 minHeight=600 creationComplete=init()
 
 fx:Declarations
 !-- Place non-visual elements (e.g., services, value objects) here -- 
 /fx:Declarations
 fx:Script
 ![CDATA[
 import mx.controls.Alert;
 private function init():void {
 Alert.show(Starting the program);
 }
 ]]
 /fx:Script
 
 /s:Application
 
 I read up on IME, and I don't see anything in there that I'm the least bit 
 familiar with.  Certainly nothing that I've added to my code.
 
 
 Any ideas?
 
 
  
 Brian J. Ackermann
  brian.ackerm...@gmail.com
  952.373.1626
  
 
 
  

 
 
 
 -- 
 Alex Harui
 Flex SDK Team
 Adobe System, Inc.
 http://blogs.adobe.com/aharui
 
 
 
 



Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
I don't recall updating my flash player yesterday.hmm..

Additionally.  I've searched my entire project for the string IME, and
nothing is foundI'm not using this little beastie at all.

--
Brian J. Ackermann
brian.ackerm...@gmail.com
952.373.1626
--





On Fri, Aug 20, 2010 at 8:38 AM, Karim Beyrouti ka...@kurst.co.uk wrote:



 Had the same problem a while ago - and seem to remember it's got something
 to do with FP 10.1...

 On 20 Aug 2010, at 13:25, Brian J. Ackermann wrote:



 I've never even heard of it until I started getting this message...

 As an update...I've since replaced all the Alert's with traces, and while
 they work fine now, the problem isn't limited to Alerts in the apps
 creationComplete(), but its affecting all Alert dialogs, regardless of
 position.

 --
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 --





 On Fri, Aug 20, 2010 at 1:10 AM, Alex Harui aha...@adobe.com wrote:



 Do you have IME installed on your system?



 On 8/19/10 1:37 PM, Brian J. Ackermann brian.ackerm...@gmail.com
 wrote:






 Hi,

 I'm getting the following error message, from a simple 'Alert.show(foo)'
 call, in my mx:Application's creationComplete handler.

 I see other examples of this working on the web

 Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at
 mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()
 at
 mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]
 at
 mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]
 at
 mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]
 at
 mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]
 at
 mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]
 at
 mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]
 at
 mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]
 at
 adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]
 at
 adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at
 mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]
 at mx.core::UIComponent/set
 initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
 at
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
 at
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]



 in fact, this works:


 ?xml version=1.0 encoding=utf-8?
 s:Application xmlns:fx=http://ns.adobe.com/mxml/2009;
xmlns:s=library://ns.adobe.com/flex/spark 
 http://ns.adobe.com/flex/spark 
xmlns:mx=library://ns.adobe.com/flex/mx http://ns.adobe.com/flex/mx
  minWidth=955 minHeight=600 creationComplete=init()

 fx:Declarations
 !-- Place non-visual elements (e.g., services, value objects) here --
 /fx:Declarations
 fx:Script
 ![CDATA[
 import mx.controls.Alert;
 private function init():void {
 Alert.show(Starting the program);
 }
 ]]
 /fx:Script

 /s:Application


 I read up on IME, and I don't see anything in there that I'm the least bit
 familiar with.  Certainly nothing that I've added to my code.


 Any ideas?



 --
 Brian J. Ackermann
  brian.ackerm...@gmail.com
  952.373.1626

 --








 --
 Alex Harui
 Flex SDK Team
 Adobe System, Inc.
 http://blogs.adobe.com/aharui




  



Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
Hmm...peculiar.

I ran the app in IE, FF, and GC.

IE and FF are both 10.0 installs, and GC is on 10.1 somehow.

IE doesn't work, throws all sorts of IME errors.  FF seems to work
perfectly.  GC, doesn't throw errors, but also isn't working perfectly.  I'm
going to update my  all my flashplayers, see what happens.

time passes

IE now works, but now FF(mis) behaves the same way as GC.

Well, at least its some kind of progress, thanks!




--
Brian J. Ackermann
brian.ackerm...@gmail.com
952.373.1626
--





On Fri, Aug 20, 2010 at 8:51 AM, Brian J. Ackermann 
brian.ackerm...@gmail.com wrote:

 I don't recall updating my flash player yesterday.hmm..

 Additionally.  I've searched my entire project for the string IME, and
 nothing is foundI'm not using this little beastie at all.


 --
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 --





 On Fri, Aug 20, 2010 at 8:38 AM, Karim Beyrouti ka...@kurst.co.uk wrote:



 Had the same problem a while ago - and seem to remember it's got something
 to do with FP 10.1...

 On 20 Aug 2010, at 13:25, Brian J. Ackermann wrote:



 I've never even heard of it until I started getting this message...

 As an update...I've since replaced all the Alert's with traces, and while
 they work fine now, the problem isn't limited to Alerts in the apps
 creationComplete(), but its affecting all Alert dialogs, regardless of
 position.

 --
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 --





 On Fri, Aug 20, 2010 at 1:10 AM, Alex Harui aha...@adobe.com wrote:



 Do you have IME installed on your system?



 On 8/19/10 1:37 PM, Brian J. Ackermann brian.ackerm...@gmail.com
 wrote:






 Hi,

 I'm getting the following error message, from a simple
 'Alert.show(foo)' call, in my mx:Application's creationComplete handler.

 I see other examples of this working on the web

 Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at
 mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()
 at
 mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]
 at
 mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]
 at
 mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]
 at
 mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]
 at
 mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]
 at
 mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]
 at
 mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]
 at
 adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]
 at
 adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at
 mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]
 at mx.core::UIComponent/set
 initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
 at
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
 at
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]



 in fact, this works:


 ?xml version=1.0 encoding=utf-8?
 s:Application xmlns:fx=http://ns.adobe.com/mxml/2009;
xmlns:s=library://ns.adobe.com/flex/spark 
 http://ns.adobe.com/flex/spark 
xmlns:mx=library://ns.adobe.com/flex/mx http://ns.adobe.com/flex/mx
  minWidth=955 minHeight=600 creationComplete=init()

 fx:Declarations
 !-- Place non-visual elements (e.g., services, value objects) here --
 /fx:Declarations
 fx:Script
 ![CDATA[
 import mx.controls.Alert;
 private function init():void {
 Alert.show(Starting the program);
 }
 ]]
 /fx:Script

 /s:Application


 I read up on IME, and I don't see anything in there that I'm the least
 bit familiar with.  Certainly nothing that I've added to my code.


 Any ideas?



 --
 Brian J. Ackermann
  brian.ackerm...@gmail.com
  952.373.1626

 --








 --
 Alex Harui
 Flex SDK Team
 Adobe System, Inc.
 

Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Karim Beyrouti
I think it will depend what version of FP you are exporting to... sorry for 
being so vague - it's been a while since i have had this error... and i cant 
quite remember how i fixed it... 
also - some details of Flex / Flash Builder version or are you using FDT?...


On 20 Aug 2010, at 16:34, Brian J. Ackermann wrote:

 Hmm...peculiar.
 
 
 I ran the app in IE, FF, and GC.
 
 IE and FF are both 10.0 installs, and GC is on 10.1 somehow.
 
 IE doesn't work, throws all sorts of IME errors.  FF seems to work perfectly. 
  GC, doesn't throw errors, but also isn't working perfectly.  I'm going to 
 update my  all my flashplayers, see what happens.
 
 time passes
 
 IE now works, but now FF(mis) behaves the same way as GC.  
 
 Well, at least its some kind of progress, thanks!
 
 
 
 
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 
 
 
 
 On Fri, Aug 20, 2010 at 8:51 AM, Brian J. Ackermann 
 brian.ackerm...@gmail.com wrote:
 I don't recall updating my flash player yesterday.hmm..
 
 Additionally.  I've searched my entire project for the string IME, and 
 nothing is foundI'm not using this little beastie at all.
 
 
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 
 
 
 
 On Fri, Aug 20, 2010 at 8:38 AM, Karim Beyrouti ka...@kurst.co.uk wrote:
  
 Had the same problem a while ago - and seem to remember it's got something to 
 do with FP 10.1...
 
 
 On 20 Aug 2010, at 13:25, Brian J. Ackermann wrote:
 
  
 I've never even heard of it until I started getting this message...
 
 
 As an update...I've since replaced all the Alert's with traces, and while 
 they work fine now, the problem isn't limited to Alerts in the apps 
 creationComplete(), but its affecting all Alert dialogs, regardless of 
 position.
 
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 
 
 
 
 On Fri, Aug 20, 2010 at 1:10 AM, Alex Harui aha...@adobe.com wrote:
  
 Do you have IME installed on your system?
 
 
 
 
 On 8/19/10 1:37 PM, Brian J. Ackermann brian.ackerm...@gmail.com wrote:
 
 
  
  

 
 Hi,
 
 I'm getting the following error message, from a simple 'Alert.show(foo)' 
 call, in my mx:Application's creationComplete handler.
 
 I see other examples of this working on the web
 
 Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at 
 mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()
 at 
 mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]
 at 
 mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]
 at 
 mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]
 at 
 mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]
 at 
 mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]
 at 
 mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]
 at 
 mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]
 at 
 adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]
 at 
 adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at 
 mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]
 at mx.core::UIComponent/set 
 initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
 at 
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
 at 
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]
 
 
 in fact, this works:
 
 
 ?xml version=1.0 encoding=utf-8?
 s:Application xmlns:fx=http://ns.adobe.com/mxml/2009; 
xmlns:s=library://ns.adobe.com/flex/spark 
 http://ns.adobe.com/flex/spark  
xmlns:mx=library://ns.adobe.com/flex/mx http://ns.adobe.com/flex/mx  
 minWidth=955 minHeight=600 creationComplete=init()
 
 fx:Declarations
 !-- Place non-visual elements (e.g., services, value objects) here -- 
 /fx:Declarations
 fx:Script
 ![CDATA[
 import mx.controls.Alert;
 private function init():void {
 Alert.show(Starting the program);
 }
 ]]
 /fx:Script
 
 /s:Application
 
 I read up on IME, and I don't see anything in there that I'm the least bit 
 familiar with.  Certainly nothing that I've added to my 

Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
Hi Karim,

All is well now.  I updated the flash debugger to the latest, and after
fixing another (unrelated) bug, all three browsers now behave themselves.

Updating the flash player to the most recent solved it.

I haven't  a clue why it suddenly went belly up yesterday, but, at least I'm
able to proceed again.

--
Brian J. Ackermann
brian.ackerm...@gmail.com
952.373.1626
--





On Fri, Aug 20, 2010 at 12:09 PM, Karim Beyrouti ka...@kurst.co.uk wrote:



 I think it will depend what version of FP you are exporting to... sorry for
 being so vague - it's been a while since i have had this error... and i cant
 quite remember how i fixed it...
 also - some details of Flex / Flash Builder version or are you using
 FDT?...



 On 20 Aug 2010, at 16:34, Brian J. Ackermann wrote:



 Hmm...peculiar.

 I ran the app in IE, FF, and GC.

 IE and FF are both 10.0 installs, and GC is on 10.1 somehow.

 IE doesn't work, throws all sorts of IME errors.  FF seems to work
 perfectly.  GC, doesn't throw errors, but also isn't working perfectly.  I'm
 going to update my  all my flashplayers, see what happens.

 time passes

 IE now works, but now FF(mis) behaves the same way as GC.

 Well, at least its some kind of progress, thanks!




 --
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 --





 On Fri, Aug 20, 2010 at 8:51 AM, Brian J. Ackermann 
 brian.ackerm...@gmail.com wrote:

 I don't recall updating my flash player yesterday.hmm..

 Additionally.  I've searched my entire project for the string IME, and
 nothing is foundI'm not using this little beastie at all.


 --
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 --





 On Fri, Aug 20, 2010 at 8:38 AM, Karim Beyrouti ka...@kurst.co.ukwrote:



 Had the same problem a while ago - and seem to remember it's got
 something to do with FP 10.1...

 On 20 Aug 2010, at 13:25, Brian J. Ackermann wrote:



 I've never even heard of it until I started getting this message...

 As an update...I've since replaced all the Alert's with traces, and while
 they work fine now, the problem isn't limited to Alerts in the apps
 creationComplete(), but its affecting all Alert dialogs, regardless of
 position.

 --
 Brian J. Ackermann
 brian.ackerm...@gmail.com
 952.373.1626
 --





 On Fri, Aug 20, 2010 at 1:10 AM, Alex Harui aha...@adobe.com wrote:



 Do you have IME installed on your system?



 On 8/19/10 1:37 PM, Brian J. Ackermann brian.ackerm...@gmail.com
 wrote:






 Hi,

 I'm getting the following error message, from a simple
 'Alert.show(foo)' call, in my mx:Application's creationComplete 
 handler.

 I see other examples of this working on the web

 Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at
 mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()
 at
 mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]
 at
 mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]
 at
 mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]
 at
 mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]
 at
 mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]
 at
 mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]
 at
 mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]
 at
 adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]
 at
 adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at
 mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]
 at mx.core::UIComponent/set
 initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
 at
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]
 at
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]



 in fact, this works:


 ?xml version=1.0 encoding=utf-8?
 s:Application 

[flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-19 Thread Brian J. Ackermann
Hi,

I'm getting the following error message, from a simple 'Alert.show(foo)'
call, in my mx:Application's creationComplete handler.

I see other examples of this working on the web

Error: Error #2063: Error attempting to execute IME command.

at flash.system::IME$/set enabled()

at
 mx.managers::FocusManager/focusInHandler()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]

at flash.display::Stage/set focus()

at
 mx.core::UIComponent/setFocus()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9544]

at
 mx.controls.alertClasses::AlertForm/commitProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\alertClasses\AlertForm.as:265]

at
 mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:7933]

at
 mx.managers::LayoutManager/validateClient()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:863]

at
 mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:384]

at
 mx.managers::PopUpManager$/addPopUp()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:193]

at
 mx.controls::Alert$/show()[E:\dev\4.x\frameworks\projects\framework\src\mx\controls\Alert.as:618]

at
 adminTrak::AdminTrak/init()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:60]

at
 adminTrak::AdminTrak/___AdminTrak_Application1_creationComplete()[C:\SVN\webstore\trunk\tmpFlex_RenameMe\Flex\AdminTrak\src\adminTrak\AdminTrak.mxml:11]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at
 mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528]

at mx.core::UIComponent/set
 initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]

at
 mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:759]

at
 mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]



in fact, this works:


?xml version=1.0 encoding=utf-8?

s:Application xmlns:fx=http://ns.adobe.com/mxml/2009;

   xmlns:s=library://ns.adobe.com/flex/spark

   xmlns:mx=library://ns.adobe.com/flex/mx minWidth=955 minHeight=600
 creationComplete=init()

fx:Declarations

!-- Place non-visual elements (e.g., services, value objects) here --

/fx:Declarations

 fx:Script

![CDATA[

import mx.controls.Alert;

 private function init():void {

Alert.show(Starting the program);

}

]]

/fx:Script


  /s:Application


I read up on IME, and I don't see anything in there that I'm the least bit
familiar with.  Certainly nothing that I've added to my code.


Any ideas?


--
Brian J. Ackermann
brian.ackerm...@gmail.com
952.373.1626
--


Re: [flexcoders] Error #2063: Error attempting to execute IME command anyone?

2010-05-12 Thread claudiu ursica


It seems that the error is generated when I use the Alert.show(); Removed all 
the aAlert and it doesn't show anymore.

The weird thing is that on the development machine I don't get this error. I 
use win7 with flex 4. However when deployed it is happening. The strage thing 
is that when deployed I cannot get the data-s from the server anymore on any 
machine except mine. SO on My machine everything is fine, even when I look on 
the app from the url from server. But on other machines is not working. I used 
a generated webservice., make a call and get the data. On my machine everything 
is fine, but on others (win xp or win vista or win7) the code does not react 
the servvice for some reasons.

Now I got read of the error by removing the Alert.show but cannot get the 
data...

C





From: Alex Harui aha...@adobe.com
To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com
Sent: Wed, May 12, 2010 12:08:02 AM
Subject: Re: [flexcoders] Error #2063: Error attempting to execute IME command 
anyone?

   
This seems to be for an unexpected error in the IME OS library.  Which version 
of Windows?  Which IME is installed?  Which Browser and Player Version?  Is it 
only one one system or everywhere you try it?

Anything else unusual?  Are you running an automated test where the app is not 
the active window?  Is there some other app that might be fighting for control 
of the IME?


On 5/11/10 2:40 PM, claudiu the_braniak@ yahoo.com wrote:



 
 
   

Hi,
I am getting this error and I cannot seem to find why. I googled for it but 
couldn't find anything useful to get rid of it. Has anyone encountered this?

Error #2063: Error attempting to execute IME command.
 at flash.system: :IME$/set enabled()
 at mx.managers: :FocusManager/ focusInHandler( )[E:\dev\ 4.0.0\frameworks 
 \projects\ framework\ src\mx\managers\ FocusManager. as:642]
 at flash.display: :Stage/set focus()

Running flex 4, windows.

i run this code

if (Capabilities. hasIME)
{
if (IME.enabled)
{
Alert.show(IME is installed and enabled.);
}
else
{
Alert.show(IME is installed but not enabled. Please enable your IME and try 
again.);
}
}
else
{
Alert.show(IME is not installed. Please install an IME and try again.);
}

and it tells me that IME is installed but not enabled. If I try to set 
enabled to true I get another error.

Error: Error #2063: Error attempting to execute IME command.
 at flash.system: :IME$/set enabled() 

on the line that sets enabled to true

Any input is appreciated;
10x,
C

 
   



-- 
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs. adobe.com/ aharui
 
 


  

[flexcoders] Error #2063: Error attempting to execute IME command anyone?

2010-05-11 Thread claudiu
Hi,
I am getting this error and I cannot seem to find why. I googled for it but 
couldn't find anything useful to get rid of it. Has anyone encountered this?

 Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at 
mx.managers::FocusManager/focusInHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()

Running flex 4, windows.

i run this code

if (Capabilities.hasIME)
{
if (IME.enabled)
{
Alert.show(IME is installed and enabled.);
}
else
{
Alert.show(IME is installed but not enabled. Please enable 
your IME and try again.);
}
}
else
{
Alert.show(IME is not installed. Please install an IME and try 
again.);
}

and it tells me that IME is installed but not enabled. If I try to set enabled 
to true I get another error.

Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled() 

on the line that sets enabled to true

Any input is appreciated;
10x,
C



Re: [flexcoders] Error #2063: Error attempting to execute IME command anyone?

2010-05-11 Thread Alex Harui
This seems to be for an unexpected error in the IME OS library.  Which version 
of Windows?  Which IME is installed?  Which Browser and Player Version?  Is it 
only one one system or everywhere you try it?

Anything else unusual?  Are you running an automated test where the app is not 
the active window?  Is there some other app that might be fighting for control 
of the IME?


On 5/11/10 2:40 PM, claudiu the_bran...@yahoo.com wrote:






Hi,
I am getting this error and I cannot seem to find why. I googled for it but 
couldn't find anything useful to get rid of it. Has anyone encountered this?

Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()
 at 
mx.managers::FocusManager/focusInHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\FocusManager.as:642]
 at flash.display::Stage/set focus()

Running flex 4, windows.

i run this code

if (Capabilities.hasIME)
{
if (IME.enabled)
{
Alert.show(IME is installed and enabled.);
}
else
{
Alert.show(IME is installed but not enabled. Please enable your IME and try 
again.);
}
}
else
{
Alert.show(IME is not installed. Please install an IME and try again.);
}

and it tells me that IME is installed but not enabled. If I try to set enabled 
to true I get another error.

Error: Error #2063: Error attempting to execute IME command.
 at flash.system::IME$/set enabled()

on the line that sets enabled to true

Any input is appreciated;
10x,
C






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui