You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Marcus Fritze (JIRA)" <ji...@apache.org> on 2013/04/05 00:02:15 UTC

[jira] [Comment Edited] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

    [ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622861#comment-13622861 ] 

Marcus Fritze edited comment on FLEX-33350 at 4/4/13 10:00 PM:
---------------------------------------------------------------

in my CallOutButton-library-project I have the defaults.css (by using compiler argument "-include-file defaults.css defaults.css")


CallOutButton|CallOut
{
	skinClass: ClassReference("net.riastar.skins.spark.CalloutSkin");
}

for the default skin.

When this component will be used in the Flex SDK someone should check that this defaults.css (or any other flex-defaults.css with this css) is also used
                
      was (Author: marcusfritze):
    in my CallOutButtonTest-example I have the defaults.css (by using compiler argument "-include-file defaults.css defaults.css")


CallOutButton|CallOut
{
	skinClass: ClassReference("net.riastar.skins.spark.CalloutSkin");
}

for the default skin.

When this component will be used in the Flex SDK someone should check that this defaults.css (or any other flex-defaults.css with this css) is also used
                  
> CallOutButton for Web (desktop / not AIR)
> -----------------------------------------
>
>                 Key: FLEX-33350
>                 URL: https://issues.apache.org/jira/browse/FLEX-33350
>             Project: Apache Flex
>          Issue Type: New Feature
>          Components: .Unspecified - Framework
>    Affects Versions: Apache Flex 4.9.0
>            Reporter: Marcus Fritze
>            Assignee: Cyrill Zadra
>             Fix For: Apache Flex 4.10.0
>
>         Attachments: CallOutButton.fxpl, CallOutButtonTest.fxp, CallOutButtonTest_v2.zip, CallOutButtonTest.zip, CallOutButton_v2.zip, CallOutButton.zip
>
>
> based on the code provided by Maxime Cowez https://github.com/RIAstar/CallOutFx and the original CallOutButton (AIR version), I developed a CallOutButton for Web (desktop).
> Attachments:
> - CallOutButton (library project)
> - CallOutButtonTest (example project)
> Sorry, I am not a contributor and therefore I have no access to "whiteboard" for uploading an example. Maybe, if someone (a contributor) think this would be a nice component for Apache Flex, you can use it and upload it.
> Feedback is welcome!
> (Warning: there is a lot of commented-out source-code in the Callout.as)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira