[flexcoders] repeater items overlaying on each other

2007-09-10 Thread alehrens
I'm trying to use a repeater for an array of 5 objects and all 5 overlay on top of each other. I'm missing something simple I think. Please help me figure out what it is... The code is below... mx:Label text=RSS Feeds fontSize=20 fontWeight=bold/ mx:Canvas id=mainRSSCanvas width=100%

[flexcoders] Re: repeater items overlaying on each other

2007-09-10 Thread alehrens
Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alehrens Sent: Monday, September 10, 2007 3:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] repeater items overlaying on each other I'm trying

[flexcoders] Re: Properties file and Flash Security

2007-05-09 Thread alehrens
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alehrens Sent: Tuesday, May 08, 2007 11:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Properties file and Flash Security I would like to store two URLs in a properties file and read them in at startup. While I have

[flexcoders] Properties file and Flash Security

2007-05-08 Thread alehrens
I would like to store two URLs in a properties file and read them in at startup. While I have implemented this successfully, there remains one issue that I cannot get around. When the flex app looks to read the properties file, flash security gets into the way and I have to go to the flash

[flexcoders] SQL query with OR clause

2007-04-13 Thread alehrens
I'm using HTTPService to do a sql query and it works nicely. But, I've not hit a point where I want the query to be a little more complex. I want to send this query... select capacity from capTable where id = ('6' or '8' or '10') Here's the code I'm currently using mx:HTTPService

[flexcoders] properties file - changing at runtime

2007-02-26 Thread alehrens
I would like to implement a .XML file that contains properties, just like a java.properties file. What is the best way to do this? I've found some previous posts, but have run into some issues with them. Specifically, what I'm trying to do is build my .swc and deploy it to tomcat. Then, on

[flexcoders] compc - degrees of specification

2007-02-21 Thread alehrens
Hi, I'm tinkering with using Ant for our flex build... We have two libraries that contain a good amount of files (say, 25 .as file and 20 .mxml files for this example). My questions are: 1. Do I include both types of files in the compc task - to build everything in our library into one .swc?

[flexcoders] Re: compc - degrees of specification

2007-02-21 Thread alehrens
included in the swc. pd alehrens wrote: Hi, I'm tinkering with using Ant for our flex build... We have two libraries that contain a good amount of files (say, 25 .as file and 20 .mxml files for this example). My questions are: 1. Do I include both types of files

[flexcoders] Accordian from XML

2006-04-19 Thread alehrens
I'm a newbie to both Flex and FlexCoders... How would you go about populating an accordian tab/data from an XML file? Specifically, I have an XML file that contains a label, data and description. I'd like to use the label as the tab of the accordian, then show the data and description