[flexcoders] Invalid data error while embedding symbols from external Swf

2009-07-03 Thread Rohit Sharma
Hello All, Till now I have been successfully working by embedding movieclips from external swf in my flex application. But now I am facing a weird error. I have to create a form which contains these embedded movieclip symbols. As soon as the form comes up I get the run time error

Re: [flexcoders] ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-07-03 Thread Angelo Anolin
Hi Sam, Basically this is the process which I am using. .NET Retrieve records from Oracle DB and store the same into a dataset.  Return the dataset as XML string via the command DataSet.GetXML. Flex In the event handler of my webservice method call, I parse the string into XML, then

[flexcoders] Bring forward something in flex

2009-07-03 Thread j2me_soul
I have a lot titlewindow in the application. But the main panel which wrote by mxml is always covered by some titlewindow. How can I bring the main panel forward when I clicked it ?

Re: [flexcoders] Bring forward something in flex

2009-07-03 Thread claudiu ursica
It is related to the order that you declare component in your mxml ... The latter the better. C From: j2me_soul j2me_s...@163.com To: flexcoders flexcoders@yahoogroups.com Sent: Friday, July 3, 2009 11:36:20 AM Subject: [flexcoders] Bring forward something

[flexcoders] Vertical scroll bar on left hand side

2009-07-03 Thread Sceneshift
-- View this message in context: http://www.nabble.com/Vertical-scroll-bar-on-left-hand-side-tp24320336p24320336.html Sent from the FlexCoders mailing list archive at Nabble.com.

[flexcoders] Vertical scroll bar on left hand side

2009-07-03 Thread Sceneshift
Hey guys, I am trying to get a canvas component to display the vertical scroll bar on the left hand side, as opposed to the right. I can't seem to find anything online which suggests how to do this, any ideas? -- View this message in context:

Re:Re: [flexcoders] Bring forward something in flex

2009-07-03 Thread j2me_soul
How can I change the order at runtime? If I wanna bring some component forward. Just like the titlewindow, the titlewindow clicked bring to the most head of the screen. 在2009-07-03,claudiu ursica the_bran...@yahoo.com 写道: It is related to the order that you declare component in your mxml

[flexcoders] dynamic image gallery

2009-07-03 Thread stinasius
Hi guys I have a problem with an image gallery am trying to do. This is the scenario. In my application I have the main application file gallery.mxml and three custom components namely imageName.mxml, imageGallery.mxml and Thumbnail.mxml. what am trying to do is have a dynamic image gallery

Re: [flexcoders] Re: Is license required to deploye the flex chart application

2009-07-03 Thread Krunal Panchal
thanks, From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, 1 July, 2009 22:33:19 Subject: [flexcoders] Re: Is license required to deploye the flex chart application Sorry, I think I put you wrong there. If you have

Re: [flexcoders] Testing socket...

2009-07-03 Thread Marvin Froeder
That was exactly what I was trying to avoid using an external language I would like to keep pure as3 here... But see no way to do that. VELO On Fri, Jul 3, 2009 at 12:51 AM, Gautam P p.gau...@gmail.com wrote: [Attachment(s) #1223eede90fcd523_TopText from Gautam P included below]

[flexcoders] Re: Data Pushing

2009-07-03 Thread markgoldin_2000
You can push data yourself using a sockect class. One product I have tried was Lighstreamer. --- In flexcoders@yahoogroups.com, Adrian Resa Jones noregret...@... wrote: The software (flex or air) needs to allow more than one user to work on the same data at the same time in a collaborative

Re: [flexcoders] Bring forward something in flex

2009-07-03 Thread Jeffry Houser
The initial layout is related tot he order you declare things in MXML, but that doesn't help him move children around by clicking on something in the background. Take a look at SwapChildren and/or SwampChildrenAt:

[flexcoders] Popup in new Browser window

2009-07-03 Thread ferrari_hunk
Hi, I am facing some trouble on working with Popups. In my application, I have 2 panels, leftPanel(contains a tree) and rightPanel(shows charts/live data from DB based on the selected tree leaf and it autorefreshes every 10 seconds). I am trying to implement a functionality in which I have a

[flexcoders] HELP PLS

2009-07-03 Thread veerendra
I'm trying to learn Flex. Can anyone guide me, where I can get the information about this. I am beginner to Flex Thanks in Advance.

[flexcoders] Flex in eclipse

2009-07-03 Thread vladakg85
Is there on the internet some good explanation step by step, how to configure eclipse to develop flex applications. Thanks

[flexcoders] Re: Flex in eclipse

2009-07-03 Thread vladakg85
O yeah, I want to connect eclipse to flex SDK, looking for free solution :) --- In flexcoders@yahoogroups.com, vladakg85 vladak...@... wrote: Is there on the internet some good explanation step by step, how to configure eclipse to develop flex applications. Thanks

[flexcoders] Disable TitleList,DataGrid scroll on click and drag

2009-07-03 Thread michaeljonknight
TitleList and DataGrid scroll the view area when you click and drag outside of the control area. In my application I would like to drag items from one control to another and don't want them to scroll. Is there a way I disable this click-drag functionality? thanks, Michael

Re: [flexcoders] HELP PLS

2009-07-03 Thread Vivian Richard
http://www.adobe.com/devnet/flex/videotraining/ On Fri, Jul 3, 2009 at 8:21 AM, veerendragaonkar.viren...@yahoo.com wrote: I'm trying to learn Flex. Can anyone guide me, where I can get the information about this. I am beginner to Flex Thanks in Advance.

[flexcoders] Problems with Julian Dates with AIR percision?

2009-07-03 Thread Charlie Hubbard
I'm writing some unit tests for my database, and I'm having a real problem with Julian date comparisons in the SQLite database. I'm trying to load records by the following query: select * from Table where created_at ? If my given Date is less than stored dates by 100ms SQLite fails to hand

Re: [flexcoders] Re: why does my MXML act differently than my AS?

2009-07-03 Thread Pan Troglodytes
I'm torn on whether to submit this as a bug. I wish someone at adobe could step in and say well, that's not equivalent MXML because you forgot about __. On Thu, Jul 2, 2009 at 10:32 AM, valdhor valdhorli...@embarqmail.comwrote: Nope. I confirmed what you are seeing but couldn't figure

[flexcoders] Re: getting the xml data from a dispatched event

2009-07-03 Thread Jason B
any Idea? --- In flexcoders@yahoogroups.com, Jason B nos...@... wrote: yes heres the results Main0.vsMain.HBox8.VBox968.vsCreateMeals.VBox971.pnlCreateBreakfast.coverflow.Panelcreatemealitem1006 How can I access the object data, it's in a file thats under the folder

Re: [flexcoders]How to get the UITextField to remeasure

2009-07-03 Thread dorkie dork from dorktown
bump Here is an example. Create a new Application, paste this code in and then hit the button. As you can see it resizes the image but the text does not reflow. Been working on this all week. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

[flexcoders] Re: getting the xml data from a dispatched event

2009-07-03 Thread Tim Hoff
The zip file doesn't contain any code in the src folder. Kind of hard to see what's happening without it. -TH --- In flexcoders@yahoogroups.com, Jason B nos...@... wrote: any Idea? --- In flexcoders@yahoogroups.com, Jason B nospam@ wrote: yes heres the results

[flexcoders] List ScrollToIndex does not work for last item in List

2009-07-03 Thread flexcoder2008
How do you make scrollToIndex work on a List where the last item in the List is currently not visible? When I use List.scrollToIndex it works for any item above my current selection, but will never scroll to the end of the List.

Re: [flexcoders] Re: getting the xml data from a dispatched event

2009-07-03 Thread Sam Lai
It seems like wherever this code is - [Bindable] private var customMeals:ArrayCollection = new ArrayCollection; //throws error on this line customMeals.addItem((event.target as mealitem).mealDetails); event.target is actually the panel containing the 'create meal item' button, as opposed to the

Re: [flexcoders] ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-07-03 Thread Sam Lai
I just wrote up a simple C# web service that accepts an ArrayList: [WebMethod] public bool ArrayListTest(System.Collections.ArrayList a) { ... } Then in Flex I wrote this, mx:Script ![CDATA[ import mx.collections.ArrayCollection; private function