[flexcoders] How to implement HTTPService? and when to use it?

2007-12-03 Thread Girish
Hi, Can anyone tell me how to implement HTTPService and when to use it. My requirement is i am developing an web application which is used in salesforce.com. for each page i have created login method and accessing the salesforce connection object, i want to restrict multiple login. For that i

Re: [flexcoders] Re: Actionscript: Copy an Object or Dictionary

2007-12-03 Thread Tom Chiverton
On Friday 30 Nov 2007, polestar11 wrote: for each(item in myDictionary) { newDict[?] = item; } newDict[item]=myDict[item]; -- Tom Chiverton Helping to continually reinvent essential channels on: http://thefalken.livejournal.com Please

[flexcoders] How to improve BitmapData processing speed?

2007-12-03 Thread Larry Zhang
Hello all, I am processing a bitmap data in Flex 3 beta 2. I want to do something to the pixels so I need to get them all and add my action to them. But I found it is very slow if I get pixels one by one by using two for loop and getPixel() method. Of course the setPixel() method is

[flexcoders] Flex Preloader, not displaying immediately

2007-12-03 Thread polestar11
Hi There I'm experiencing some issues with the default Flex preloader. It used to display immediately in our application but now recently as the app loads there is a blank white screen for the bulk of of the upload the preloader displays for a short instance just before the app load completes. I

Re: [flexcoders] Verifing URL before setting it to the source of VideoDisplay

2007-12-03 Thread bjorn -
I've actually had so much problems with this that I decided to replace my VideoDisplay instance each time I load a video (and delete the old one). If you go this route it's important that you: - remove all event listeners from it - set .source = - call .load() on the empty source .. before

[flexcoders] how does import statement,work? a possible fb bug

2007-12-03 Thread yigit
hi all; in my cairngrom application, i have many classes and some of them has the same name but of course diffrent packages. i autogenerate code, so to not to let ambiguity, i alway use classes with their packages. e.g. instead of writing var foo:Foo; i write var foo:tr.com.sth.vo.Foo; the

Re: [flexcoders] creationComplete Not Firing

2007-12-03 Thread Tom Chiverton
On Friday 30 Nov 2007, urmacboy wrote: We're experiencing an interesting problem where the function in the creationComplete attribute in the Application tag fails to run. You've verified this how ? By setting a breakpoint on the first line in the debugger ? -- Tom Chiverton Helping to

Re: [flexcoders] Rails routes and Flex module, relative path?

2007-12-03 Thread Tom Chiverton
On Friday 30 Nov 2007, nxzone wrote: The module.swf is not found because he look in the wrong folder. Main.swf and Module.swf are in the root folder. Post Your Code. -- Tom Chiverton Helping to dynamically promote granular metrics on: http://thefalken.livejournal.com

[flexcoders] Accessing Microsoft XLS from Flex.

2007-12-03 Thread Prayank Swaroop
Hi Guys I have a Microsoft Excel file with 2000 rows of data, which I want to load in a Flex app. Basically it is something like a shopping cart, where a user can say that I want to search for products with certain costs and certain features.So the Flex app will load all the data at the client

[flexcoders] Embedded SWFs and Fonts

2007-12-03 Thread Lachlan Cotter
Hi Flexcoders, I've got a slightly obscure objective concerning Embedded SWFs and Fonts in ActionScript 3 Projects. Basically I want to be able to create several SWFs (probably in Flash) which can be embedded in ActionScript 3 projects and styled. I.e. I want to be able to change the

[flexcoders] Populating data into Treeview from salesforce database

2007-12-03 Thread Girish
Hi I am using salesforce as database. I want to populate treeview same as [ Forecast hirarchy in salesforce database]. My question is what is the best way to populate the treeview with those forecast hirarchy values. User RolesRights are in one table and the corresponding UserNames are in

[flexcoders] Red5 chat - clients do not get notified when server is changing data in the SO

2007-12-03 Thread pitziilu
I use this chat here : http://renaun.com/blog/2006/10/13/111/ I have a problem : when I update the shared object on the serverside, the clients connected do not receive notifications in the SyncEvent.SYNC handler. so.beginUpdate(); so.setAttribute(testAttribute, testValue);

[flexcoders] Sorting XML

2007-12-03 Thread srikanth_reddy_007
var FiltersXML:XML = Filters Filter id=102 NameImpact Analysis/Name Category0/Category DerivedFrom2/DerivedFrom /Filter Filter id=100 NameNo Filter/Name Category0/Category DerivedFrom0/DerivedFrom

Re: [flexcoders] Verifing URL before setting it to the source of VideoDisplay

2007-12-03 Thread Nadeem Manzoor
Thanks bjorn Its hard to implement what you have suggested as i have created some states and there are alot of listener attached to videoDisplay. Do i need to change the instance name of the videoDisplay every time. ? I will give it a shot but i am still looking for a simple solution Thanks

[flexcoders] Re: Red5 chat - clients do not get notified when server is changing data in the

2007-12-03 Thread pitziilu
my bad ! I forgot to take the scope each time.. the code before setting the attribute should look something like this : IConnection conn = Red5.getConnectionLocal(); IScope scope = conn.getScope(); ISharedObject so = getSharedObject(scope, CHAT_SO);

Re: [flexcoders] Advice on AS3 and Flex map project

2007-12-03 Thread Muzak
Have a look at the Flex_Component_Kit_for_Flash_CS3: http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailloc=en_usextid=1273018 - Original Message - From: bebethschenk [EMAIL PROTECTED] To:

[flexcoders] Re: Preserving History when leaving and returning to Flex

2007-12-03 Thread byte.sensei
While working on a small test case for this, I realized what was happening. The pages beyond the Login screen have a security check that looks for a user_id variable (stored in the application model). When the user leaves the Flex app and then returns, the model variables are lost and so

[flexcoders] Advice on AS3 and Flex map project

2007-12-03 Thread bebethschenk
I recently inherited some code for a basic mapping project that the client wants done in Flex. The previous programmer created all the artwork for the map and classes for the symbols in AS3. I've done projects where you import symbols from .swfs but never where there's code/classes associated with

[flexcoders] How to set the modal popup not change the screen to some grayish color?

2007-12-03 Thread Jonathan Lee
Hello all: I used the modal popup to require user to do something. But the default grayish setting that changed the screen make the system not look nice in some situation. In Flash8, the popup window (for example, Alert, Window) does not have that grayish color setting when modal popup is

[flexcoders] How to make the modal popup not set the rest of the screen gray out color?

2007-12-03 Thread jlee_lee740304
Hello all: When use the PopUpManager.createPopUp, if I set the modal to false, everything on screen not change, just popup the new window. When I set the modal to true, the popup success, and modal is also what I want, but it set the rest of the screen kind of grayish color to indicate it's

[flexcoders] Re: AMF question

2007-12-03 Thread bouiaw
You can try GraniteDS : http://www.graniteds.org It is a free, open-source alternative to Adobe LiveCycle Data Services. --- In flexcoders@yahoogroups.com, jovialrandor [EMAIL PROTECTED] wrote: I am currently using J2EE as the server side language. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Runtime MXML compiler

2007-12-03 Thread bouiaw
Hi, Yes, I will compile mxml at runtime. After some testing, MXMLCompilerServlet from Graniteds works well with simple mxml file, so with an open source Flex3 compiler, it should be ok. Is there a more precise date than early 2008 ? Allan, if it is possible, can you give more details on how you

[flexcoders] Re: Runtime MXML compiler

2007-12-03 Thread bouiaw
Hi, It seems my previous answer has never been received, so I send it again. You are right, my need is to compile a page when a request comes in. GraniteDS (http://www.graniteds.org) provide a MXMLCompilerServlet that compile MXML at runtime if the swf does not exist. I did some simple test,

[flexcoders] customizing flex download progress bar.

2007-12-03 Thread aaron smith
Anyone have any good resources / examples of how you can completely overhaul what the download progress bar looks like / functions. I'm able to hook into some of the progress events but haven't found a good example of how to change what it actually looks like.. ?? Thanks ..

RE: [flexcoders] Application without MXML: Is it possible?

2007-12-03 Thread Dave Glasser
I'd be happy to share that information with you. My main reasons for preferring straight Actionscript over MXML are: 1. My editor of choice, Visual SlickEdit, which I've used since my C days in the last millenium, does not have an MXML mode. It provides nice code completion, syntax

[flexcoders] Re: ***************************TWO WAY SSL AND REPORTING IN FLEX **************

2007-12-03 Thread candysmate
--- In flexcoders@yahoogroups.com, yourName [EMAIL PROTECTED] wrote: Q1)Can any body tell how to implement TWO WAY SSL in flex/java application.. can any one send me link or sample code .. Q2) Plz tell me about reporting in flex which reporting can i use Thanks In Advance... Multiple

Re: [flexcoders] Advice on AS3 and Flex map project

2007-12-03 Thread Tom Chiverton
On Monday 03 Dec 2007, bebethschenk wrote: artwork for the map and classes for the symbols in AS3. I've done You mean like the way Flex skins are done ? Or as Embed's ? Maybe some code would help ... -- Tom Chiverton Helping to adaptively supply high-yield meta-services on:

[flexcoders] Re: Modules + CSS issues, what are recommend practices

2007-12-03 Thread krieger824
Dave, Have you tried compiling the css file into a separate .swf file and loading it at runtime in the application via StyleManager.loadStyleDeclarations()? This ensures all style definitions are available at runtime, not just the ones for components that are referenced in the application at

Re: [flexcoders] Re: Preserving History when leaving and returning to Flex

2007-12-03 Thread Ben Marchbanks
What about using local shared object, is that an option for you ? byte.sensei wrote: While working on a small test case for this, I realized what was happening. The pages beyond the Login screen have a security check that looks for a user_id variable (stored in the application model).

Re: [flexcoders] Re: ***************************TWO WAY SSL AND REPORTING IN FLEX **************

2007-12-03 Thread dorkie dork from dorktown
q1) the way i understand it is when you establish a connection via https data communication is encrypted in both directions. in your domain you need to redirect the user from domain http://myserver.com to https://myserver.com. Note the s in https.

[flexcoders] Custom Scrollable Accordion Menu Control - V1 Demo Source

2007-12-03 Thread Justin Winter
I just wanted to let anyone who might be interested know that I finally have a working demo with source available for the custom scrollable accordion style menu control I've been working on. You can check out the series of posts on flexcomponents here:

[flexcoders] Custom Scrollable Accordion Menu Control - V1 Demo Source

2007-12-03 Thread Justin Winter
I just wanted to let anyone who might be interested know that I finally have a working demo with source available for the custom scrollable accordion style menu control I've been working on. You can check out the series of posts on flexcomponents here:

RE: [flexcoders] Embedded SWFs and Fonts

2007-12-03 Thread Alex Harui
Not sure about Flash 8. For Flash 9, see registerFont -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lachlan Cotter Sent: Monday, December 03, 2007 3:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Embedded SWFs and Fonts Hi

[flexcoders] Re: AMF question

2007-12-03 Thread tomeuchre
--- In flexcoders@yahoogroups.com, bouiaw [EMAIL PROTECTED] wrote: You can try GraniteDS : http://www.graniteds.org It is a free, open-source alternative to Adobe LiveCycle Data Services. --- In flexcoders@yahoogroups.com, jovialrandor jovialrandor@ wrote: I am currently using J2EE

RE: [flexcoders] Flex Preloader, not displaying immediately

2007-12-03 Thread Alex Harui
Do you have a custom preloader? If too much code is brought in by the preloader, it will delay it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11 Sent: Monday, December 03, 2007 2:04 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] How to improve BitmapData processing speed?

2007-12-03 Thread Alex Harui
Image processing is always CPU intensive. Flash is not optimized for it either. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Larry Zhang Sent: Monday, December 03, 2007 2:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Sorting XML

2007-12-03 Thread Alex Harui
Try XMLListCollection From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of srikanth_reddy_007 Sent: Monday, December 03, 2007 5:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sorting XML var FiltersXML:XML = Filters Filter

RE: [flexcoders] Using DateField as itemEditor for DataGrid column

2007-12-03 Thread Alex Harui
Can you post a mini-example? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Sunday, December 02, 2007 11:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using DateField as itemEditor for DataGrid

[flexcoders] Line Chart Zooming - data points drawn incorrectly

2007-12-03 Thread imjackson84
Hi, My application has a LineChart with a customized DateTimeAxis for displaying stock data. One of the features I am working on is the ability to zoom into a section of the chart, accomplished by adjusting the axis min/max values. The problem is that for charts showing intra-day data, when I

RE: [flexcoders] How to set the modal popup not change the screen to some grayish color?

2007-12-03 Thread Alex Harui
There's a bunch of styles that start with modalTransparency... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Lee Sent: Monday, December 03, 2007 12:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to set the

RE: [flexcoders] ***************************TWO WAY SSL AND REPORTING IN FLEX *********************************

2007-12-03 Thread Alex Harui
I just wanted to tell you that, while I answer many questions on this forum, I do not read anything with in the title. Hopefully your questions will be answered by others. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yourName

RE: [flexcoders] ItemEditors and ItemRenderers (was Re: Datagrid tab order?)

2007-12-03 Thread Alex Harui
I don't know what is in that patch. Why are you using cs3 for this? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Roy J. Tang Sent: Sunday, December 02, 2007 9:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Re: Printing a large string over multiple pages

2007-12-03 Thread Anthony DeBonis
Here is some code we use to slice up a long list and print on X# of pages. You should be able to do somethink like this... Hope the code gets formated ok // Add 2nd page displaying names of selected organizations var selectedOrgList:List = new List();

[flexcoders] Re: how does import statement,work? a possible fb bug

2007-12-03 Thread Mike Morearty
You are probably omitting the import statement -- you are probably assuming that since you explicitly qualified the class name, the import is not necessary. In Java, if you explicitly qualify a class name in your code, then you don't need to have an import statement at the top of the file. But

RE: [flexcoders] Re: Runtime MXML compiler

2007-12-03 Thread Gordon Smith
Currently, mxmlc is ran as an external java program. Where could I find some information/samples to run it directly in the servlet container ? As far as I know, we haven't disclosed that. The compiler classes are not yet open-source, and I think you'll have to wait a little longer. he

RE: [flexcoders] Re: Runtime MXML compiler

2007-12-03 Thread Gordon Smith
Is there a more precise date than early 2008 ? I think that's still the guidance. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bouiaw Sent: Sunday, December 02, 2007 6:03 PM To:

[flexcoders] How to have no MenuBar No ToolBar in Browser

2007-12-03 Thread jwc_wensan
Good Morning: I am using FlexBuilder 2.01. When I run my app, I want the app to display in the browser without the menu bar and toolbar. Like when JamJar and other apps display it just has the Title bar. I am using IE 6 as my browser. I think I need to change the index.template.html file

[flexcoders] LiveCycle Data Services crashing help. Consultant?

2007-12-03 Thread Kevin
We are having some serious problems with our data services app. Our specific problem is that whenever we upload our application to our server and attempt to log into it from our clients there seems to be a memory overload which crashes the client's browser. Generally what happens is

[flexcoders] ExternalInterface.call() returns null

2007-12-03 Thread Robert Csiki
Hello: I try calling a Java applet method (applet is loaded by the SWF's HTML wrapper) using ExternalInterface.call(). The applet return type is byte[], however on the Flex side, ExternalInterface.call() return null. Any ideas how can I get my byte array in Flex? I observed the call returns ok

RE: [flexcoders] ItemEditors and ItemRenderers (was Re: Datagrid tab order?)

2007-12-03 Thread Alex Harui
Some folks think the patch should be recent enough. If you send me a hello-world debug-swf I can look inside and know for sure. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Roy J. Tang Sent: Sunday, December 02, 2007 9:11 PM

RE: [SPAM] [flexcoders] Re: Printing a large string over multiple pages

2007-12-03 Thread Paul Steven
Thanks to everyone for the help on the print problem. I will try out your suggestions though I have as a temporary measure just written the text to a text file and immediately opened it. That way it can then be printed using the default print functionality of the text editing app. From:

[flexcoders] Events in AS3 gives Compile Error 1119

2007-12-03 Thread Deven Hariyani
Hi Flexcoders, I#8217;m having trouble with some advanced features of flexthat involve events, custom datagrid components, and item renderers. Basically, I#8217;ve been following along #8220;Thanks Mister#8221; blogwhich shows how to bubble an event to a parent control. In the blog

[flexcoders] Loading flex config file at runtime

2007-12-03 Thread letterpigeon
Hi all, I'm working on deploying a flex app for the very first time. It's a standalone flex app, which talks to multiple java webapps using openamf. So in development, I just harded the url's of the webapps/servlets. What would the best way to load these information at runtime (maybe from

[flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-03 Thread ryanharlin
Thanks for the help. Your solution worked in practice but I do still get an error prior to compiling. If I ignore the error and compile, though, it works. But similarly, I want to be able to call functions that are in these different mxml files. So if I have an mxml file called navigation.mxml

[flexcoders] Re: Loading flex config file at runtime

2007-12-03 Thread krieger824
Ban, You can use the flashvars parameters to pass information into the flex app. Data assigned to the flashvars parameter can be read by checking the parameters property of the application object. We use it to pass a url to a configuration XML file into our application. Inside the app, we use

[flexcoders] Enterprise use of web services

2007-12-03 Thread Joe Gamache
Hello, I am new to the list and sorry if this is a repeat question! I am wondering about the recommended 'best practice' on the use of web services in an enterprise Flex (2) application. Looking around I found the Kiwi project which seems to suggest that (with proper use of Cairngorm) the

[flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-03 Thread Adnan Doric
It is better to dispatch events from your nested component and handle them in your parent component. --- In flexcoders@yahoogroups.com, ryanharlin [EMAIL PROTECTED] wrote: Thanks for the help. Your solution worked in practice but I do still get an error prior to compiling. If I ignore the

Re: [flexcoders] Loading flex config file at runtime

2007-12-03 Thread George
I use a configuration xml file to get all urls in the beginning of application ( preinitialize function). Also you could parse mx.core.Application.application.url to get current url of your own Flex application to make it more flexible. George letterpigeon wrote: Hi all, I'm working on

RE: [flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-03 Thread Gordon Smith
how can I call master.mxml functions from navigation.mxml parentApplication.myFunction() Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ryanharlin Sent: Monday, December 03, 2007 12:26 PM To:

[flexcoders] Re: Adobe AIR runs on U3?

2007-12-03 Thread handitan
Argh... sorry for not replying before, Tom. I open too many threads and forgot to bookmark some of them (including this one). Here's about u3: http://www.u3.com/ --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 15 Nov 2007, handitan wrote: Does anybody

[flexcoders] Flex 2.0.1: How to detect internet connectivity in Flex?

2007-12-03 Thread handitan
I am curious to see if Flex framework has a functionality to do that. So far, I have found none.

Re: [flexcoders] Re: ***************************TWO WAY SSL AND REPORTING IN FLEX **************

2007-12-03 Thread Fernando Lobos
I use flex application link to asp.net page with crystal report On Dec 3, 2007 12:43 PM, dorkie dork from dorktown [EMAIL PROTECTED] wrote: q1) the way i understand it is when you establish a connection via https data communication is encrypted in both directions. in your domain you need

[flexcoders] Re: Flex 2.0.1: How to detect internet connectivity in Flex?

2007-12-03 Thread ben.clinkinbeard
Easiest way is probably to just use HTTPService to try loading a URL. Something fast and minimal like google.com would probably be ideal. If your fault handler executes you can reasonably assume you have no connectivity, if your result handler executes you do. HTH, Ben --- In

Re: [flexcoders] Strange multiple select bug in List

2007-12-03 Thread Ken Dunnington
Heh, I wish it were that simple :) Yeah, I know how it *should* work, but the problem is that isn't working. Oh, and you're right about the datatips - my mistake, should've read the docs closer. Any ideas why multi-select wouldn't function on a List or Tree? Is there something about it being

Re: [flexcoders] Re: Subversion clients

2007-12-03 Thread Ken Dunnington
SCPlugin is a contextual menu plugin for the Mac. Not as fancy as Tortoise, but I've had good luck with it. Otherwise, it's Subclipse and of course the command line tools. On Dec 1, 2007 11:52 AM, Kurt Wiersma [EMAIL PROTECTED] wrote: I use SmartSVN on both my Mac and my Windows box. It works

RE: [flexcoders] Events in AS3 gives Compile Error 1119

2007-12-03 Thread Deven Hariyani
v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}..shape {behavior:url(#default#VML);} Hi Michael, Thanks for the info, I was actually getting confused with allthe various event names. You are correct, there is no

Re: SPAM-LOW: [flexcoders] Flex 2.0.1: How to detect internet connectivity in Flex?

2007-12-03 Thread Jeffry Houser
AIR does, but so far as I know Flex doesn't. Flex is usually delivered through a browser. IF they can load it, we just kind of assume they are connected. handitan wrote: I am curious to see if Flex framework has a functionality to do that. So far, I have found none. -- Jeffry

[flexcoders] how to include local swc files using flexant

2007-12-03 Thread letterpigeon
Hi all, I'm trying to do the same to include a swc that I have locally in my project under flexpackages/lib (it's a library that i created but not yet disted). compiler.include-libraries dir=${flexant.mxmlc.swc.custom.dir} append=true include name=${flexant.mxmlc.swc.dynamicgrid.file}/

RE: [flexcoders] Strange multiple select bug in List

2007-12-03 Thread Alex Harui
This works for me: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* layout=absolute mx:Script ![CDATA[ ]] /mx:Script mx:ArrayCollection id=pages mx:Object name=Home pageID= 1 url=/index.cfm / mx:Object name=About Us pageID= 2

[flexcoders] Where is that flex-config.xml file?

2007-12-03 Thread Jonathan Lee
Hello: In this article from Adobe: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19323sliceId=2 It says When the optimize attribute is set totrue, it reduces the size of the Flex application's SWF by 10-15% by compressing the ActionScript code and removing all the trace

Re: [flexcoders] How to improve BitmapData processing speed?

2007-12-03 Thread DreamCode
How big is the image you're processing in pixels? You have to consider that processing a 400x400 pixel image is a loop of 160k iterations Now multiply that by the number of cpu cycles pr. pixel and you will start to see scary numbers. --allan On 12/3/07, Alex Harui [EMAIL PROTECTED]

[flexcoders] Re: Runtime MXML compiler

2007-12-03 Thread bouiaw
About the list of imports, I have to discuss more about that with the Graniteds project leader, but from what he says (http://tech.groups.yahoo.com/group/graniteds/message/832) and what I can see in the findeDependencies function (http://code.google.com/p/igenko/wiki/RuntimeMxmlCompiler), I think

RE: [flexcoders] Re: Runtime MXML compiler

2007-12-03 Thread Gordon Smith
I found out that we'll be opensourcing our webtier compiler modules for Apache and IIS, but they may lag behind the compiler itself. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bouiaw Sent: Monday,

Re: [flexcoders] Where is that flex-config.xml file?

2007-12-03 Thread João Fernandes
the flex-config.xml is in your LCDS WEB-INF/Flex folder. I think this config file is used when you want to compile your application server-side. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

[flexcoders] Local storage of password

2007-12-03 Thread rmarples
I have a requirement to take credentials used for an external web service and cache them locally so that the user need not re-type their password each time they run the app. I can easily store these credentials in a SharedObject (cookie) but I don't want to store the password in plain-text

[flexcoders] Stupid question - get value of a textInput displayaspassword=true?

2007-12-03 Thread Josh McDonald
Ok, this is a stupid question I'm sure. But how the bejeesus do I get the value of a password textInput? -Josh -- This is crazy! Why are we talking about going to bed with Wilma Flintstone... She'll never leave Fred and we know it. :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL

[flexcoders] More 2032 fun

2007-12-03 Thread Richard Rodseth
Does anyone know of any size issues with HttpService POST data in IE6 and IE7? We're seeing #2032 stream errors when some dynamically created data reaches a threshold. I'm not sure what the threshhold is in bytes, but it's not very large, and the other browsers don't have the same problem. Thanks.

RE: [flexcoders] More 2032 fun

2007-12-03 Thread Tracy Spratt
I have used HTTPService POST with IE6 and some quite large (1.2MB) data with out problem. Hmm, that big one was with Flex 1.5, haven't moved that much with 2.x yet. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth

RE: [flexcoders] Local storage of password

2007-12-03 Thread Tracy Spratt
There is an MD5 library available for AS3 that I have used. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rmarples Sent: Monday, December 03, 2007 4:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Local storage of

[flexcoders] How can we use TransitionManager in Flex ... It is an ActionScript 3.0 Class...

2007-12-03 Thread helihobby
Hello all, TransitionManager is in ActionScript 3.0 so how can we access it. It has lots of cool transitions such as Pixilate , Blinds and more .. You can see an example here ... http://www.adobe.com/devnet/flash/articles/creating_animation_as3_02.html So how can we access it ... Regards,

[flexcoders] Re: How can we use TransitionManager in Flex ... It is an ActionScript 3.0 Class

2007-12-03 Thread helihobby
Its even documented in Adobe Air: http://livedocs.adobe.com/labs/air/1/aslr/fl/transitions/TransitionManager.html So why can't we use it in Flex 2/3 ? :( The Pixelate and Blinds are real cool ... Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hello all,

[flexcoders] Re: Flex Charting Width resetting after data comes back

2007-12-03 Thread jensen.axel
Hey Tom, Thanks for the reply I've got the labels visible='false' and includeInLayout=false so that shouldn't come into play... although i've never looked too closely at what the includeInLayout does... i just have trusted it to work... anyway, my code is fairly simple i've got some base

RE: [flexcoders] Stupid question - get value of a textInput displayaspassword=true?

2007-12-03 Thread Tracy Spratt
Just the display is obscured. myTIPassword.text will return a clear string. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Monday, December 03, 2007 6:31 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: How to improve BitmapData processing speed?

2007-12-03 Thread larryzzl
My image is 1024 * 768. It's so slow. But the www.picnik.com does it very well. It change the image data so fast. Please try the Exposure function it the web. I just want to kown how to do this. Thanks --- In flexcoders@yahoogroups.com, DreamCode [EMAIL PROTECTED] wrote: How big is the image

Re: [flexcoders] Re: How to improve BitmapData processing speed?

2007-12-03 Thread DreamCode
Without pretending to have the inside track on how they do it - I'm fairly sure they accomplish it by some combination of multiplication/division but not on individual pixels, without having spent more than 45 secs looking at it. There's also they option that the accomplish the realtime effect by

[flexcoders] Atom feeds

2007-12-03 Thread willfould
I have a simple Atom feed reader application using the grid control. When you click and item on the grid, a text area is populated with the contents of one of the feed elements (content) It works great unless the content element contains HTML: A sample content Atom element with HTML looks

[flexcoders] Bad characters in Feed

2007-12-03 Thread willfould
A feed element I'm trying to reference has special characters and produces Object Object on that element (but not other elements for the entry). Getting the feed with HTTPService and looping through the results, how can I handle this? I've really been pulling my hair out on this one! Thanks

RE: [flexcoders] Atom feeds

2007-12-03 Thread Gordon Smith
It works great unless the content element contains HTML You don't say what you want the TextArea to actually display in this case. The HTML code that you show? Just This is a link click here as plain text? This is a link click here with click here being a working hyperlink? Gordon Smith

[flexcoders] Flex LineChart dynamic data

2007-12-03 Thread bloodylag
Hi peeps, I have 4 flex charts all getting random data dynamically added through a java applet. This is all working fine, the problem is I want a unified x-axis for all of them. The way I see to do it is to add null values to all graphs (except the one that gets added) whenever 1 sample comes in.

[flexcoders] Parsing a ArrayCollection as a combobox dataprovider

2007-12-03 Thread psm.master
Hello, i try to use the menu Data-Create application from database. I've create my table forms but now i would like to link the table together. Flex create an arraycollection with each table of my database and i would like to parse the arraycollection to put just one row of my table as the data

Re: [flexcoders] Re: How to improve BitmapData processing speed?

2007-12-03 Thread DreamCode
Of course they do a new image of that quality could not be delivered at that speed. And I'm sure you understand the capabilities of an overlay with solid colors, adjustable alpha and blend modes. But if you don't believe me you could try to go to the exposure function unplug your

Re: [flexcoders] Re: How to improve BitmapData processing speed?

2007-12-03 Thread DreamCode
DISCARD THE PREVIOUS Of course they do a new image of that quality could not be delivered at that speed. And I'm not sure you understand the capabilities of an overlay with solid colors, adjustable alpha and blend modes. But if you don't

Re: [flexcoders] Re: How to improve BitmapData processing speed?

2007-12-03 Thread Jonathan Lee
They do not do image manipulation on client side which only have poor API. Since the source graphic is already on server, they use some tool (for example ImageMagick) process it on server, and reload it for you. Since you only need to see screen DPI photos, the file transfer speed + server image

[flexcoders] Re: Spreadsheet application in Flex

2007-12-03 Thread andrii_olefirenko
Hello, Just let you know that we implemented the features you asked about, and not only them. - File manager (open file, new file, save file, save-as file, import file) - Cell formatting (string, numeric) - Address/formula bar - Address selection with mouse when typing in formulas and many

Re: [flexcoders] Re: How to have no MenuBar No ToolBar in Browser

2007-12-03 Thread DreamCode
I think that you should just keep inside the regular template until you're further along in the process. Opening a window without the title and menu is not something which should affect the coding, and your designer shouldn't need the actual window to design a window with next to no chrome on it.

[flexcoders] Re: Accessing Microsoft XLS from Flex.

2007-12-03 Thread garylee0709
hi Prayank: to Question 1:it seems there's no flex's API to read XLS file... to Question 2:filtering data function is certainly available,but flex did not provide data filter component.u should write codes to accomplish that.if u'll use sever side Java code to read database,how about using SQL

[flexcoders] Re: How to have no MenuBar No ToolBar in Browser

2007-12-03 Thread haravallabhan
I think you need to use another html page and in that you need to have a javascript function and call the window.open pointing to the html embeded with the flex. You can modify all the properties of a window using the window.open. Call the window.open in the onload function of the body tag of