[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread raja_s_patil
Thanks Tim Rowe > > There might be a few others in PEAR, but start with PEAR::DB > http://pear.php.net/package/DB > We will search there as quick as possible. Can u tell us more about security and performance issues if there are any, in adopting PHP as server side technology ? Thanks once again

RE: [flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread Tim Rowe
There might be a few others in PEAR, but start with PEAR::DB http://pear.php.net/package/DB --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of raja_s_patil Sent: Friday, 17 April 2009 4:07 PM To: flexcoders@yahoogroups.com Sub

[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread raja_s_patil
Thanks JC for ur response, > > PHP is good for server-side and there are frameworks that will help you > encapsulate database layer so you can easily switch from one db engine to > another e.g. MySQL to PGSQL,etc. > May I request u to name good ones so that our study minimizes to few ones for

[flexcoders] Re: InteractiveObject Problem

2009-04-16 Thread lehaianh1986
Thank Amy I have found about "evt.mouseTarget as ..." and now no error appear. Hai Anh --- In flexcoders@yahoogroups.com, "Amy" wrote: > > --- In flexcoders@yahoogroups.com, "lehaianh1986" wrote: > > > > I know it, but I can't choice another Class because evt.mouseTarget is > > InteractiveObj

[flexcoders] Re: create a thumbnail dynamically from large image using flex

2009-04-16 Thread Bjorn Schultheiss
--- In flexcoders@yahoogroups.com, "stinasius" wrote: > > any help guys? > http://www.brooksandrus.com/blog/2009/03/11/bilinear-resampling-with-flash-player-and-pixel-bender/

[flexcoders] Re: create a thumbnail dynamically from large image using flex

2009-04-16 Thread stinasius
any help guys?

[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread jcjr031064
PHP is good for server-side and there are frameworks that will help you encapsulate database layer so you can easily switch from one db engine to another e.g. MySQL to PGSQL,etc. Built in PHP is PHP Data objects library that can help you with this problem as well if you need a thin layer for yo

[flexcoders] flex component - option to convert to popup

2009-04-16 Thread cvsikh
Hi, I want to have a button which can open an existing component as a popup through Flex' popupmanager. Basically, the popup will be opened from main.mxml and the popup will have a component already being shown on main.mxml, it won't come from a seperate mxml file. Thanks for the help.

[flexcoders] flex and component positioning

2009-04-16 Thread cvsikh
Hi, I have a problem. I have an iframe component which works fine. THe problem comes when you click on some click within the iframe. The flex is being loaded in an iframe as well and when you click on the link, the swf's positioning gets messed up. What it does it, portion of the swf will g

[flexcoders] Re: How can I receive the smallest value within an Array?

2009-04-16 Thread reflexactions
var arr:Array = [8,11,13,24,19,8,4,6,5]; var maxValue:Number = Math.max.apply(null, arr); var minValue:Number = Math.min.apply(null, arr); --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > Be aware that if you have two loops in a function and use this syntax, you > will get a duplic

Re: [flexcoders] Post on the flex coders message board

2009-04-16 Thread Nathaniel Skiba
Okay, but the djinni will only answer three. Lucas Adams wrote: > > > Please let me post questions. > > Thanks > >

RE: [flexcoders] Post on the flex coders message board

2009-04-16 Thread Tim Rowe
At least it wasn't "May I ask a question?". --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Aaron Hardy Sent: Friday, 17 April 2009 1:24 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Post on the flex coders me

Re: [flexcoders] Post on the flex coders message board

2009-04-16 Thread Aaron Hardy
Hmm.okay. Wait for it.wait for it..now! Lucas Adams wrote: > > > Please let me post questions. > > Thanks > >

[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread raja_s_patil
Thanks Steve, > > PHP 6 is not out yet and won't be for a while. The latest Release Candidate > is 5.3 and latest stable is 5.2.9. I am using 5.2.3 on Red Hat Linux. > > For PDO, check out http://us.php.net/manual/en/book.pdo.php. This Link dont work, I think its not complete since ends with a

RE: [flexcoders] Quick Question: How do i control the number of item renderers to be created as

2009-04-16 Thread Tracy Spratt
I do not know that you can, without re-writing the List controls. Why do you want to do this? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Thursday, April 16, 2009

[flexcoders] Quick Question: How do i control the number of item renderers to be created as

2009-04-16 Thread djhatrick
a buffer in all directions... I forget how to do that, please? Thanks, Patrick

[flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-16 Thread joshbuhler
--- In flexcoders@yahoogroups.com, Nick Collins wrote: > > Good luck getting a senior level Flex dev for that pay range. Most > senior level guys I know are getting between 100-120k. Granted, that's > in Chicago, not the middle of Utah. Exactly. That's a pretty average rate for a senior dev. arou

[flexcoders] Slider bug? Programmatic change event

2009-04-16 Thread Aaron Hardy
Hey flexers, I've been dealing with the Slider recently and I think I'm seeing a bug, but I'd like a confirmation. I understand that when I set the value of the slider programmatically it's not supposed to dispatch a change event. This is what I want, however I'm not seeing that behavior. Looki

Re: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread - -
It will but at the moment I'm putting together a quick demo. Thanks! From: f3l To: flexcoders@yahoogroups.com Sent: Thursday, April 16, 2009 3:47:47 PM Subject: Re: [flexcoders] How can I receive the smallest value within an Array? why not get the max fro

Re: [flexcoders] Resetting HSlider / VSlider

2009-04-16 Thread thomas parquier
I think you have to set the values property to an array to have the setter triggering some stuff. thomas 2009/4/16 byte.sensei > > > I have a UI with filters including an HSlider with 2 thumbs representing a > start year and end year (range 1854-2008). The HSlider code looks like this: > > t

Re: [flexcoders] Re: showDataTipsTargets without showing datatips?

2009-04-16 Thread thomas parquier
well, the visible property doesnt remove these grey connectors... so I'll be attentive to any suggestion in this thread. thomas 2009/4/16 thomas parquier > setting visible=false in your datatip constructor should work. > > thomas > > > > 2009/4/16 flexaustin > > >> >> I have tried what you

Re: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread f3l
why not get the max from SQL (sisn't that where your data comes from in the first place?) On Thu, Apr 16, 2009 at 2:39 PM, Tracy Spratt wrote: > > > Be aware that if you have two loops in a function and use this syntax, > you will get a duplicate variable definition warning. > > > > Tracy Sprat

[flexcoders] When printing, sometimes images do not show up

2009-04-16 Thread Osman Ullah
I have a print view that I am using to print some data. There are a couple images on this form (actually, the same image embedded twice). When I print, randomly one (or both) of the images will not show up in the printout. I have printAsBitmap set to false. If I set it to true, the problem goes

[flexcoders] Re: Cairngorm sub-applications & Remoting

2009-04-16 Thread Gordon Hirsch
Have you seen the section titled "Using RPC and DataServices classes with multi-versioned applications" (~p. 40) in this document? http://livedocs.adobe.com/flex/3/loading_applications.pdf If I understand correctly, you are hitting this issue and will need either to use sandboxing or a bootstra

[flexcoders] Re: How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-16 Thread valdhor
The thing is, a web service is a very low level thing. You post XML to it and it responds in XML. Authentication is usually done in a SOAP header or less often as parameters in the SOAP body. Generally there is no other mechanism (Except maybe HTTP Auth). I can't see how you would use a .NET ser

Re: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread - -
Thanks Tracy. From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Thursday, April 16, 2009 3:39:35 PM Subject: RE: [flexcoders] How can I receive the smallest value within an Array? Be aware that if you have two loops in a function and use this syntax,

[flexcoders] Apple + O in AIR 1.5 on Mac

2009-04-16 Thread Jesse Warden
In my AIR app, I can get Control + O to work, but not Apple + O. The Apple key does register the keyDown, but it seems the Mac OS is stealing Apple + O. Known? Same thing on Windows? Workaround (beyond using Control + O)?

RE: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread Tracy Spratt
Be aware that if you have two loops in a function and use this syntax, you will get a duplicate variable definition warning. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of - - Sent: Thu

RE: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread Tracy Spratt
I bet the for-loop solution will be faster, since it need to process the array only once. Sorts require more passes, and performance is usually subject to the initial order. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flex

Re: [flexcoders] Re: How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-16 Thread Baz
I have read the wsdl and imported it into my ide so that is could provide code insight on whats available. There are no problems there, the issue arises when running the code. I get an authorization denied (or similar) error. Googling about I noticed that .net has some special functions for opening

RE: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Tracy Spratt
Sometimes also mouseChildren="false" Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jake Churchill Sent: Thursday, April 16, 2009 11:31 AM To: flexcoders@yahoogroups.com Subject: RE: [f

[flexcoders] Re: How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-16 Thread valdhor
Nope, the WSDL should show the operations and data types the service uses. It is just an XML file so you should be able to copy and paste it. Also, is there an API reference for Microsoft Reporting Services (RS) webservice? --- In flexcoders@yahoogroups.com, Baz wrote: > > Valdhor, thanks for

RE: [flexcoders] knowing if a display object is in the view area or not.

2009-04-16 Thread Tracy Spratt
The first question, I do not know. The second question is "Not applicable", be cause itemRenderers are *always* in the display area, except for a buffer or two. This is a "red flag" question, indicating that you need to study up on renderers a bit. Tracy Spratt, Lariat Services, developme

Re: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-16 Thread Jeffry Houser
Job posts come through about once every 4-6 weeks. Not sure who is watching the list... Ellenberger, John wrote: On this group's header they say we should use the "flexjobs" newsgroup but I tried to post some Flex job openings there and they've been waiting for approval for two days. N

[flexcoders] Re: Speed Test - help needed please

2009-04-16 Thread valdhor
OK, tried in Windows XP, IE6, 24fps. Gave me "Oops. Something went wrong :( Please email me.." same for 1000fps (But took about 15 minutes for the message) --- In flexcoders@yahoogroups.com, tom s wrote: > > Hi All - please help with this test, it will only take you 30 seconds.. > > I'm doing

[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread valdhor
PHP 6 is not out yet and won't be for a while. The latest Release Candidate is 5.3 and latest stable is 5.2.9. I am using 5.2.3 on Red Hat Linux. For PDO, check out http://us.php.net/manual/en/book.pdo.php. For WebORB check out http://www.themidnightcoders.com/products.html Steve --- In flexc

Re: [flexcoders] Re: How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-16 Thread Baz
Valdhor, thanks for the response. Unfortunately the server is behind my corporate firewall. Is there anything I can do and send you the results for? Baz On Thu, Apr 16, 2009 at 12:18 PM, valdhor wrote: > > > Can you post the WSDL? Or location of one on the net? > > > --- In flexcoders@yahoogroup

[flexcoders] Re: How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-16 Thread valdhor
Can you post the WSDL? Or location of one on the net? --- In flexcoders@yahoogroups.com, Baz wrote: > > I would like to build a flex front-end to Microsoft Reporting Services (RS) > using the provided webservice at > http://mydomain/reportserver/reportservice2005.asmx?wsdl. I am able to view > t

Re: [flexcoders] Re: showDataTipsTargets without showing datatips?

2009-04-16 Thread thomas parquier
setting visible=false in your datatip constructor should work. thomas 2009/4/16 flexaustin > > > I have tried what you suggested already, but didn't have any luck as my > linechart has two lineseries and when you mouse over any area where the > lineseries cross you get two grey lines that co

[flexcoders] Post on the flex coders message board

2009-04-16 Thread Lucas Adams
Please let me post questions. Thanks

[flexcoders] Re: Link/Hand Cursor

2009-04-16 Thread labosox
--- In flexcoders@yahoogroups.com, "byte.sensei" wrote: > > Flex seems to be sporadic at changing the cursor to a link/hand cursor when > rolled over components that allow clicks/linking. I can't find any properties > that make it easy to change the cursor on roll-over of an image that is a > l

[flexcoders] Datagrids last column is auto resized

2009-04-16 Thread labosox
Hello Everyone, Ive notice that if you have a simple advanced datagrid with horizontal scroll policy set to on the last column is always auto-resized. If you expand your columns so that the horizontal scroll bar comes on the last column when scroll is auto-sized. Does anyone know how to turn

[flexcoders] AdvancedDataGridRendererProvider Scrolling issue

2009-04-16 Thread labosox
Hello, I was wondering if anyone else has come across this issue. What I am trying to do is to create a Advanced Datagrid that has various column spans that vary for each row. I was able to get this to work by using the AdvancedDataGridRendererProvider. I am running into a couple of problems t

[flexcoders] Re: Extending Flex Webservice class

2009-04-16 Thread variableop
Josh, I can add the header using the web service's addHeader() method programmatically and everything seems to work great when i call the back-end webservice. Even though it is just a couple lines of code, I would like to overload the send() method on Flex's Webservice class so that it cre

RE: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-16 Thread Ellenberger, John
On this group's header they say we should use the "flexjobs" newsgroup but I tried to post some Flex job openings there and they've been waiting for approval for two days. Not sure if the thing is dead...the last post was in Feb. There also seems to be a Google Flex jobs list. _

[flexcoders] Re: Link/Hand Cursor

2009-04-16 Thread labosox
--- In flexcoders@yahoogroups.com, Fotis Chatzinikos wrote: > > useHandCursor="true" buttonMode="true" > > On Thu, Apr 16, 2009 at 5:03 PM, byte.sensei wrote: > > > > > > > Flex seems to be sporadic at changing the cursor to a link/hand cursor when > > rolled over components that allow clicks/

[flexcoders] How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-16 Thread Baz
I would like to build a flex front-end to Microsoft Reporting Services (RS) using the provided webservice at http://mydomain/reportserver/reportservice2005.asmx?wsdl. I am able to view the wsdl when I navigate to it using a web browser. The problem is that I can't seem to authenticate against it us

[flexcoders] Re: Cairngorm sub-applications & Remoting

2009-04-16 Thread Erich Cervantez
The key thing to note: both applications are able to dispatch service calls on their own when called separately through a browser. Both applications work great on their own. Currently, I'm pointing the "source" attribute on SWFLoader to the swf location of the sub-application. I'm loading th

[flexcoders] What events are available for the flvplayback component?

2009-04-16 Thread Wally Kolcz
I am trying to convert a video tracking service from FXVideo (which blips) to a Flash FLVPlayback 2.5 component. I need to listen to and react to the following events. Play, Pause, Stop, Complete to fire off my tracking functions. Does the FLVPlayback support any way to broadcast for them?

Re: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread - -
Thanks Paul! From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Thursday, April 16, 2009 12:44:18 PM Subject: Re: [flexcoders] How can I receive the smallest value within an Array? Just for the future, most people would do this:   for( var i:int =1; i

[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread raja_s_patil
Thanks Steve and Deane Venske for a valuable suggestion, I would like to take ur suggestions and study it further in details i.e. with a hands on experience before we adopt it in the project. Its nice that Deane Venske has past experience in delphi so his opinion is valuable for us. Well Deane

[flexcoders] Speed Test - help needed please

2009-04-16 Thread tom s
Hi All - please help with this test, it will only take you 30 seconds.. I'm doing some tests to see how 'fast' the Flash Player is in a variety of environments. It's working well, but so far I only have ~100 data points. I especially need more data points for: Mac running Safari 3.x Mac running F

Re: [flexcoders] Cairngorm sub-applications & Remoting

2009-04-16 Thread Maciek Sakrejda
The 'destination null' seems to imply that your Flex-side remoting metadata is fubared. It's trying to contact a destination that was not configured--or somehow got unconfigured through the peer-appdomain swf loading. I've asked about doing something similar with Modules, and was told by Adobe folk

RE: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread Jake Churchill
array = array.sort(); smallest = array[0]; Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Paul Andrews Sent: Thursd

Re: [flexcoders] Re: crossdomain proxy

2009-04-16 Thread Baz
> > You can create simple redirect script that redirects requests from your app > to requester resource > Could the redirect script be done with a simple web server, including the fact that I need to append the secret key to the request, or do I need an app server (java, coldfusion, asp, php, etc.

[flexcoders] Re: Is it possible to do a right-click ContextMenu for a TabNavigator tab?

2009-04-16 Thread e_baggg
Thanks Tracy. I was using the SuperTabNavigator Doug McCune had posted. Our project is due in 2 weeks so I didn't have time to build a custom component will all this functionality. Man...looks like I'm SOL. --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > Consider TabBar and Viewst

[flexcoders] Cairngorm sub-applications & Remoting

2009-04-16 Thread Erich Cervantez
Has anyone written two distinct Cairngorm-based applications, each capable of dispatching service calls (via RemoteObject) and tried loading one inside of the other? Essentially I have a parent application that uses SWFLoader to load a sub-application (in a peer Application Domain). The sub-ap

Re: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread Paul Andrews
Just for the future, most people would do this: for ( var i:int =1; ivalue) { value = array[i]; } } return value; } public function minValue(array:Array):int { var value:int = array[0]; var i:int = new int(0); for (i; i To: flexcoders@yahoogroups.com Sent:

[flexcoders] DataGridColumn itemRenderers interfere with DataGrid row rollover

2009-04-16 Thread fumeng5
Hi, It seems that whenever I have an HBox itemRenderer for a DataGridColumn, and I place an image in that itemRenderer, that DataGrid column doesn't highglight correctly. For instance, there's only a thin line that covers that column. However, the rest of the rollovers for all other columns wor

Re: [flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread - -
I got it: public { { { value = array[i]; } } }functionmaxValue(array:Array):intvarvalue:int = array[0];vari:int = newint(0);for(i; ivalue)returnvalue;public { { { value = array[i]; } } }functionminValue(array:Array):intvarvalue:int = array[0];vari:int = newint(0);for(i; i To: flexcoder

[flexcoders] create a thumbnail dynamically from large image using flex

2009-04-16 Thread stinasius
hi am using flex 2 and i have images in a folder that i use in my gallery, but i would like to load them as thumbnails in my tilelist the when i click on them i can see the large image. how can i generate thumnails dynamically without having two sets of images "large and small"?

[flexcoders] How can I receive the smallest value within an Array?

2009-04-16 Thread sailorsea21
Hi everyone, if I have an array as var boxSize:Array = new Array(25, 45, 32, 70, 50, 46, 80, 10); Is there a function that will return me the smallest value within that array? Thanks. -David

Re: [flexcoders] how to avoid cacheing XML

2009-04-16 Thread Maciek Sakrejda
The foolproof (albeit ugly) way of doing this is to append a dummy variable, e.g., the current time, to your request: http://localhost/myapp/my.xml?time=128478334 You can do this by adding a Date().getTime() parameter to your URLVariables. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

RE: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Jake Churchill
useHandCursor=true buttonMode=true Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of byte.sensei Sent: Thursday, April

[flexcoders] how to avoid cacheing XML

2009-04-16 Thread David Pariente
Hi all, I have a Flex3 app where i load an XML using URLRequest object. When i makechanges to the XML and upload it to the server, Flex still loads the old cached XML file. I saw there are options for specify not to cache content, but, seems they are only available to Air apps. How could i set

[flexcoders] Re: InteractiveObject Problem

2009-04-16 Thread Amy
--- In flexcoders@yahoogroups.com, "lehaianh1986" wrote: > > I know it, but I can't choice another Class because evt.mouseTarget is > InteractiveObject > > I write code > > if (evt.mouseTarget.hasOwnProperty("data")) > var inObj:AdvancedDataGridItemRenderer = evt.mouseTarget; > > The error

RE: [flexcoders] Re: Making ComboBox stay open after item select?

2009-04-16 Thread Sascha
My problem is that writing a whole custom component is too involved for the few time I have and your method seems to work quite well. The only trouble I have (as described in my previous reply) is that the ComboBox should fire a change event everytime an item is selected while it stays opened.

Re: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Fotis Chatzinikos
useHandCursor="true" buttonMode="true" On Thu, Apr 16, 2009 at 5:03 PM, byte.sensei wrote: > > > Flex seems to be sporadic at changing the cursor to a link/hand cursor when > rolled over components that allow clicks/linking. I can't find any > properties that make it easy to change the cursor on

[flexcoders] Link/Hand Cursor

2009-04-16 Thread byte.sensei
Flex seems to be sporadic at changing the cursor to a link/hand cursor when rolled over components that allow clicks/linking. I can't find any properties that make it easy to change the cursor on roll-over of an image that is a link, for example. I don't need custom cursors or anything, I'm jus

[flexcoders] Resetting HSlider / VSlider

2009-04-16 Thread byte.sensei
I have a UI with filters including an HSlider with 2 thumbs representing a start year and end year (range 1854-2008). The HSlider code looks like this: In addition, the UI has a "reset" button that is supposed to reset the filters to their default values. Everything is working *except* the HSl

Re: [flexcoders] How Could I "not" map a property to lcds object ?

2009-04-16 Thread ouaqa
Found it !!! thanks to your suggestions ad http://ozeebee.blogspot.com/2008/07/excluding-properties-from-java.html OzeeBee's article , I got a working-yet-not-very-sexy way to bypass the problem using flex.messaging.io.BeanProxy.addIgnoreProperty(My.class, "Property"); ouaqa wrote: >

[flexcoders] Flash e-learning list revived

2009-04-16 Thread Merrill, Jason
Hey everyone. (Apologies in advance - I'm sorry that this is a blatant cross post to more than one e-mail list. If anyone knows me, they know I despise people who cross post questions on e-mail lists, or worse, marketing/products, but this is neither and I think maybe this one is an exception.

[flexcoders] Re: Shared Virtual Objects in multiple flex applications

2009-04-16 Thread valdhor
It looks like a job for RSL's (Run-time Shared Libraries). Check out the "Building and Deploying Adobe Flex 3 Applications" manual. --- In flexcoders@yahoogroups.com, "tchredeemed" wrote: > > I have multiple applications, and they all have to use SOME of the virtual > objects I have created as

Re: [flexcoders] How Could I "not" map a property to lcds object ?

2009-04-16 Thread ouaqa
It's me again. I've been searching for a couple of hours for any documentation on the PropertyProxy class but i didn't find much about it, except for the class definition and a fex threads but no basic tutorial or stuff like that. I'm stille pretty new to java & actionscript, so if anyone could

[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread valdhor
--- In flexcoders@yahoogroups.com, "raja_s_patil" wrote: (Snip) > 1> The application should be independent of Backend database. >i.e. it should be able to use any of Oracle, MS-SQL, MySQL, >PostgreSQL, Firebird as backend. > 2> The business logic should move from Stored procedures to som

Re: [flexcoders] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299

2009-04-16 Thread Igor Costa
Rajan Everytime when I use popUp to free memory I put the target displayobject to a null result after I call remove popup. Regards Igor On Wed, Apr 15, 2009 at 11:20 PM, Rajan Jain wrote: > > > Hi Igor > > Thanks for your help. > > Actually i have a pop up in which i am using lot of componen

[flexcoders] knowing if a display object is in the view area or not.

2009-04-16 Thread giladozer
Hi, is there a way for "this" ( is Display Object) to know when it's in the display area or not ? and for a different yet related question. is there a way for an " item renderer" to know if it's in the diplsay area of not ? thanks, Gilad

[flexcoders] Re: Making ComboBox stay open after item select?

2009-04-16 Thread Ben Reynolds
I'm by no means on Alex's level of Flex knowledge, but a Button combined with a Menu component would work too. You wouldn't get into resizing issues and you'd still be able to do styling without resorting to UIComponent first principles. :) --- In flexcoders@yahoogroups.com, "Sascha" wrote: >

[flexcoders] simultaneous download in AIR of more then 2 files fails with IOError,any ideeas?

2009-04-16 Thread Kun Janos
Hi, I filled this bug http://bugs.adobe.com/jira/browse/SDK-20646 I tried downloading more then 2 files simultaneously and the download is working for the first two files and fails for the others. The issue seams to be, that while the first 2 files are downloading, the remaining files are waiti

[flexcoders] How to understand this about week reference

2009-04-16 Thread iiley
Here's the test class: I store a bound method in a week Dictionary, and added to as a listener also week. The wired thing is that, it will be cleared by Dictionary, but not event listener... I can't explain this strange behavor, hope someone can helps. public class Nothing extends Sprite{ private

Re: [flexcoders] Why SharedObject.flush so slowly

2009-04-16 Thread iiley
Yes, if app crashes, we'll lose data, but if user close app(generally users do this), data will be saved. 2009/4/15 Tom Chiverton > > > > > On Wednesday 15 Apr 2009, iiley wrote: > > Finally, we found a way, first time request a big enough space by > > shareObject.flush(bigNumber), make use to a

[flexcoders] Re: How Could I "not" map a property to lcds object ?

2009-04-16 Thread wakouaq
Thanks a lot everybody. I'm going to see if it works with Jeff Solution. I'll post when i get conclusive results. Thanks again, you saved me a few days of googling --- In flexcoders@yahoogroups.com, Jeff Vroom wrote: > > You can use the flex.messaging.io.PropertyProxy features. The BeanProxy