Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-16 Thread jitendra jain
Looks like it reserves 90% of height for the scoller.. How can I overcome with 
this problem?

 Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798





From: jitendra jain 
To: flexcoders@yahoogroups.com
Sent: Sat, 17 September, 2011 11:52:05 AM
Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

  
Alex thanks a lot.. But even it is not working. I made 
mouseEnabledWhereTransparent=false, it is not working..
The below components are clickable only when i remove the absolute height from 
the scroller that is 90%,.But scroller doesn't appear.

 I created a skin class also and that is also not helpful by setting the 
mouseEnabledWhereTransparent property..

 Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798





From: Alex Harui 
To: "flexcoders@yahoogroups.com" 
Sent: Fri, 16 September, 2011 9:02:25 PM
Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

  
If mouseEnabledWhereTransparent=true, you can’t click on things below


On 9/16/11 6:17 AM, "jitendra jain"  wrote:



> 
> 
>   
>
>Hi Group,
>
>Can anyone throw light on this.. Any clues?
> 
>Thanks,
>
>with Regards,
>Jitendra Jain
>Software Engineer
>91-9979960798
>
>
>- Forwarded Message 
>From:jitendra jain 
>To: flex group flex 
>Sent: Mon, 12 September, 2011 8:23:33 PM
>Subject: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues
>
>  
>   
>
>Hi Coders,
>
>   I have one group component in which the children are added dynamically. 
> There 
>is also some components on which it is overlapping
>. But when i apply the scroller with height 90%. No area below this component 
>is 
>clickable even though its height is not 90%. Even i tried with 
>mouseEnabledWhereTransparent =true. But nothing seems working.
>
>
>
>public function showElement(comp :*):void{
>container.addElement(comp);
>}
>
>
> top="10" right="10" bottom="10" 
> mouseEnabledWhereTransparent="true"
>   
>   >
>
>mouseEnabled="true" mouseEnabledWhereTransparent="true" includeInLayout="true">
>
>
>
>
>
>
>
>Any help is highly appreciated..
>Thanks,
>
>with Regards,
>Jitendra Jain
>Software Engineer
>91-9979960798
>
> 
> 
>
>   
>
>
>
-- 
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui
 
 

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-16 Thread jitendra jain
Alex thanks a lot.. But even it is not working. I made 
mouseEnabledWhereTransparent=false, it is not working..
The below components are clickable only when i remove the absolute height from 
the scroller that is 90%,.But scroller doesn't appear.

 I created a skin class also and that is also not helpful by setting the 
mouseEnabledWhereTransparent property..

 Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798





From: Alex Harui 
To: "flexcoders@yahoogroups.com" 
Sent: Fri, 16 September, 2011 9:02:25 PM
Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

  
If mouseEnabledWhereTransparent=true, you can’t click on things below


On 9/16/11 6:17 AM, "jitendra jain"  wrote:



> 
> 
>   
>
>Hi Group,
>
>Can anyone throw light on this.. Any clues?
> 
>Thanks,
>
>with Regards,
>Jitendra Jain
>Software Engineer
>91-9979960798
>
>
>- Forwarded Message 
>From:jitendra jain 
>To: flex group flex 
>Sent: Mon, 12 September, 2011 8:23:33 PM
>Subject: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues
>
>  
>   
>
>Hi Coders,
>
>   I have one group component in which the children are added dynamically. 
> There 
>is also some components on which it is overlapping
>. But when i apply the scroller with height 90%. No area below this component 
>is 
>clickable even though its height is not 90%. Even i tried with 
>mouseEnabledWhereTransparent =true. But nothing seems working.
>
>
>
>public function showElement(comp :*):void{
>container.addElement(comp);
>}
>
>
> top="10" right="10" bottom="10" 
> mouseEnabledWhereTransparent="true"
>   
>   >
>
>mouseEnabled="true" mouseEnabledWhereTransparent="true" includeInLayout="true">
>
>
>
>
>
>
>
>Any help is highly appreciated..
>Thanks,
>
>with Regards,
>Jitendra Jain
>Software Engineer
>91-9979960798
>
> 
> 
>
>   
>
>
>
-- 
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui
 
 

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-16 Thread Alex Harui
If mouseEnabledWhereTransparent=true, you can’t click on things below


On 9/16/11 6:17 AM, "jitendra jain"  wrote:






Hi Group,

Can anyone throw light on this.. Any clues?

Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798


- Forwarded Message 
From: jitendra jain 
To: flex group flex 
Sent: Mon, 12 September, 2011 8:23:33 PM
Subject: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues




Hi Coders,

   I have one group component in which the children are added dynamically. 
There is also some components on which it is overlapping
. But when i apply the scroller with height 90%. No area below this component 
is clickable even though its height is not 90%. Even i tried with 
mouseEnabledWhereTransparent =true. But nothing seems working.



public function showElement(comp :*):void{
container.addElement(comp);
}












Any help is highly appreciated..
Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798








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


Fw: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-16 Thread jitendra jain
Hi Group,

Can anyone throw light on this.. Any clues?

 Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798



- Forwarded Message 
From: jitendra jain 
To: flex group flex 
Sent: Mon, 12 September, 2011 8:23:33 PM
Subject: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

  
Hi Coders,

   I have one group component in which the children are added dynamically. 
There 
is also some components on which it is overlapping
. But when i apply the scroller with height 90%. No area below this component 
is 
clickable even though its height is not 90%. Even i tried with 
mouseEnabledWhereTransparent =true. But nothing seems working.



public function showElement(comp :*):void{
container.addElement(comp);
}













Any help is highly  appreciated..
Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798

 

[flexcoders] Re: mx.controls.HTML in AS3 project

2011-09-16 Thread valdhor
According to the documentation it is in the standard mx.controls package. See 
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/HTML.html

Of course, that means you will have to include the flex SDK. An AS3 only 
project probably doesn't include the SDK.

I just had a look at the framework.swc file where I would have expected to see 
mx.controls.HTML. It includes the mx.controls package but I don't see the HTML. 
H...

Anyone else?

--- In flexcoders@yahoogroups.com, "rwgcoenen"  wrote:
>
> Hello group,
> I want to use the mx.controls.HTML component in a AS3 / AIR project.When
> I create a AS3/AIR project in Flash Builder it gives an error when I try
> to
> import mx.controls.HTML
> I reckon I need to add a .swc to the build path, but I fail to figure
> out which .swc(/.swcs) provide the HTML component. Documentation and
> Google searches have not helped me any further either.  Any help here?
>




Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-16 Thread Alex Harui
I’m pretty sure this is a bug and has been reported.  I don’t recall the 
workaround.

-Alex


On 9/15/11 10:53 PM, "grimmwerks"  wrote:






Stranger still the mx checkbox works fine, spark checkbox no go.
Going to see if I can create a custom skin and try again.



On Sep 16, 2011, at 1:51 AM, grimmwerks wrote:




Strange - just tested and got the same problem - like a checkbox in an 
itemRenderer can't be dragged?! What the...





On Sep 16, 2011, at 1:43 AM, grimmwerks wrote:



Hey all - can't see why but I'm getting an error when I'm trying to drag a 
simple item / itemrenderer in a spark list - itemrenderer consists of one label 
and two checkboxes -- I get this:

rror: Skin for 
DragProxy1531.ListItemDragProxy1530.ManageAccountsExchangeItemPermissions1532.checkTradable
 cannot be found.
at 
spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:698]
at 
spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComp!
 onent.as:443]
at 
spark.components.supportClasses::SkinnableComponent/createChildren()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:406]
at 
mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7624]
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7485]
at 
mx.core::UIComponent/addChildAt()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7189]
at 
spark.components::Group/addDisplayObjectToDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Grou!
 p.as:2037]
at 
spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:1628]
at 
spark.components::Group/setMXMLContent()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:633]
at 
spark.components::Group/createChildren()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:855]<
 /div>
at 
mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7624]
at 
com.investlab.mix.common.components.itemrenderers::ManageAccountsExchangeItemPermissions/ini!
 tialize()
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7485]
at 
mx.core::UIComponent/addChildAt()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7189]
at 
spark.components::Group/addDisplayObjectToDisplayList()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:2037]
at 
spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.5.1\frameworks\projects\spark\src\spa
 rk\compone nts\Group.as:1628]
at 
spark.components::Group/addElementAt()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:1387]
at 
spark.components::Group/addElement()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:1345]
at 
spark.components.supportClasses::ListItemDragProxy/createChildren()[E:\dev\4.5.1\frameworks\projects\spark\src\sp
 ark\components\supportClasses\ListItemDragProxy.as:166]
at 
mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7624]
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7485]
at mx.core::UIComponent/addChild()[E:\dev\ 4.5.1\fra meworks\projects\f! 
ramework\src\mx\core\UIComponent.as:7166]
at 
mx.managers::DragManagerImpl/doDrag()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\DragManagerImpl.as:290]
at 
mx.managers::DragManager$/doDrag()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\DragManager.as:303]
at spark.components::List/dragStartHandler()[E:\dev\4.5.1 \frameworks\project 
s\spark\src\spark\components\List.as:1635]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at 
mx.core::UIComponent/dispatchEvent()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:1!
 3128]
at 
spark.components::List/mouseMoveHandler()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\List.as:1907]




Garry Schafer
grimmwerks
gr...@grimmwerks.com
portfolio: www.grimmwerks.com/ 








Garry Schafer
grimmwerks
gr...@grimmwerks.com
portfolio: www .grimmwerks.com/ 








Garry Schafer
grimmwerks
gr...@grimmwerks.com
portfolio: www.grimmwerks.com/ 










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