I've defined a Russian localization file but when setting the locale all I get is ? symbols...
When creating a sample flex app with Cyrillic characters they are displayed just fine, but somehow setting the locale does no work.
Any ideas?
...
Hello,
I'm trying to word wrap a richeditable text but I'm having some problems:
I want it to wrap vertically so I can avoid the horizontal scrollbar.
The Air app only has a spark list and the itemrenderer used is this:
<?xml version="1.0" encoding="utf-8"?>
<s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
...
Hi,
I'm a wee bit stuck on this, and was hoping you might have some input to help me.
I'm getting the "Could not resolve * to a component implementation." error message. However, everything I've read about this via Google hasn't helped my case in the slightest. I presume I'm just missing something obvious, but maybe its something mor...
Hi guys..
I have spent 2 hours on this simple state to state transition with simply resize and move animation.... I can get the element to move and fade...but there is no resize animation at all. The panel element stay the same width whole time. If I copy the code to a brand new test mxml file, it works, but not in my main application...
as in topic, this is working fine in bin debug , but now outside
i use this construciton
bm = BrowserManager.getInstance();
bm.init("","Welcome!");
var o:Object = URLUtil.stringToObject(bm.fragment, "&");
first.text = o.firstPar;
...
I have a DataGrid where one of the columns has a labelFunction. When I run the application a scrollbar shows up in the DataGrid indicating to me that it has data but there is nothing in the DataGrid. When I scroll items start showing up. When I Debugged it I noticed that the labelFunction was never being called until I started scrolli...
I have a main application(app.swf) which loads a module(profiles.swf) and the profiles module loads another module(member_profile.swf). In member_profile I get member data from the server side where an object of type Member is returned. The object returned contains an array called Jobs holding objects of type MemberJob. In the member_pro...
In flex, how to add a label on a chart? I need to display some thing on the chart.
...
I have some MXML elements which i would like to remove and add to a parent element. Unfortunately I am constrained to removing the MXML object as this is handled by the custom component. So is there any way to reinstate a removed MXML element back into the display list?
Sorry if this is an old question, or am i missing something obvious...
Hi,
Flex portlet is calling a webservice and I am intercepting the calls to check the session credentials using XFire AbstractHandler method implementation. But I am not getting the same httpsession value that is used for login in to the application. I have intercepted the calls using TCPmon also. But no clue..
Do anybody have any idea...
Hi,
I am new to Flex programming. I want to implement a custom toolstrip for an app. This tool strip will include a menu bar (or a customized equivalent) to display the common menu items such as File, Edit, etc as well as a search box. It should be flexible enough to include other menu items such as bookmarks, etc in the future. Can some...
My Flex app seems to have different frame rates in Chrome and Firefox. I have a preloader that is essentially a splash screen that fades away with a Timer, and it is this part that has the noticeable frame rate difference--it fades away faster in Firefox. The odd thing is that any Timers I'm using in the rest of the app seem to behave un...
Hi,
i had a issue, when the chart data is displaying the legends has to be shown theinformation of the charts.
But i need to show the multiple data columns for each each legends has to be displayed.
Can any one of you having this type component , please share to me. It is very urgent.
Please check the attached jpeg for reference.
Th...
i had to modify the headers as discussed here to allow PUT and DELETE:
http://stackoverflow.com/questions/153420/is-it-feasible-to-create-a-rest-client-with-flex
and also modified my crossdomain as explained here: http://dotanything.wordpress.com/2008/08/11/flex-security-error-accessing-url-or-channelsecurityerror/
yet i still receive...
I would like to open a new windows when a user clicks on a button so I would like to resize the browser (for example let's say I get the screen size (width) is 1000, I want to resize it to 700px and then launch a window next to the browser that is 300px in width and 100% in height. How do I resize the browser window using flex (and how d...
Hi,
Can someone show me a basic example of how I can select a row in a datagrid in flex and have it highlight that row plus any related rows. Let me give you can example:
Let's say that I have a datagrid. In the grid I have two columns for each row. One column has what type of car they own, and the other column has the owners name. Le...
I've been reading about WebORB, and am wondering: if I just need to call methods on a .NET web service from my Flex app, does it add any value?
...
I have a Flex application with three different views. Only one view is shown at a time, and the choice of view depends on what part of the application the user is working with. If it had been an ordinary HTML webapp I would have created three different HTML-templates/pages for each view.
What is the recommended way to handle such appli...
Hey,
I'm new to flex, and I'm working on a plotchart. Each point in the chart is an object with multiple variables. I wanted to know if I could take a numeric variable from this object, and use it to change the color of the plotted point.
In this case, the numeric value is a number between 0 and 100 that represents a percentage of life...
So, this code splits the screen into two frames:
Javascript:A14nH=location.href;L3f7="http://www.google.com";R1Gh7="http://www.google.com";if(L3f7&&R1Gh7){Fr4Q='<frameset%20cols=\'*,*\'>\n<frame%20src=\''+L3f7+'\'/>';Fr4Q+='<frame%20src=\''+R1Gh7+'\'/>\n';Fr4Q+='</frameset>';with(document){write(Fr4Q);voi...