Thanks a lot Amol (and Maciek)! In between I found that I can go a different way and use a TileList instead but I'm sure your ideas will be useful a bit later...
I have managed to get this to work, I had to reformat my xml data file. Now that I have that working, how would I capture the users selection to populate the...
Anyone have a working example they can point me to that demonstrates how to close an open item in a Flex Tree control? After studying the Tree control in the...
I am trying to build out a basic framework for my application and I have about 4 different "screens" that users can view depending on what they are trying to...
Hi List, Sorry for the long winded post, but I'm completely baffled by an exception that my app is throwing involving an allegedly undefined view state. I have...
59897
John Mazzocchi
john.mazzocchi@...
Jan 2, 2007 12:23 am
Hi all this seems like such a simple thing, and yet ... my project currently lives in the directory My Documents/Flex Builder 2/xmlshow and works fine. If I...
This is helpful, thanks. I like the idea better to have two states to the application (default & logged on state) and then put the rest in a view stack. -...
59899
John Mazzocchi
john.mazzocchi@...
Jan 2, 2007 1:03 am
Please ignore my last post. I just lost my job, so I don't really care what the answer my last query is anymore. Regards This email and any files transmitted...
Can anyone please explain how my app can be causing this error. TypeError: Error #1009: Cannot access a property or method of a null object reference. at...
I am wondering if there are any other New York City based Flex coders on this list? I would love to meet some other coders in the area. (I know tons of...
Hi, i have need your help. I'm using Drools for my business roles. My problem is how to implement a "flex ActionScript solution" sync with my business roles...
Hello, I use a renderer to include an image in a grid. But some of the images don't exist, and then they keep "flickering". Some stroboscopic strange effect. ...
It took a while, but I finally discovered the cause of the problem: the set data() function for each renderer in the DataGrid is called every time one of the...
Hey, Do the images exist in your file system? In other words, is Flex failing to find images that actually exist? If so, could the problem be that LoadImage()...
Kumar, You could write a function to invoke whatever server-side technology you're using (ColdFusion, PHP, JSP, ASP) in order to access the server's system...
Hi all, I facing a lot of problem with datagrid, in my datagrid user can change the fontsize of the text in the rows, and row height varies to reflect that...
Hello, I can set the selectedIndex to the correct row, but if that row is not in the visible area, the datagrid should scroll to that row. How can this be done...
I have a class that has a method called trace. I wanted to test that method so I used trace ... I know, dumb. Anyhow, I tried using flash.utils.trace(message)...
This overlap has happened to me also, but only when using certain CSS files. I did not resize any text in the datagrid it just happens on its own. When it...
59914
Sascha
sbalkau@...
Jan 2, 2007 4:35 pm
Why would it be dumb to use trace? It's a neat way of doing a quick debug. The debugger is not always the best choice. Not sure why the trace will not work...
Hi, I have been reading the various drag and drop examples and tutorials that I've found online and in the docs, but am having issues with a complex drag and...
Is it possible to remove all the labeling x & y labels and data from showing on a linechart? What I am trying to achieve is to just have the line show and...
Derek, during very early FP9/Flex 2 beta releases the trace() method was in flash.utils, but it was promptly moved back to the Top Level or "global" scope...
When I use css to skin to flex components, I'm able to create a swf file with each symbol exported to the first frame and reference those symbols from the css...
I'm having a problem with Flex Builder 2 when an unintended never-ending loop occurs, FB2 never bails. When I do something like: function go() { go(); } in...
Ok, good. Now, each item in the first combo box has an XML "location" node in it. If the location node contains the child nodes necessary to populate the...