[flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread hworke
Hello, I understand that when a HTTPService request is made to a machine which in not the local machine then I will need to setup the crossdomain policy. But when I am running the application on flex builder it should not have any problem to get the data from other server. But my

[flexcoders] make image sepia in flex

2008-06-04 Thread amigo_fd
Hello, we are building an image editing tool in flex. Any suggestions or ideas on how to build a filter to make an image sepia ? Thanks a lot!

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Cato Paus
Hello again everyone, how can we protect our code? How should we go forward in order to protect the methods used to change the senistive information on user data, some blogs on this? I found one at a remote-finfig.xml and the use of session id

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Josh McDonald
I still can't see what you hope to achieve with these solutions? Anybody willing to copy and paste your code, is just as willing to copy your encrypted .SWC file. Source code is like love - it only has value if you give it out. -Josh On Wed, Jun 4, 2008 at 5:45 PM, Cato Paus [EMAIL PROTECTED]

[flexcoders] DataGrid What is the limit?

2008-06-04 Thread Nadeem Manzoor
Hello Flex Gurus What is the maximum row count that a DataGrid Component can display at a time? Same Question is for Column so DataGrid -- Thanks Nadeem Manzoor

Re: [flexcoders] DataGrid What is the limit?

2008-06-04 Thread Fidel Viegas
On Wed, Jun 4, 2008 at 10:20 AM, Nadeem Manzoor [EMAIL PROTECTED] wrote: Hello Flex Gurus What is the maximum row count that a DataGrid Component can display at a time? Same Question is for Column so DataGrid Hi Nadeem, This topic has been discussed several times. Just do a search on the

[flexcoders] Re: DataGrid What is the limit?

2008-06-04 Thread Cato Paus
According to the flex doc Maximum size 5000 by 5000. --- In flexcoders@yahoogroups.com, Nadeem Manzoor [EMAIL PROTECTED] wrote: Hello Flex Gurus What is the maximum row count that a DataGrid Component can display at a time? Same Question is for Column so DataGrid -- Thanks

[flexcoders] How to deal with a java.util.HashMap in flex

2008-06-04 Thread Baljeet singh
Hi all; I am returning a java.util.HashMap from a java class using remote object in flex. How can i handle this map on flex side in action script ? I want to find out the KeySet of the Map. How can i get the keyset of map ? Any help/pointers will be highly appreciated. Thanks a lot in

Re: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Anirudh Sasikumar
Hi, FlexBuilder automatically trusts the swf file generated by it. So you shouldn't have any problem accessing urls with HTTPService. You can do this manually by right clicking (control-click on mac) on the swf, clicking on Settings, Privacy tab, click on Advanced, Global Security Settings,

Re: [flexcoders] How to deal with a java.util.HashMap in flex

2008-06-04 Thread Anirudh Sasikumar
Hi Baljeet, On the flex side you'll get the result as an object with keys the same as that of your server side HashMap's. You can look at the keys and values in the object by putting the following code in your result event handler: for ( var key:String in event.result ) { Alert.show(key is

[flexcoders] Creating SWF playlist

2008-06-04 Thread frenz_gj
Hi, I need to create a playlist of SWF files, running one after the other and repeating again after it ends. Can anyone help me on this? Thanks in advance. Gaurav

Re: [flexcoders] Flex + WebORB for PHP, A very strage problem

2008-06-04 Thread Manu Dhanda
Hii Nick, None of these techniques/workarounds working for boolean. I am really thinking that how other people dealing with boolean types? Any other possible solution in your store?? Also, I am debugging this application in Flex builder and there it displays that the returned object[in result]

RE: [flexcoders] make image sepia in flex

2008-06-04 Thread Rick Winscot
Use the Matrix neo. er. ColorMatrixFilter. http://livedocs.adobe.com/flex/201/langref/flash/filters/ColorMatrixFilter.h tml Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of amigo_fd Sent: Wednesday, June 04, 2008 3:08 AM To:

RES: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Michel Scoz
My experiences with Flash + AS2 and SWFEncrypt are very positive, even with Sothink trying to decompile and not being able to... On the other hand, never tried with Flex. Maybe you/we should try the newer version, since changelog states: Updated for Flash 9, Flex 2/3 and ActionScript 1/2/3.

Re: [flexcoders] DataGrid What is the limit?

2008-06-04 Thread Nadeem Manzoor
Hello *Fidel * I tried searching the group for this topic but couldn't find anything on it. And *Cato Paus* says its 5000 by 5000, I need to show almost 50,000 records at a time in an application, How can i do that? And Fidel can you please give me the link for this already discussed topic

Re: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread spradeep palabhathina
Hi nbsp; can any one tell how to implement flex with java in eclipse,am able to run applications through .mxml files,Please help in this nbsp; thanks pradeep --- On Wed, 4/6/08, Anirudh Sasikumar lt;[EMAIL PROTECTED]gt; wrote: From: Anirudh Sasikumar lt;[EMAIL PROTECTED]gt; Subject: Re:

[flexcoders] Hi

2008-06-04 Thread spradeep palabhathina
Hi , nbsp; pls send me examples on flex with java nbsp; thanks pradeep Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Michael Schmalle
I'll Chime in on this since.. I could call myself a professional component developer. I had the same worries about source and intellectual property (2 years ago). What I have found in the real component market, developers will buy your component without code IF you have a site and support backing

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread andrewwestberg
shameless_product_plug nitrolm.com has a new feature I'm working on that allows you to encrypt flex/AIR mx:ModuleLoader swfs using public/private keys. You write a modular application (or just put most everything in one module). After that, encrypt using NitroLM's AssetEncrypter tool and change

[flexcoders] Re: Getting PropertyChangeEvent to work properly

2008-06-04 Thread superbokbok
Yes I thought that would fix the problem so I tried implementing this within the function notifyPropertyChange method private function notifyPropertyChange(name:String,oldValue:Object,value:Object):void { if (value !== oldValue) { var

[flexcoders] Keep combobox open to allow multiselect

2008-06-04 Thread rviswanathan
Hi I have created a combo box with a checkbox renderer on each of its items. When I select an entry in the combobox, the box closes automatically. I want to prevent his so that I can multiselect elements in the combobox. Is there a way to do this? Even if I extend the ComboBox and override

[flexcoders] How to expose Hibernate 'non' conventional beans into flex apps via remoting

2008-06-04 Thread Mehdi
I am relatively new to the flex world. I am from the Spring/Hibernate world. In Hibernate, the POJO object or domain object , or simply beans that you use to persist you object into the database does not have to follow the bean definition/contract, i.e: public default constructor with

[flexcoders] How do I find a row in a datagrid, then cause it to be clicked?

2008-06-04 Thread gbkpicasso
I have a list box of items that can be found in a datagrid. When a user clicks on an item in the list box I would like to find the row in the datagrid that contains that same data. Then I would like to scroll to that row in the datagrid so it is visible to the user -

[flexcoders] Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread scottyale2008
How many Flex developers here are using a Mac for development? I've been a die hard Microsoft guy since ... well, since Microsoft first started. I went from CPM on a Morrow Meadows to Microsoft DOS (on computers with a Turbo button!), then Windows, now Vista. I do have an iPhone and it is

[flexcoders] dragMoveEnabled: sometimes move/sometimes copy?

2008-06-04 Thread bjorn
I have a TileList which contains draggable elements and has dragMoveEnabled. This works fine, however, I have one problem. The thing is that I need to be able to remove them from the drag source in some cases and not remove them in some cases, based on the drop target (and not user keyboard

Re: [flexcoders] Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread Josh McDonald
I'm a Mac guy, have been since I bought a 12 ibook a few years ago. I do flex on my 15 mbp, and on a 24 imac at work, it's the envy of the office ;-) Flex works a treat, especially now the license keys are cross-platform :D -Josh On Wed, Jun 4, 2008 at 1:12 PM, scottyale2008 [EMAIL PROTECTED]

[flexcoders] Re: Memory leaks in a asyncronic operation

2008-06-04 Thread cavi21
I couldn't resolve my problem with the memory leak, but instead I resolve the problem of encoding to JPEG far much faster than with the JPGEncoding Class. Thanks anyway, cheers.

[flexcoders] Re: Saving BMPs

2008-06-04 Thread cavi21
SOLVED, with a class custom made. Thanks. --- In flexcoders@yahoogroups.com, cavi21 [EMAIL PROTECTED] wrote: Hello, like Isaid in another post, I'm doing a test application that capture an Bitmap with a Webcam, and then store it in the disk. But the JPEGEncoder takes so long to encode, so i

Re: [flexcoders] DataGrid What is the limit?

2008-06-04 Thread Felipe Fernandes
Nadeem, I think you are confusing datagrid row count with datagrid´s dataProvider length. When you ask: What is the maximum row count that a DataGrid Component can display at a time? You are asking the size a datagrid can get in the screen, that´s why Cato Paus said 5000 X 5000 (5000 pixel of

[flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread Jimmy Neutron
1) gripes about flash 9 in ffox for osx seem to be my biggest bone of contention 2) ask yourself questions regarding ram - the java alone will soak up quite a bit of your background resources 3) - its even possible on a G3 - but it might take some time(see 2) IMHO the platform/OS is an

[flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread jbaileyadam
I took the plunge when the new Mac Book Pros came out a few months ago and couldn't be happier. I expected the switch to be somewhat painful, but was surprised how quickly I was productive again. My FlexBuilder projects just copied right over and I was up and running. The bottom line is that

[flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-04 Thread andrea bianchi
I'm experiencing a strange issue: I'm not able to run my Flex app using the release player (I tried Firefox2/player 9.0.124, IE5.5/player 9.0.47 and IE7/player 9.0.124). The page contains a blank swf (when I right click I can see the Flash player menu). The same application works in all browsers

[flexcoders] Webservice implementation switched to e4x after Flex 2.0.1 hotfix 2

2008-06-04 Thread mgrayfmr
Hi there: We've run into some webservice issues here when switching from Flex 2.0.1 (not the hotfix version) to Flex 3. We are retrieving data from a .NET backend using a SOAP/wsdl format. When we switched to Flex 3.0, the structures returned on the repsonse were sometimes a little different.

Re: [flexcoders] programmatically showing data tips on a chart

2008-06-04 Thread Deeptika Gottipati
New property 'showAllDataTips' added to chart in Flex 3 helps in this case. Setting 'showAllDataTips' to true shows non-interactive data tips of all items in the chart. Instead, if we want to show tips only for some items, we can do that by setting dataTipItems of each series to an array of

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

2008-06-04 Thread Deeptika Gottipati
'labelFunction' on AxisRenderer should be able to help in this case. private function myLabelFunction(axisRenderer:IAxisRenderer, label:String):String { return label+%; } ... mx:AxisRenderer labelFunction=myLabelFunction axis={verticalAxis1} .../ ... Thanks, Deeptika On Fri, May 30, 2008

[flexcoders] Re: How to remeasure itemRenderer

2008-06-04 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: How did you get into itemRendererToIndices? Maybe we need to see more code. ListBase mouseClickHandler line 9019. My function looks like this: private function handleLabelClick(e:Event):void{

[flexcoders] ModuleLoader

2008-06-04 Thread ANDREW_PRICE_1999
i am have problem with ModuleLoader is will not load any swf??? It a simple form with two button on to open dayl and the second to open dayl1 ? It just looks at me. Please Help Andrew ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

Re: [flexcoders] Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread Ernesto Casasín
I have a mac book pro (15, 2,33 GHz,, 3 GB ram) and it's a fair developing machine. When attached to an external 23 monitor (so I have two screens) and external keyboard and mouse, I can't see the difference from a desktop machine. The Flex IDE works fine, and with Parallels you can have

[flexcoders] Re: How do I find a row in a datagrid, then cause it to be clicked?

2008-06-04 Thread Dominic Pazula
Greg, Are the items in your list box the same objects that are in the datagrid? If so and your dataprovider is an ArrayCollection, then use myDataGrid.dataProvider.getItemIndex(obj:Object). If not, then you have to come up with a way to efficiently search the dataProvider. As for the

[flexcoders] Retrieving instence name?

2008-06-04 Thread flexawesome
Hey, is that possible to retrieve the instence name for imgLoad ? # in this example, it calls init2 from init1 and know the instence name is test but I would like to retrieve it from event or other ways, is that possible? http://www.privatepaste.com/e4RWWrMIAW Thank you

[flexcoders] Re: Getting PropertyChangeEvent to work properly

2008-06-04 Thread Amy
--- In flexcoders@yahoogroups.com, superbokbok [EMAIL PROTECTED] wrote: Yes I thought that would fix the problem so I tried implementing this within the function notifyPropertyChange method private function notifyPropertyChange(name:String,oldValue:Object,value:Object):void

RE: [flexcoders] ModuleLoader

2008-06-04 Thread Alex Harui
Is there enough room for your form to show up? Are the form SWFs in the right place? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ANDREW_PRICE_1999 Sent: Wednesday, June 04, 2008 8:15 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: How to remeasure itemRenderer

2008-06-04 Thread Alex Harui
Is that verbatim from the renderer code or somewhere else? How does handleLabelClick get called? I would check to see if the validation of the size causes renderers to be recycled, defeating your addChild. Normally, you need to change a property somewhere so that any renderer that is

[flexcoders] date in dataGrid wrong GMT? Dates sometimes one day off?

2008-06-04 Thread Don Kerr
User selects date from date field. Saves. Date reflected in dataGrid displays GMT-05. Server time zone is GMT-06. Why? PROBLEM The user is scheduling lessons on one day in the future, only to return later to see the date slipped back one day automatically. Trying to diagnose the problem. Thought

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-04 Thread Alex Harui
If you deploy a release SWF, it won't ask for the debugger. If you deploy a debug swf and run it on a release player, it should work just fine and not wait to hook to a debugger. So, that shouldn't be the problem. One thing to try would be to write another release SWF that loads your SWF and

RE: [flexcoders] dragMoveEnabled: sometimes move/sometimes copy?

2008-06-04 Thread Alex Harui
Get dragOver events, call preventDefault() on the event, call DragManager.acceptDragDrop with the right information From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn Sent: Wednesday, June 04, 2008 5:54 AM To:

RE: [flexcoders] Keep combobox open to allow multiselect

2008-06-04 Thread Alex Harui
I'd just use a button and a Popup list From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rviswanathan Sent: Wednesday, June 04, 2008 4:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Keep combobox open to allow multiselect

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-04 Thread Tracy Spratt
Does your app do a data service call on start-up? Perhaps you have a security problem that is causing an error on the non-development system, and the release player is not displaying the error. Try to run the app on a non-dev system, but use the debug player. Tracy

RE: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
Yes, you should not have to do anything special for this to work under FB. Are you saying you have tried and are having problems? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anirudh Sasikumar Sent: Wednesday, June 04, 2008

[flexcoders] Re: How to remeasure itemRenderer

2008-06-04 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Is that verbatim from the renderer code or somewhere else? How does handleLabelClick get called? That is from my renderer code. It's just a click handler on a canvas that contains a label. I would check to see if the

RE: [flexcoders] How to convert an e4x XML object into an AS object?

2008-06-04 Thread Tracy Spratt
If you leave the resultFormat as the default object, then Flex will convert the xml into a nested object tree automatically. But this is not a very good way to do this. If you are sure you do not want to work directly with XML and XMLListCollection (there are pros and cons), then your best

RE: [flexcoders] Re: replacing items in an arraycollection?

2008-06-04 Thread Tracy Spratt
Depending on how you will use this, you might consider extending ArrayCollection and adding getItemByKey support. I have not done this, but would probably try maintaining an associative array in the extended AC. Come to think of it one of our component gurus might already have done such a

[flexcoders] RemoteObject vs NetConnection features

2008-06-04 Thread [p e r c e p t i c o n]
Hi All, Using RemoteObject in AS# (as opposed to MXML) I can specify a destination.. In my case I connect to an EJB. Can I do the same using NetConnection? If so, how? thanks p

Re[flexcoders] ndering Google Maps in Flex

2008-06-04 Thread Manu Dhanda
Hii, I was just following the example given at Google Maps Flash API to render a MAP. Although I can display that MAP if I 'll put that code in my main mx:Application /. But if I put that same code in my some other component, say a panel, it doesn't display anything. Can someone explain me the

[flexcoders] How to set minimum interval on a chart

2008-06-04 Thread scottyale2008
I can see how to set the vertical axis interval, but what I really need is to set the minimum interval. This basic chart below shows alerts, but when there are less than 10 alerts, my vertical axis will show numbers such as .8, 2.8, etc). I just want whole numbers. I'm afraid if I set

[flexcoders] non-transparent cube in flash 10

2008-06-04 Thread Sherif Abdou
does anyone know how to make this cube solid? i have been trying to figure it out http://sherifabdou.com/?p=33

Re: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
Thanks Tracy and all. Actually it worked for me all the time. But now as I copied one of my project's source code and created a new project (with exactly the same code) - this error is occurring but the old project works fine. That is why I was thinking may be the way the old

[flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread valdhor
Have you checked the compiler settings for each project? Are they different? --- In flexcoders@yahoogroups.com, Vivian Richard [EMAIL PROTECTED] wrote: Thanks Tracy and all. Actually it worked for me all the time. But now as I copied one of my project's source code and created a

[flexcoders] Get new questions for coding

2008-06-04 Thread g.amit39
Hi Friends, Moderator, this is not a spam and is one and only mail which i am sending out of context. So please approve it. We are a small group and have just launched a new website which provides tutorial and questions for practice and learning. So please have a look at it

RE: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
Precisely what is the error? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vivian Richard Sent: Wednesday, June 04, 2008 1:17 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HTTP request sending from IDE(Flex

Re: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
The error is : HTTP FAILED Destination: DefaultHTTP Security error accessing url On Wed, Jun 4, 2008 at 9:57 AM, Tracy Spratt [EMAIL PROTECTED] wrote: Precisely what is the error? Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
In project properties' Flex compiler section all the parameters are as same for the both projects. On Wed, Jun 4, 2008 at 9:28 AM, valdhor [EMAIL PROTECTED] wrote: Have you checked the compiler settings for each project? Are they different? --- In flexcoders@yahoogroups.com

[flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread jmfillman
I understand that you can't ever protect your code from everyone. If someone really wants to get the code they will figure it out, eventually. I'm looking to make it hard enough that most people won't bother. I have looked at nitrolm.com, and for me, I'm hesitant to use it for a variety of

[flexcoders] Re: automated image files on a headless server with AIR?

2008-06-04 Thread netdeep
Java programmers all seem to think that running an image generating process in a web browser window on the server is bad practice. So I think I might just go ahead and compile it as an AIR app. I'm not sure though how to deploy AIR apps though. Can they go in a .war file? If someone

[flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Amy
Doesn't HTTPRequest need the compile flag use-network=false set to run locally? URLRequest will work both ways without any special flags set. HTH; Amy --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Precisely what is the error? Tracy

[flexcoders] Some Characters on Dynamically Loaded Fonts Show Incorrectly

2008-06-04 Thread hawkfansixty
I'm having an issue with dynamically loaded fonts not showing up correctly. The fonts are loaded using StyleManager.loadStyleDeclarations(fonts.swf, true). As you can see on the attached image, some characters do not render correctly. In the image, the top is Verdana and the bottom is Arial.

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
Amy where do I set this? In project property -- Flex compiler window I do not see this. Thanks.. Viv On Wed, Jun 4, 2008 at 10:17 AM, Amy [EMAIL PROTECTED] wrote: Doesn't HTTPRequest need the compile flag use-network=false set to run locally? URLRequest will work both ways without

[flexcoders] Re: programmatically showing data tips on a chart

2008-06-04 Thread Don Kerr
I like using a dataTipFunction to control exactly what shows in my chart's dataTips. See dataTipFunction and HitData . Here is an example that programatically displays the datatip in the format I wanted. You set dataTipFunction=dtf in your chart. public function dtf(hd:HitData):String {

[flexcoders] OLAP

2008-06-04 Thread Dominic Pazula
Has anyone seen or done an integration of with a MDX compliant OLAP server? If so, would you be willing to share your experience? Thanks Dom

[flexcoders] custom preloader

2008-06-04 Thread nihilismmachine
does anyone have any code examples of skinning the preloader? I just want a textbox with my site name, and a super thin bar with a bar holder. anyone? please? --e

[flexcoders] resizin button with the container Tile

2008-06-04 Thread hworke
Hi I have a set of buttons that I add to a Tile. The Tile is resize able and the buttons' width are a % of the Tile's width. But When the Tile resizes the child buttons do not resize automatically which I thought it should since buttons' width is a % of tile's width. How do

[flexcoders] #2038: File I/O Error only in firefox

2008-06-04 Thread Dennis Falling
I searched the web and the group and found a thread going about this without a resolution (started with msg. 88102). Does anyone know a way around this? I need to allow the user to upload files over SSL, which works fine from IE but explodes in Firefox. Code: var url:String =

Re: [flexcoders] custom preloader

2008-06-04 Thread Jim Cheng
Take a look at the documentation: Adobe provides a handful of examples for hiding, customizing and replacing the preloader's default download progress bar. See: http://livedocs.adobe.com/flex/3/html/app_container_4.html Jim Cheng EffectiveUI [EMAIL PROTECTED] wrote: does anyone have

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Sherif Abdou
Flex Compiler under Additional compiler Argument do (include the - sign that is before use) -use-network= false - Original Message From: Vivian Richard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, June 4, 2008 1:22:03 PM Subject: Re:

[flexcoders] Flexbuilder 3 Out of Memory Error

2008-06-04 Thread Jason
I have a co-worker that I am trying to help troubleshoot a Flexbuilder 3 issue with on Windows XP. When she builds the project, she gets random crashes in Flexbuilder 3. Sometimes the project builds fine, sometimes it doesn't. The error is, An out of memory error has occured. Consult the

Re: [flexcoders] Flexbuilder 3 Out of Memory Error

2008-06-04 Thread Sherif Abdou
go in the eclipse.ini file and increase all the numbers there and see if it helps -vmargs -Xms60m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Stack=true - Original Message From: Jason [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, June 4, 2008

Re: [flexcoders] Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread Troy Gilbert
How many Flex developers here are using a Mac for development? I, too, was a diehard MS guy (not a fanboy, just used many of their products) up until I got a MBP in June 2006 (first generation with Intel chips). I used Parallels because many of my tools were Windows licenses -- actually, it was

[flexcoders] dragDrop function working, but not properly

2008-06-04 Thread bredwards358
I finished a working dragDrop function today, but ran into a bit of a problem, this is what I have so far, my problem is highlighted in the comments private function dragToOrders(event:DragEvent):void { try { var draggedItems:Object = new Object(); draggedItems =

[flexcoders] List rollOver event item

2008-06-04 Thread jmfillman
How do I identify the item in the list that the mouse rollOver event triggers? The selectedItem and selectedIndex fields won't contain the correct value, so what do I use? Thanks...JF

RE: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
Viv, ARE you using a local url? Post the application url and the data service url. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Wednesday, June 04, 2008 3:00 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] how to keep slide thumb in hslide can not be dragged

2008-06-04 Thread markflex2007
Hi I did this but it just move back and I need set the hslide value from code and do not allow it draggable.I need the hslide just show the result. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:HSlider id=h1 x=89 y=173 minimum=0 maximum=10 value=4 width=260

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
This is HTTPService URL: mx:HTTPService id=copy url= http://localhost:8080/Main/WebSearchRss?xpage=rdfamp;space=Projectsamp;text=project resultFormat=e4x showBusyCursor=true/ Since I did not deploy the application, I do not have an application URL. I am sending and handling

[flexcoders] Re: date in dataGrid wrong GMT? Dates sometimes one day off?

2008-06-04 Thread flash.media
Don, Have you accounted for the difference in day formats between AS and CF? AS 0-6 CF 1-7? Just a thought. Cheers, Craig --- In flexcoders@yahoogroups.com, Don Kerr [EMAIL PROTECTED] wrote: User selects date from date field. Saves. Date reflected in dataGrid displays GMT-05. Server time zone

RE: [flexcoders] Re: date in dataGrid wrong GMT? Dates sometimes one day off?

2008-06-04 Thread Kyle Quevillon
http://flexblog.faratasystems.com/?p=289 -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flash.media Sent: Wednesday, June 04, 2008 2:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: date in dataGrid wrong GMT?

[flexcoders] How can we bring the larger radius bubble in front in the bubble chart?

2008-06-04 Thread amywongwy
Hi, I know the behavior in the bubble chart is always placed the larger radius bubble at the back and the small radius bubble in the front. Is there a way that we can bring a selected bubble in the front? Thanks. Cheers, Amy

[flexcoders] preloader customization (great docs)

2008-06-04 Thread nihilismmachine
Whoever sent me the link for the preloader docs, awsome. One question, no what type of preloader I use, it says downloading, then initaliazting, then the progress bar only gets to about 65% and then my site loads. why is that? // code package com.preloader { import

[flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread george_w_canada
I bought my first Macbook last November for home projects. If you need dual-monitor for development, and has big monitor larger than 1280X800, buy a MBP. --- In flexcoders@yahoogroups.com, scottyale2008 [EMAIL PROTECTED] wrote: How many Flex developers here are using a Mac for development?

Re: [flexcoders] SWFLoader doesn't fire complete event

2008-06-04 Thread Joseph Balderson
It shouldn't. @Embed compiles any assets into the application SWF at compiletime, so there's no runtime loading, so no complete event. ___ Joseph Balderson | http://joeflash.ca Flex Flash Platform Developer | Abobe Certified

[flexcoders] Re: Retrieving instence name?

2008-06-04 Thread flexawesome
event.currentTarget.name seem doesn't work. :( --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey, is that possible to retrieve the instence name for imgLoad ? # in this example, it calls init2 from init1 and know the instence name is test but I would like to

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Joseph Balderson
What you both just described is obfuscation, not encryption. And there are varying levels of obfuscation. The barest level is replacing all props with _loc_1, whcih is child's play. I think what Andrew is referring to is strong obfuscation, that will replace vars with a meaningless string of

RE: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
Ok, that is not a local (filesystem) url so the use-network default should be fine. It really should not be an issue under FB anyway. You are running the app from within FB, by clicking the Run button correct? And *not* doubleclicking on the app.html file in the Windows Explorer, correct?

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Joseph Balderson
I meant to say ...and the code is completely _un_intelligible... ___ Joseph Balderson | http://joeflash.ca Flex Flash Platform Developer | Abobe Certified Developer Trainer Author, Professional Flex 3 (coming Winter 2008) Staff

Re: [flexcoders] #2038: File I/O Error only in firefox

2008-06-04 Thread Joseph Balderson
Either your file is corrupted, or the path to the file cannot be found, and you've not created an IOError event handler to catch the event. ___ Joseph Balderson | http://joeflash.ca Flex Flash Platform Developer | Abobe

Re: [flexcoders] Dynamic TextArea creation

2008-06-04 Thread Tiago Santarosa
thanks. solved one of my problems... see you! On Jun 3, 2008, at 4:54 PM, Gordon Smith wrote: Make an Array instance variable mx:Script public var newTexts:Array /* of TextArea */ = []; /mx:Script After creating a new TextArea, store a reference to it in the Array:

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
Yes correct. This exact application works fine but when I copied it to another project()the source folder) it started giving this error. Still the original works fine. On Wed, Jun 4, 2008 at 12:47 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Ok, that is not a local (filesystem) url

RE: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
Strange. Suppose you imported the old project into a new one instead of manually doing it? Point to the old project and uncheck use default, and brows to new location, it will copy the files. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Doug McCune
Just to clarify, Andrew is in fact talking about encryption, not obfuscation. The NitroLM product (which I have not used) actually does raw byte encryption on your swf, which then gets loaded by a wrapper swf and decrypted at runtime based on a secret key that gets sent over a secure connection

RE: [flexcoders] dragDrop function working, but not properly

2008-06-04 Thread Alex Harui
I'd double check. The for loop must be starting with I == 0. It can't be starting at 1. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bredwards358 Sent: Wednesday, June 04, 2008 12:09 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: How to remeasure itemRenderer

2008-06-04 Thread Alex Harui
I can try to take a look over the weekend. I would break on makeRowsAndColumns in the DataGrid. If it gets hit, then recycling is underway. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Wednesday, June 04, 2008 9:36 AM To:

RE: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Alex Harui
Try event.currentTarget.toString() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Wednesday, June 04, 2008 1:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Retrieving instence name?

  1   2   >