Hello, I am trying to use a ColumnChart within a Repeater. Sadly the charts are always empty. If I copy and paste the chart below the repeater, the chart is...
Darron, Thanks so much. Sometimes it's better to know something cannot be done than to search for a solution hours and hours. Two remaining questions: 1. What...
Ralf Rottmann
ralf.rottmann@...
Dec 1, 2005 9:35 am
25678
Hi All, I have data grid populated with records from DB as, <mx:DataGrid id="dGrid" dataProvider="{lglDocLst}"> <mx:columns> <mx:Array> <mx:DataGridColumn...
I have a datagrid that is built dynamically via AS. I add columns to the datagrid var column:DataGridColumn = new DataGridColumn("Apples"); column.headerText =...
Where exactly did I make a "false pretense of free stuff"? Sorry if it came across like that, but there was no intention to deceive. I actually had it set at...
Dear WTF, Not sure where you get the "linking under false pretense of free stuff" because I never said it was free, just pointed to more information. I'm...
Ok Matt What excectly I need is following: 1. Create my own adapter (don't ask me why I just need it), 2. Configure it with one string property, some...
Yes, the concurrency in set in the service tag and not actionscript. I will create a workaround and I will also try to test Flex 2 to see if it is still a bug....
Rich Tretola
rtretola@...
Dec 1, 2005 9:49 am
25684
Is there a way to alias embedded fonts? I cannot find any option for this! Thanks....
Thank you ! ... De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Em nome de Darin Kohles Enviada em: quinta-feira, 1 de dezembro de 2005...
Michel Bertrand
michel.bertrand@...
Dec 1, 2005 10:50 am
25689
Carbon Five has developed a SpringBeanAdapter that can be used with Flex Remoting - maybe this is a good starting point for you? ...
Hi Keishichi, Are you saying you are not receiving the event or that you are receiving the event but tile list is not getting refreshed ? You can put a trace /...
Shouldnt you be adding a listener to the component? you have this : private function onCreationComplete() { addEventListener("RELOAD_DATA", loadData); } maybe...
Martin Wood
flashdev@...
Dec 1, 2005 12:24 pm
25692
Hellow Mr. Moderator, I just want to describe you my problem..Hope u can help me. Its seen often that whenever I post my problem in the Flexcoder as new post,...
Hi, Can someone explain why PrintJob is cutting the bottom of letters like g, y,q etc?? See pic to explain. In the pic (a printed datagrid) the numbers should...
Dirk, thanx I'm already using it but I want to enchance it a bit and need to be able to pass some parameters to it. Also I do not like undocumented features...
Works perfectly!! Thanks for your explanation and code. Thanks! Hari ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of...
Doodi, Hari - BLS CTR
Doodi.Hari@...
Dec 1, 2005 2:41 pm
25696
Tracy, Thanx it works. Where do you get such info about undocumented features like @ContextRoot()? Maybe there are some more interesting things there. As far...
Hi there, Is there any known way of allowing a flex/flash movie to establish socket connects cross server? E.g.: If I want to create a simple telnet client,...
Ralf Rottmann
ralf.rottmann@...
Dec 1, 2005 3:07 pm
25700
Hi We recently purchased a flex license and i'm just trying out a few initial things. the licensed flex server is installed on apache tomcat. My problem is any...
Policy files are also applicable to socket connections afaik ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf...
I just wrote clone methods. I need a true copy, so ensured each was made correctly. Easy for the simple ones (like Flex 2 events), harder for ones with...
Any idea how that should work? You call the Socket.connect(server, port) class to establish a connection (and that connection GETS established even without any...
Ralf Rottmann
ralf.rottmann@...
Dec 1, 2005 3:20 pm
25704
IIRC you need a policy on the webserver at the domain you are connecting. This was certainly the case for XMLSocket, not sure about binary, but I've not heard...
Joćo, Thank you so much for the quick reply. This binding thing takes some getting use to. - Sean ... return the index of item corresponding to my id. ... ...