apache-flex

Add .properties file to output folder of Flex project

爱⌒轻易说出口 提交于 2019-12-11 21:28:00
问题 In our current project we use .properties files as external files. When building our project the properties files are not added to the bin debug (output folder). Xml files are added without any problem. Does anybody know how I can add the .properties extension to a kind of exclusion filter list or something, so flash builder will add this files to my output folder instead of ignoring them? (I'm using Flash builder beta 2 as plugin for Eclipse) Thanks a lot. Wannes 回答1: Remove .properties from

Error #2130 Unable to flush sharedObject

♀尐吖头ヾ 提交于 2019-12-11 21:19:50
问题 I cant flush the shared object in my project. What can I do for that problem? 回答1: Make sure that the URL is valid. I had the same problem with a double slash ( // ) in the URL: http://localhost/myProject//MyProject.html?debug=true 回答2: Flash should be allowed to store data to your hard drive. You can configure storage settings here : http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html 回答3: I was having the same problem in Windows 7. I went to control

Multiple text areas with different rotation values causes borders to be very very wrong

ⅰ亾dé卋堺 提交于 2019-12-11 20:57:41
问题 If you have two textareas, one has a rotation value besides 0 and the other has no rotation value or a value of 0 and you 'tab' focus from the one w/rotation to the one w/out. The border around the textArea w/out rotation will be rotated. If you set the rotation value of the non-rotated text field to a non-zero number, even 0.01, it fixes the problem, this causes tons of other problems in text rendering though so its not a solution. I found setting the focusThickness style to 0 removes the

Problem with scrolling a sparks list with TileLayout in Flex 4.5

喜夏-厌秋 提交于 2019-12-11 20:39:20
问题 I'm experiencing a very strange behavior with a spark list with TileLayout placed inside a scroller. Basically, I want to have a title area above my list that scrolls away when the user scrolls down the list. To do this I put the title and the list inside a Group and wrapped the group inside a scroller with width and height = 100%. I also set the verticalScrollPolicy to off on the list to make sure everything scrolls together. The problem is that if the list has the default VerticalLayout

How can my Spring-Flex project use a vanilla HttpServlet via Java?

点点圈 提交于 2019-12-11 20:39:17
问题 I've got a bit of a tricky question. I'm trying to figure out the best way to leverage a vanilla HttpServlet from a Spring-Flex (with BlazeDS) project I'm working on. My team has an HttpServlet that they've used in the past (that some other team built) that processes a request given some key/value pairs passed over HTTP GET. I want to use this HttpServlet class to do the same work, but I want to call it in Java, when my Flex client invokes a method on a Service. Ideally, the class invoking

esc from fullscreen using video in full screen minimizes whole app in flex

本小妞迷上赌 提交于 2019-12-11 20:30:08
问题 I have an application intended to run in full screen mode. In order to prevent it from getting out of full screen I did: protected function windowedapplication_preinitializeHandler(event:FlexEvent):void { nativeWindow.stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown); nativeWindow.stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE; } protected function onKeyDown(event:KeyboardEvent):void { if (event.keyCode == 27) { event.preventDefault(); } } That prevents the app getting

HitTest between animated Flex components and rotated AS3 components

喜欢而已 提交于 2019-12-11 20:10:39
问题 My app use AIR for Android. I create a roulette wheel on which the ball rolls. Required to detect collition of the ball with the sectors of roulette. At the same time the wheel rotates on its axis. Everything works fine. I combine Flex components and AS3 components. To register contact I use hitTest. If I debug on the desktop by the emulator, then everything is fine. But when I test my app on my mobile device, the hitTest occurs only at certain times. I see that the roulette wheel spins all

Error “Can not resolve reference to multiname unambiguously”

老子叫甜甜 提交于 2019-12-11 20:08:08
问题 Personal is giving this error and I can not solve it. Can not resolve reference to multiname unambiguously. FacebookMobile (from C: \ Users \ Robinho \ Adobe Flex Builder 4.6 \ FacebookMobile \ src \ FacebookMobile.mxml) and com.facebook.graph: FacebookMobile (from C: \ Users \ Robinho \ Adobe Flex Builder 4.6 \ FacebookMobile \ libs \ GraphAPI_Mobile_1_8_1 . swc (com.facebook.graph: FacebookMobile)) are available. 回答1: You have two classes with same name FacebookMobile one is defined by

WebORB5 installation in Visual Studio2013 Project

纵饮孤独 提交于 2019-12-11 20:07:20
问题 I'm trying to install a WebORB in a testing new ASP.NET4.5 Project visual Studio2013. I'm using this manual WebORB4Net.pdf, Ref 6.1 Installation From Zip, 6.3-Installing WebORB into existing ASP.NET application. But when I'm try to surf to this directory http://localhost/MediaServer/weborbconsole.html , i'm getting this error First error screen : Server reported an error: Send failed second screen clicking on Ok : SECURITY:Send failed Third: SERVICES: faultString:'Send failed' faultDetail:

Error 1120: Access of undefined property

荒凉一梦 提交于 2019-12-11 20:06:07
问题 I have a <mx:Script> on the main file, where I define this: [Bindable] private var dpCols:ArrayCollection = new ArrayCollection([ {'prx':'bl', 'nmb':'Blanco', 'ral':'RAL1013', 'hex':'E8E4CD'}, {'prx':'am', 'nmb':'Amarillo', 'ral':'RAL1005', 'hex':'C79E03'}, {'prx':'gr', 'nmb':'Gris Perla', 'ral':'RAL7045', 'hex':'8E939E'} ]); I can use it as a dataProvider in many places, but not here: <mx:TileList dataProvider="{dpCols}"> <mx:itemRenderer> <mx:Component> <mx:Box backgroundColor="{int('0x' +