『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hello Everyone,I have started learning Adobe Flex recently for purpose of my project. We are planning to use Flex 4.0 Charts. So I need your help regarding the same. I am creating my swf object using Eclipse and Flex SDK. I need to use mxml httpService for fetching xml data from a query template. I am able to create swf object when my url is hard-coded in my mxml code. But the requirement is to send it dynamically from web page depending on selection of inputs. If I pass my url as a parameter of swfobject, the url is send to object but it does not get/plot any data. Please help with the same soon. Regards,Snehal
Hello All,I have started learning Adobe Flex recently for purpose of my project. We are planning to use Flex 4.0 Charts. So I need your help regarding the same. I am creating my swf object using Eclipse and Flex SDK. I need to use mxml httpService for fetching xml data from a query template. I am able to create swf object when my url is hard-coded in my mxml code. But the requirement is to send it dynamically from web page depending on selection of inputs. If I pass my url as a parameter of swfobject, the url is send to object but it does not get/plot any data. Please help with the same soon. Regards,Snehal
I would like to have tabs like individual buttons with some spacing between each button. It should function as normal tab navigator tabs.So, I took a spark ButtonBar component and made changes to the ButtonBarSkin to look as I said above. The default behavior of the ButtonBar is Only one button in the ButtonBar control can be in the selected state. That means when you select a button in a ButtonBar control, the button stays in the selected state until you select a different button.But, If I click on the already selected button, the selection goes off. I don't need such behavior. I want the button to be in the selected state even If I click it again as like in a tab bar control.While I explored the buttonbarskin, I got to know that the buttonbarbutton is being used for defining the custom item renderer for buttonbar control. The ButtonBarButton component has a "allowDeselection"property which is by default true which means the selected button in the buttonbar can be deselected by clicki
Hello all.I am trying to add a checkbox to a datagrid column, so that i can use it to delete a record from the array. My datagrid is as follows <mx:DataGrid x="10" y="40" width="903" dataProvider="{questionsArr}" sortableColumns="false" draggableColumns="false" editable="true"> <mx:columns> <mx:DataGridColumn headerText="No." dataField="Number" width="100" editable="false"/> <mx:DataGridColumn headerText="Question" dataField="Question" /> <mx:DataGridColumn headerText="Delete" width="100" /> </mx:columns> </mx:DataGrid>The user inputs questions into the array via a textinput box.But what i want to do is add a checkbox to
I am trying to develop previous-next panel above the keyboard(as you might have seen in few applications),for ios. But there ae problem regarding focus and cursor.i am using TextInput skinclass for textinput box. Have any one implemented prev-next funtionality in flex. Please advice. thanks in advance.
Dear Colleagues, I've uploaded my new image resampling (interpolation) algorithm called GRI to www.calcurve.com/gri.htm. GRI works faster than bicubic and provides the same level of smoothness with less artifacts. I'd be glad to hear your opinion about it and results of its application.
I am trying to embed my font as CFF in Adobe Flex 4.6 with Adobe Air 3.6. Following works well in Adobe Air 3.1 but when I have updated to 3.6, the embedAsCFF doesn't make any affect.@font-face { src:url("/assets/fonts/myfont.ttf"); fontFamily: testfont; embedAsCFF: true;}Is there any work around in Air 3.6 please?Thanks,Zishan J.
A brand new licensing key has been added to the android google play upload. it appears to only be possible to add this key using native android sdk!?Q: how do i use the google play public key to sign my mobile air app?I read http://developer.android.com/tools/publishing/app-signing.htmlI still dont understand what to do with the new application public key. can this public key be added to the digital certificate that the flex exporter created?All I get on uploading the .apk is thisUpload failedYou uploaded an APK with invalid or missing signing information for some of its files. You need to create a valid signed APK. Learn more about signing.Please help.Rod Martin
Someone know Know How to disable copy/paste inside Flex InputText control?I have Flex 3.2 SDK.Thanks
Hi All,I am facing a problem in 4.6 flex SDK however it is working fine in earlier version sdks.I used a column chart in a module and tried to load the module in flex 4.6 Application . It gives the following error.12/27/2011-18:17:29.625-[ FATAL ] 1009 - Error #1009: Cannot access a property or method of a null object reference. TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.charts.chartClasses::ChartBase/initStyles() at mx.charts.chartClasses::ChartBase/set moduleFactory() at mx.charts.chartClasses::CartesianChart/set moduleFactory() at mx.charts::ColumnChart/set moduleFactory() at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded() at spark.components::Group/setMXMLContent() at spark.components::Group/set mxmlContent() at spark.components::SkinnableContainer/set mxmlContent() at spark.components::SkinnableContainer/createDeferredContent() at mx.containers::ViewStack/instantiateSelectedChild() at mx.container
Just installed FB 4.7 on mac OS X (10.8). Downloaded eclipse plugins and set up commandline paths. FlexPMD shows as flexpmd.running, but no results show.FlexCPD runs and returns results as expected.Any pointers? Does 1.2 still require all paths to be without spaces?
I've looked at the various other threads but no luck so far.I'm using Flash Builder 4 and the Flex API 4 and until yesterday all was well - i.e. I could run my app in debug mode. Somehow today things stopped working. Not sure why - I didn't tweak anything in Flash Builder's options. When launching any app (most complicated to the simplest) I get a status bar telling melaunching: waiting for Adobe Flash Player to connect to debuggerthat always gets stuck at 57%. Then after a few minutes I get Failed to connect; session timed out.Ensure that: 1. You compiled your Flash application with debugging on. 2. You are running the debugger version of Flash Player.I'm using Chrome on Windows 7. I really need to debug.thank you for any help.
Please download the attached file to view this post
I'm using mx:Tree component to load a static xml data to bring it in the tree form. I'm having a HDivided box where my left side portion will have the tree and the right side major portion will be a border container with Flex IFrame component in it.On creationComplete event, I'm assigning the dataprovider of the Tree component with the static xml data. The tree is loaded with the xml data. If I select any particular leaf node in the tree, the right side portion(i.e IFrame inside a Border Container) should be loaded with the html content corresponding to the selected node data. No issues in that.The problem I have is after I load the flex module,Step 1 :Without selecting any of the top nodes, I'm selecting (clicking) the node E1 under E. The corresponding HTML content is loaded smoothly.Step 2:Then, If I select the D2 node under D branch, the selection of D2 is not happening and it is retaining with E1 itself. Obviously, the itemClick handler will have the selected item as E1 and the sa
Hi,I have just downloaded Flex 4.6 framework, and I cannot build the sdk.When I run ant main, I've got a lot of errors :...//////////// [compc] ^ [compc] [compc] C:\FlexSDK\4.6.0\frameworks\projects\framework\src\mx\core\ILayoutElement.as(29): col: 41 Error: Interface IEventDispatcher was not found. [compc] [compc] public interface ILayoutElement extends IEventDispatcher [compc] ^ [compc] [compc] C:\FlexSDK\4.6.0\frameworks\projects\framework\src\mx\core\ILayoutDirectionElement.as(1): col: 1 Error: The definition of base class Object was notfound. [compc] [compc] //////////
Hi There,I'm trying to launch the user's e-mail and automatically embed an attachement:What I'm trying is: var src:String = "mailto:test@test.com&subject=test_subject&body=testBody&attachment=assets/test.gif"; var urlReq:URLRequest = new URLRequest(src); navigateToURL(urlReq, "_self");assets/test.gif is a subfolder to the html hosting the swfThe e-mail launches - but there is no attachment. Is there something I can do to access the file? I have also tried surrounding the attachment filename in double quotes - e.g. attachment=\"assets/test.gif\"Thanks,Tim
Hi,I'm new to flex 4.5 and working with Parsley 2.4 and SDK 4.5.I'm getting the following error when loading a module:VerifyError: Error #1053: Illegal override of ParsleyFlexModuleFactory in com.adobe.cairngorm.module.ParsleyFlexModuleFactory. at com.adobe.cairngorm.module::ParsleyModuleInfoProxy/get factory() at com.adobe.cairngorm.module::ModuleViewLoader/addLoadedModuleToStage() at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2() at mx.core::UIComponent/callLaterDispatcher()Does anybody knows what is the problem?Thanks!Assaf
Unable to install Flah Builder, bad start...Here the message, there no log file in C:Common Files, any idea?Exit Code: 7-------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 16 error(s), 14 warning(s)WARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed due to dependent operation failureWARNING: Payload cannot be installed d
Im using a mx:MenuBar component with xml data to bring a menu. The basic behaviour as I see is, initially on clicking the top level menu item (i.e on the horizontal bar), the pop-up sub menu opens. Then without clicking anywhere, if I mouse over / roll over on the horizontal menu bar, the pop-up sub menus of the other top level menus opens up.This behaviour seems to be inconsistent. The pop-up sub menus should open either on click of any top level menu item (horizontal menu bar) or only on mouse over / roll over of the menu bar items.I want the pop-up submenus to open only on click of the top level menu (horizontal menu bar). So I added event handlers for mouseOver as well as rollOver events (don't know which event actually gets generated on hovering over the horizontal menu bar). In the event handlers, I called the event.preventDefault() method to prevent the default behaviour(i.e opening of pop-up sub menus). But, nothing works. I felt like, I don't have control over it.how to
Is there any simple way to define a constant speed or should I say predefined step at which the mousewheel will scroll the vertical scroller? For example when I programmed my scrollers in flash I've made a formula which worked this way:1) I want to move the scrollable content area with 40px per scroll of the mouse wheel2) it calculates the 40px/visible content area height % which I then use to calculate for how much the scroller thumb should move on the track3) also some code for reaching the top and bottom of the total content area/scroller track.Here the scroller has some auto calulating speed but when I put scrollers to my main application (you know.. browser like scrolls) they seem to scroll very slow. So now I've been looking for a property or something to change it somehow to be more fast but couldn't find anything. Maybe I need to make the scrollers custom but I tought that would be stupid not to have on the default scrollers... so I am asking here.Another question of anyone kno
I am using Flex 4.6 with AIR SDK 3.6 in Flash Builder 4.7 to develop desktop AIR application. I am trying to implement the Worker (embed in code) that will check for valid URL. For this purpose I am using URLRequest. This worker is automatically compiled into SWF by FB 4.7. But during runtime I am receiving following error message on URLRequest:Error #3205: Only application-sandbox content can access this feature.Is there any work around to this?
Hello,I have a test case that will not run due to proceedOnEvent not seeing the desired event. Here's the test code:package com.mine.components.buttonBar{ import flexunit.framework.Assert; import mx.collections.ArrayList; import mx.core.FlexGlobals; import mx.events.FlexEvent; import org.flexunit.async.Async; import org.fluint.uiImpersonation.UIImpersonator; import org.hamcrest.assertThat; import org.hamcrest.collection.hasItems; import org.hamcrest.object.equalTo;
Configuration:Windows XP SP3 x86FlashDevelop IDE 3.2.1Flex SDK 3.5.0.12683Browsers: Firefox 3.6.4 (with Firebug and Flashbug) and IE8Flash Player Debugger 10.1.53.64Issue Overview:Since upgrading from the debug player 10.0.45.2 to the latest 10.1.53.64, I've found that my trace statements are no long written to flashlog.txt from either Firefox or IE. No logs are written, which is a pretty big deal during development.Consider that it does affect the players in both browsers. I do have mm.cfg configured correctly as per the KB instructions (no change was required, although I did experiment). I am indeed compiling in debug mode. It's not a Flashbug issue as flashlog.txt never gets updated.Research:I wasn't able to find much of anything in my searching. There was maybe one blog post with comments suggesting a similar issue with a 10.1RC, but didn't offer up any solutions (I hadn't been developing with the RCs). Also, I couldn't find a relevant entry in the Flash Player bug tracker.Workarou
I have already tried to re-install Adobe reader, have accepted end-user agreement, and now at a loss. HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK is always coming back as false for me, so I am hoping someone can shed some light on why.
2years ago, i completed a project with flex_sdk_4.0.0.10485.zip. today , i want to reuse the project , but i can't get the flex_sdk_4.0.0.10485.zip, the source code can't complite correctly. thank you ! the url "http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4/flex_sdk_4.0.0.10485.zip" is not avalible.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。