[flexcoders] help needed with weird javascriptInjector issue

2008-07-08 Thread Body Works Studio
Hello all, we are trying to support Arabic in our application, but until flash10 comes out we are using Abdul Qabiz's javascript.as to dynamically layer javascript based text fields over the flex app to hold rtl formatted Arabic text. This worked fine in flex 2 and I just fired up the old version

[flexcoders] Question: need flex to read text files on another server and display in textArea

2008-07-07 Thread Body Works Studio
Hello All, I need to make a pop up that will display the contents of a text file. I want to use a text Area as the file is read only. What is the best way to get Flex to access and read the file on the other server. The file contents are currently ascii text files. Any help would be much

[flexcoders] Re: Problems with list using custom itemRenderer and variableRowHeight

2008-06-25 Thread Body Works Studio
Systems On Tue, Jun 24, 2008 at 12:06 PM, Body Works Studio

[flexcoders] Is it possible to get compontnet height is it doesnt have height=###

2008-06-25 Thread Body Works Studio
Hello all, I have a flowContainer that is dynamically added to a vbox on load. Inside that flowContainer I dynamically fill it with labels (one label per phrase) via an addChild(). currently I do not define a height on the flowContainer. The vbox and its parent make up a itemRenderer component

[flexcoders] Please help. Trouble setting button's color via actionscript

2008-06-17 Thread Body Works Studio
Hello All. I have been asked to color the text in a series of buttons in a color series (blue, then green, then grey, then repeat). The buttons are being dynamically made via an array that the script reads. I can create the button, set the label, and set the alpha, but when I get to color,

[flexcoders] Re: Please help. Trouble setting button's color via actionscript

2008-06-17 Thread Body Works Studio
thanks for the info Jeff --- In flexcoders@yahoogroups.com, Greg C. [EMAIL PROTECTED] wrote: Color is defined as a style, not as a normal property. You want to do similar to the following: tagLabel.setStyle(color, 0x1B82A1); --- In flexcoders@yahoogroups.com, Body Works Studio

[flexcoders] having problem with setting scriptTimeLimit

2008-06-16 Thread Body Works Studio
Hello all, I have some parts of my application that can get pretty complex on rendering, and at times we have maxed out the timeout and gotten the error. I added scriptTimeLimit=60 to my application tag, but error still occurred. So for now we lowered the amount of data that would be sent to the

[flexcoders] NEED HELP PLEASE with actionscript based elements not appearing all the time

2008-06-12 Thread Body Works Studio
Hello all, I am having an issue with the component I am using for my itemRender on a list. The itemRenderer is canvas based, and I have the main layout done in mxml. in the layout I have a VBox with and id of metadataList. on load I run a function that pulls together content from an

[flexcoders] HELP with bad looping and error #1502

2008-06-10 Thread Body Works Studio
Hi all I came across a problem where when parsing search results. Each search result is given a tag cloud, and I run through a loop to determine scoring of elements for a tag cloud. the scoring is presented in a hash map that lines up with the name on the tags in the cloud. here is the code I

[flexcoders] Re: OOP and Work for Hire

2008-06-10 Thread Body Works Studio
All jobs I have worked in for the last 12 years have been work for Hire, and further more there is usually an agreement I have to sign saying anything I create while at that company they technically own. In the US this is the norm. If you don't deal with this scenario, then the people hiring you

[flexcoders] HELP change mouse pointer over text object

2008-06-09 Thread Body Works Studio
Hi all, in the result list we use to use the linkButton to display the name of the doc coming back in the rss. Problem was the button would either extend into the next object to the right, r if we sized the button we got the truncated text with ... at the end. So as a workaround I make the rss

[flexcoders] Re: HELP change mouse pointer over text object

2008-06-09 Thread Body Works Studio
=true Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Body Works Studio Sent: Monday, June 09, 2008 1:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] HELP change mouse pointer over text object Hi

[flexcoders] Need help please on getting min max numbers

2008-06-07 Thread Body Works Studio
hello all, I need some quick help. I have an object which is a hash map of percentages that line up with names in a seperate array. The index is the name from the other array, and the value is a number. What is the simpliest way to get the min and max of the object? thanks for your time. Jeff

[flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Body Works Studio
Also if there is not a known component, could someone please give me some suggestions on what components would work best to do the layout? thanks Jeff --- In flexcoders@yahoogroups.com, Body Works Studio [EMAIL PROTECTED] wrote: Hi all, Does anyone know if there is a project

[flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Body Works Studio
Thanks for the link, but thats a little to much. I just need to reproduce the typical tag cloud you see on a lot of blogs. I have the array of tags and will be adding in scores on how relevant they are. I think what I need to really know is what component will work. I am thinking make a label text

[flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Body Works Studio
most likely get away with basing it on the RichTextEditor component with a little thought. -Josh On Fri, Jun 6, 2008 at 1:29 AM, Body Works Studio [EMAIL PROTECTED] wrote: Thanks for the link, but thats a little to much. I just need to reproduce the typical tag cloud you see on a lot

[flexcoders] Please help graphics.beginFill and css issue

2008-06-05 Thread Body Works Studio
Hi all, came across an issue with our custom tab skin. while drawing the shapes we pull the colors from our css. the colors are stored like backgroundColor: #FF we then call the style via var backgroundColor:Number = getStyle( backgroundColor ); then we fill our shape

[flexcoders] Re: Please help graphics.beginFill and css issue

2008-06-05 Thread Body Works Studio
= getStyle(backgroundColor) what value does this var get set to? It should be 16777215. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Body Works Studio Sent: Thursday, June 05, 2008

[flexcoders] Is there a flex based Tag Cloud component?

2008-06-04 Thread Body Works Studio
Hi all, Does anyone know if there is a project or a component that will build tag cloud in flex? thanks Jeff

[flexcoders] Does anyone know a way to show percentages as LinearAxis label?

2008-05-30 Thread Body Works Studio
Hi all We have a dashboard chart with two series being displayed one is the number of docs, and the second series shows the percentage of relevance. I have the min and max set to 0 and 100 respectively and interval is set to 25. is there a way to make the scale show as 25% 50% 75% etc... Thanks

[flexcoders] Need Advice on browser buttons

2008-05-27 Thread Body Works Studio
Hi all, gotten some user feedback on the app I am working on. big complaints are when a user clicks back by accident or the refresh button. What are you doing to limit how the user works in the browser so they don't kill the app and their work. Thanks Jeff

[flexcoders] Help! question on deploying flex and blazeDS on WebLogic

2008-05-19 Thread Body Works Studio
Hi all, I am with a software dev company, and we have a search app with a UI built in flex. Currently our app works on web Logic. As part of our app's upgrade to flex 3 we are switching from fds to blaze DS. Because of legal reasons since Blaze is open source we need to split out the blaze war

[flexcoders] question about working with SessionIDs and FDS

2008-04-16 Thread Body Works Studio
Hello all. we are still using fds.swc in our with current customer installs. One customer needs us to use sessionIDs on server calls. We have updated all the remoteObject calls, but I am having issues with the DataServices.fill command. is there a way to dynamically insert the server's sessionID

[flexcoders] Tryin gto add Blaze to Weblogic server.

2008-03-27 Thread Body Works Studio
Hi all, we are upgrading to FB3 and Blaze for our current project. Before we were using FB2 with FDS, and the consultant team who built the app, exploded the war file and put it directly into out war. Now I am trying to add Blaze and have updated all the WEB-INF files, but I am reviewing the

[flexcoders] Help converting from rtmp using fds to amf using blaze

2008-03-25 Thread Body Works Studio
Hi all, we just got our copy of FB3 pro, and as part of the upgrading project I just found out I need to pull out our rtmpChannel usage and replace it as Blaze does not support rtmp. Does anyone know of a good tutorial on configuring blaze beyond what comes with turnkey. Or does anyone have

[flexcoders] scrolling question

2008-03-24 Thread Body Works Studio
I have a report using a list component with a custom renderer. We have a paging controller on the page that when you click it , the data set will advance to the next page. What happens is the new data set is inserted in the the list view, and keeps the viewer exactly same position where they

[flexcoders] Re: scrolling question

2008-03-24 Thread Body Works Studio
Joan, thanks for the info. That worked like a charm. =) Jeff --- In flexcoders@yahoogroups.com, joan_lynn [EMAIL PROTECTED] wrote: When you advance to the next page, set the verticalScrollPosition property of your List to 0. Joan --- In flexcoders@yahoogroups.com, Body Works Studio

[flexcoders] Looking for Tutorials for Configuring Flex for Multiserver deployment

2008-03-03 Thread Body Works Studio
Hello All, We are using Flexbuilder 2 with FDS, and are running on BEA. I need to find any good tutorials for configuring Flex 2 so the services-congif.xml will be locally aware and you can define server connections beyond using {server.name} or http://localhost/ thanks for your time Jeff

[flexcoders] Re: Looking for Tutorials for Configuring Flex for Multiserver deployment

2008-03-03 Thread Body Works Studio
@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: The services-config.xml file data is compiled into your resulting swf. I'm not sure what you mean when you say you want the file to be locally aware. What problems are you having using {server.name}? Body Works Studio wrote

[flexcoders] question for any US Goverment flex developers

2008-02-25 Thread Body Works Studio
Hello all, Now that flex 3 and Air are live and are now shipping. Has anyone heard when the following products will have DOD approval to be used? Flex 3 Air Blaze DS Thanks for your time Jeff

[flexcoders] is it possible to control placemnt in SpringGraph

2008-02-08 Thread Body Works Studio
We are using the SpringGraph to render our Cluster View chart. The chart is based on search results that have been categories by type, keywords, subject matter. Also we have zoom, density, correlation, and node type controls to modify the results of the cluster view. In our initial UAT some users

[flexcoders] question on text encoding

2008-02-07 Thread Body Works Studio
Hello all, I wanted to know is it possible for flex to determine what encoding the text being entered in to a textInput, textArea, or HTMLTextInput is using. Thr concern is a user copies and pastes in text from say a Microsoft product. The reason I ask is we have UTF8 encoding for the project,

[flexcoders] Help upgrading to Flex 3

2008-02-06 Thread Body Works Studio
Hello all, I have a j2EE facing web app that is using flex 2.0.1 w/ the fds.swf. I am taking a stab at Flex 3 Beta 3, and wanted to know will Flex three work with fds.swf when you use the 2.0.1 compiler? Thanks Jeff

[flexcoders] Help! Channel definition mx.messaging.RTMPChannel, can not be found

2008-02-05 Thread Body Works Studio
Hello all, Ijust downloaded the latest flex3 because I wanted to take my existingflex2 project and port it as an AIR application. However when I importmy current project into flex 3 using the flex2.0.1 hotfix3 compiler.When the project was loaded I get the following problem Channel definition

[flexcoders] Help Using Arabic and othe rBidi langauges form wise with Flex

2007-11-19 Thread Body Works Studio
All, we are building an app that has several areas of data entry in english and arabic. Because of the lack of bidi support we are rendeing html form elements infront of flex to display the arabic text, and using a style we are rendering the text rtl. Phrases are working fine, but multiword names

[flexcoders] issue with ContextMenu.hideBuiltInItems() not working when mouse is over an embe

2007-11-08 Thread Body Works Studio
Hi all. I am having a problem with the ContextMenu.hideBuiltInItems() not working when the mouse is over an embedded image. I am calling ContextMenu.hideBuiltInItems() by : private function hideMenu ():void { var cmContextMenu:Object = new ContextMenu(); cmContextMenu.hideBuiltInItems();