Re: [flexcoders] How to convert a powerpoint to AS3 swf for loading in Flex?

2008-05-31 Thread Paul Andrews
PROTECTED] On Behalf Of Paul Andrews Sent: Saturday, May 31, 2008 1:40 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to convert a powerpoint to AS3 swf for loading in Flex? Not if you want a swf that can be controlled from AS3. From the FAQ: What version

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-31 Thread Paul Andrews
oops too much red wine. I was going to say I wouldn't have been been bothered if it had been anyone but a senior MS guy. Don't worry about resurrecting this argument, I'm crawling back under my stone on this one. Paul - Original Message - From: Paul Andrews To: flexcoders

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-30 Thread Paul Andrews
Just for a moment I thought this was the flex coders forum rather than an extension of the MS marketing effort.. - Original Message - From: Scott Barnes To: flexcoders@yahoogroups.com Sent: Friday, May 30, 2008 4:29 AM Subject: Re: [flexcoders] The different between generial

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-30 Thread Paul Andrews
I'm always nice and MS marketing never sleeps. It's good to see that even Microsoft management are coding in Flex these days.. ;-) Have a good weekend. Paul - Original Message - From: Troy Gilbert [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 30, 2008 4:36 PM

Re: [flexcoders] How to convert a powerpoint to AS3 swf for loading in Flex?

2008-05-30 Thread Paul Andrews
). 2) The AS3 code will create a local connection, to which the AS2 listens. The AS3 code then messages the AS2 swf via the connection and the wrapper controls the ppt swf accordingly. Check out the flashcoders archives for today. Paul

Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread Paul Andrews
, the browser can't cache the file because it looks different every time. So, mySWF.swf can bee cached, but if you ask for mySWF.swf?param=1, mySWF.swf?param=2, mySWF.swf?param=3 it will always get the latest copy of mySWF.swf. Paul - Original Message - From: amandeepsingh bajwa

Re: [flexcoders] News Item: Comparing the performance of Curl and Flex 3

2008-05-29 Thread Paul Andrews
Performance is only a very small part of what makes a development system successful and this focusses on a very small area. I'm not likely to uninstall Fex anytime soon.. Paul - Original Message - From: Alan Gruskoff [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, May

Re: [flexcoders] REPORTING in FLEX 3

2008-05-29 Thread Paul Andrews
suggestions will accompany my post. Paul

Re: [flexcoders] REPORTING in FLEX 3

2008-05-29 Thread Paul Andrews
ClearBI Developer Edition - $799 per developer. Ouch! - Original Message - From: Vadim Melnik To: flexcoders@yahoogroups.com Sent: Thursday, May 29, 2008 5:14 PM Subject: Re: [flexcoders] REPORTING in FLEX 3 May be ClearBI will be interesting as well:

Re: [flexcoders] Hi Guys Please help me

2008-05-28 Thread Paul Andrews
Rajendra, google is your friend, as is the Adobe website.. http://www.adobe.com/devnet/flex/flex_java.html Paul - Original Message - From: Rajendra Tammana To: flexcoders@yahoogroups.com Sent: Wednesday, May 28, 2008 10:47 AM Subject: [flexcoders] Hi Guys Please help me

Re: [flexcoders] Re: The High Score Problem

2008-05-28 Thread Paul Andrews
Something that might help would be to ask high score candidates to type in the letters depicted on a garbled image - so at least then you know that the bot has to recognise characters. Paul - Original Message - From: Michel Scoz To: flexcoders@yahoogroups.com Sent: Wednesday

[flexcoders] Detecting the Access of a Non-Existant Property

2008-05-25 Thread Paul Whitelock
I thought I read somewhere that there is a way to intercept an attempted access of a non-existent object property. For example, suppose an attempt is made to access the property bar of an object foo which is an instance of the class FooBar (i.e. x = foo.bar). Further suppose that the property bar

[flexcoders] Re: Detecting the Access of a Non-Existant Property

2008-05-25 Thread Paul Whitelock
Thanks! That's it! Paul --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Not per-property for sealed classes. If you inherit from flash.utils.Proxy, you can handle all property accesses From: flexcoders@yahoogroups.com

Re: [flexcoders] custom event not added

2008-05-23 Thread Paul Andrews
addEventListener() does not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but

[flexcoders] When are asynchronous events processed?

2008-05-21 Thread Paul Whitelock
When a response is received from a web service (for example), when is the listener code executed? The beginning of the next frame? I'm assuming that currently executing code is not suspended so that an asynchronous event can be handled, but I was curious as to exactly when asynchronous events are

[flexcoders] Re: When are asynchronous events processed?

2008-05-21 Thread Paul Whitelock
[EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 7:48 PM, Paul Whitelock [EMAIL PROTECTED] wrote: When a response is received from a web service (for example), when is the listener code executed? The beginning of the next frame? I'm assuming that currently executing code is not suspended so

Re: [flexcoders] TabNavigator children

2008-05-17 Thread Paul Andrews
of the TabBar and still have the containers to work with. Paul - Original Message - From: Daniel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, May 17, 2008 5:43 PM Subject: [flexcoders] TabNavigator children Hey guys, Maybe this is easy, but I just can't figure it out

Re: [flexcoders] Cannot install featurecom.adobe.flexbuilder.feature.standalone 3.0.194161

2008-05-16 Thread Paul Andrews
SOE? Perhaps you could get your admin to come over, give you full admin rights, install FB3, then reduce your rights again? or is that E a B? ;-) Paul - Original Message - From: barry.beattie [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 16, 2008 5:59 AM Subject

Re: [flexcoders] logic code in another file

2008-05-16 Thread Paul Andrews
are a little steep at first. Paul - Original Message - From: Leonardo To: flexcoders@yahoogroups.com Sent: Friday, May 16, 2008 12:12 AM Subject: [flexcoders] logic code in another file hello, usually when i'm doing a regular web application i have my html document

[flexcoders] Re: How to tell if variable is an int, uint, or a Number?

2008-05-16 Thread Paul Whitelock
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Whitelock Sent: Thursday, May 15, 2008 3:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to tell if variable is an int, uint, or a Number? Thanks for the suggestion, but it still considers an int to be a uint if the int

[flexcoders] How to tell if variable is an int, uint, or a Number?

2008-05-15 Thread Paul Whitelock
I have a situation where an untyped variable is passed in a method call and I need to determine the data type for the variable. My first thought was to use typeof, but typeof returns number for an int, uint, or a Number. The operator is will not work on primitives. Is there any way to determine

[flexcoders] Re: How to tell if variable is an int, uint, or a Number?

2008-05-15 Thread Paul Whitelock
PROTECTED] On Behalf Of Paul Whitelock Sent: Thursday, May 15, 2008 12:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to tell if variable is an int, uint, or a Number? I have a situation where an untyped variable is passed in a method call and I need to determine the data

[flexcoders] Re: How to tell if variable is an int, uint, or a Number?

2008-05-15 Thread Paul Whitelock
= testNumber; trace (uint: + (obj is uint obj is int)); trace (int: + (obj is int !(obj is uint))); trace (Number: + ((obj is Number) !(obj is int) !(obj is uint))); Output: uint: false int: false Number: true --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote

[flexcoders] Re: How to tell if variable is an int, uint, or a Number?

2008-05-15 Thread Paul Whitelock
from a uint. --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: I found another way that seems to work (not sure why though): var testUint:uint = 1; var testInt:int = -1; var testNumber:Number = 1.1; var obj:Object = testUint; trace (uint: + (obj is uint obj

[flexcoders] Re: How to tell if variable is an int, uint, or a Number?

2008-05-15 Thread Paul Whitelock
Thanks for the suggestion, but it still considers an int to be a uint if the int is positive. --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: try using a dictionary instead of object - Original Message From: Paul Whitelock [EMAIL PROTECTED

Re: [flexcoders] a bit of information about Iframes

2008-05-14 Thread Paul Andrews
Gustavo, It often helps to make a small example to demonstrate the problem, then post the SMALL amount of code here. Paul - Original Message - From: Gustavo Duenas To: flexcoders@yahoogroups.com Sent: Wednesday, May 14, 2008 6:12 PM Subject: Re: [flexcoders] a bit

Re: [flexcoders] a bit of information about Iframes

2008-05-14 Thread Paul Andrews
- Original Message - From: Gustavo Duenas To: flexcoders@yahoogroups.com Sent: Wednesday, May 14, 2008 6:20 PM Subject: Re: [flexcoders] a bit of information about Iframes Thanks Paul, do you mean...putting the file on the internet with the source code set to view? Gustavo

Re: [flexcoders] Delay recursive function

2008-05-13 Thread Paul Andrews
If you move sort(a, l, i-1); sort(a, i+1, r); into the event handler, you should have what you want. Paul - Original Message - From: Nicholas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 13, 2008 6:07 AM Subject: [flexcoders] Delay recursive function

[flexcoders] [Fixed] Flex Weirdness: Verify Errors and E4X

2008-05-10 Thread Paul Whitelock
chokes on fairly simple E4X expressions. --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: Verify errors generally mean that you fooled the compiler somehow. Sometimes, name collisions can fool the compiler. Hmmm, odd. I wasn't doing anything out of the ordinary. What

Re: [flexcoders] Need help with drawing on a plot chart please.

2008-05-08 Thread Paul Hastings
Mark wrote: comes out to about 82 and places it 82 pixels in. I need that line to be placed on the #82 tick mark. So if both the chart's X Y Axis span from 0 to 100 it places it where the 82 would be, not 82 pixels in. Can anyone help with this, what do I need to add?

RE: [flexcoders] SSL and Flex

2008-05-07 Thread Paul Kukiel
/access Paul. http://blog.kukiel.net From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mbarbh Sent: Thursday, 8 May 2008 3:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] SSL and Flex I'm having some real issues here trying to make this file work

[flexcoders] Flex Weirdness: Verify Errors and E4X

2008-05-04 Thread Paul Whitelock
For some reason I've been seeing a lot of verify errors on a project I'm working on. The error always seems to be: VerifyError: Error #1025: An invalid register 5 was accessed. It seems to be related to constructing an event within a dispatchEvent call, but I've done this countless times and

[flexcoders] Re: Flex Weirdness: Verify Errors and E4X

2008-05-04 Thread Paul Whitelock
not be in the default namespace. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Whitelock Sent: Sunday, May 04, 2008 2:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Weirdness: Verify Errors and E4X For some reason

[flexcoders] Re: How do I get status codes and responses from httpservice faults?

2008-05-02 Thread Paul Whitelock
When an error occurs a web service will typically return a HTTP error code with the error message in the body. The problem is that Flex does not allow you to access the body and just throws a 2032 error. None of the information from the HTTP response describing the actual error is available in the

Re: [flexcoders] Re: Flex 4: Text Performance Research

2008-04-28 Thread Paul Hastings
Tom Chiverton wrote: Player v10 will have native bidi text support, so I would expect this to be in Flex 4. ...and let's keep prodding adobe about this ;-)

[flexcoders] data canvas beginFill problem

2008-04-22 Thread Paul Hastings
i might be seeing a bug with beginFill() on a data canvas. the following snippet produces a leaked shape: endPoint=findEndPoint(UV,x,y); uvCanvas.lineStyle(1,0xCC,.75,true); uvCanvas.drawCircle(x,y,7) uvCanvas.moveTo(x,y);

[flexcoders] Re: Flex3 App does not work on Flash Player 9.0.124.0

2008-04-18 Thread Paul Fischer
on a case. It did execute and return the correct results on the debugger player. Going forward, I will be sure to test on the standard player before releasing code to the test team. Thanks for making me take another look at my code! Paul --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED

[flexcoders] Flex3 App does not work on Flash Player 9.0.124.0

2008-04-17 Thread Paul Fischer
are not functioning with Flex3 but are functioning with Flex2. Has anybody seen a similar issue with the new player version? Any suggestions for resolving or finding the root cause? Thank you, Paul

Re: [flexcoders] Re: Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-17 Thread Paul Spitzer
http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/ Josh McDonald wrote: But if I don't whinge enough, I might find myself stuck in flex 2, and without the source to rpc.* I can't work out / work around all the SOAP bugs for myself, and since Adobe

[flexcoders] Re: Flex3 App does not work on Flash Player 9.0.124.0

2008-04-17 Thread Paul Fischer
@yahoogroups.com, Paul Fischer [EMAIL PROTECTED] wrote: My Flex3 app executes Axis2 web services using HTTPService and displays the results in Charts and AdvancedDataGrids. The application works on Player 9.0.115.0. On version 9.0.124.0: 1. The AdvancedDataGrids display only a single

[flexcoders] sort line chart x-axis?

2008-04-13 Thread Paul Hastings
i have a graph that needs to display line chart data in an order reversed from what flex normally does, ie instead of from 0--4000 it needs to display the data 4000--0. i've tried sorting the incoming data, using the LineSeries sortOnXField property, etc. no joy so far. is this even possible in

Re: [flexcoders] some one must know this!!! Please tell me!!!

2008-04-12 Thread Paul Hastings
Doug McCune wrote: I'm thinking about making a little flexcoders leader board to see who has answered the most questions on this list. I'm curious to see who would win between Tracy and Alex Harui. i think you maybe forgot matt the answering machine chotin before he fully went management ;-)

Re: [flexcoders] Re: GIS and Flex

2008-04-07 Thread Paul Hastings
elf1435 wrote: so the requirements for solution we are looking for, are as follows : 1. flex GIS API for client side 2. server that can be installed in private network and can handle all necessary GIS data 3. GIS data (digital cartographic maps and aerial/satellite imagery) for specific

Re: [flexcoders] Re: Need some help with charts

2008-04-05 Thread Paul Hastings
Phill B wrote: I guess I should have asked what the best method to get data from ColdFusion into a Flex chart. Any ideas? a cfquery will do.

[flexcoders] Re: error when ttring to create web application which uses HTTP service

2008-04-04 Thread Paul Whitelock
One thing to check is if the web service is returning an error. Normally if there is a problem with the request (parameters, etc.) the web service will return a HTTP error code with the error message in the body. The problem is that Flex does not allow you to access the body and just throws a

Re: [flexcoders] Scan thru XML

2008-04-04 Thread Paul Spitzer
var nodes: XMLList = xml..bnumber1; Will get you all the bnumber1 elements. If that's what you mean? markgoldin_2000 wrote: I have the follwing xml: curtrainblockscars train_id2/train_id locationWest Class/location bnumber1440/bnumber1 carsb19/carsb1 bnumber2430/bnumber2

Re: [flexcoders] Re: Scan thru XML

2008-04-04 Thread Paul Spitzer
ahh, I see. Try something like this... xml.children().(name().toString().search(/bnumber[0-9]+$/) == 0) markgoldin_2000 wrote: What I really want is all bnumber... and carsb elements. --- In flexcoders@yahoogroups.com, Paul Spitzer [EMAIL PROTECTED] wrote: var nodes: XMLList = xml

Re: [flexcoders] Re: RSL loader problem - it stops

2008-04-03 Thread Paul Spitzer
. Best, Paul Dmitri Girski wrote: Hi Paul, I think, that this is how RSLs work. I still have not found any pattern for this behaviour - this happens sometimes and sometimes it hangs on loading phase, sometimes it hangs SWF is loaded and it is rendering them. Cheers! --- In flexcoders

Re: [flexcoders] Re: actionScriptProperties

2008-04-03 Thread Paul Spitzer
In eclipse / FP go to Window Preferences General Workspace Linked Resources Create a new resource, CUSTOM_VAR, or whatever you want the name to be, point it to the directory you need. I'm not sure if it will actually work for that property but it's worth a try. I've used linked resources

Re: [flexcoders] Re: actionScriptProperties

2008-04-03 Thread Paul Spitzer
that was supposed to read, eclipse / FB, as in Flex Builder. Paul Spitzer wrote: In eclipse / FP go to Window Preferences General Workspace Linked Resources Create a new resource, CUSTOM_VAR, or whatever you want the name to be, point it to the directory you need. I'm not sure

[flexcoders] How to Clear/Reset Item Renderers When the Data Provider Changes?

2008-04-03 Thread Paul Whitelock
I have a single row DataGrid with a typed object bound as a data provider. When data is entered in all columns the handler for itemEndEvent updates another DataGrid and creates a new empty object that replaces the previous data provider for the DataGrid. Even though the data in the new object

[flexcoders] Re: How to Clear/Reset Item Renderers When the Data Provider Changes?

2008-04-03 Thread Paul Whitelock
an effect. --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: I have a single row DataGrid with a typed object bound as a data provider. When data is entered in all columns the handler for itemEndEvent updates another DataGrid and creates a new empty object

[flexcoders] Re: How to Clear/Reset Item Renderers When the Data Provider Changes?

2008-04-03 Thread Paul Whitelock
@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: After a bit more investigation it appears that it might be a redraw issue since the last cell that is clicked is the one where the ghost data appears. Is there a way to force the DataGrid and all custom renderers to redraw? I've tried calling

[flexcoders] Disabling mouse scroll wheel for datagrid column

2008-04-01 Thread Paul Steven
rendererIsEditor=true editorDataField=selected headerText= editable=true width=50 / /local:columns /local:GrowingDG Thanks Paul

Re: [flexcoders] RSL loader problem - it stops

2008-04-01 Thread Paul Spitzer
I haven't used RSLs enough to have experienced this problem but this sounds suspiciously similar to problems I've been having loading SWFs that have been extracted from a SWC (see the thread Runtime Class Loading). As I understand it when you link a SWC as an RSL Flex Builder extracts the SWF

Re: [flexcoders] How to change the mouse scroll range of datagrid component?

2008-04-01 Thread Paul Andrews
it scroll down one row each time? You don't need a scrollbar, you need 'previous' and 'next' buttons. You could even do away with the datagrid altogether and just use fields mapped to a row of an array/array collection. Paul

Re: [flexcoders] UK rapid addressing web api

2008-03-31 Thread Paul Andrews
Excellent - thanks for the heads-up on this. Paul - Original Message - From: Glenn Williams [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 31, 2008 4:11 PM Subject: RE: [flexcoders] UK rapid addressing web api I've found a great service. Works a treat and staff

Re: [flexcoders] Announcement: Join us in a Flex-Related Focus Group

2008-03-31 Thread Paul Andrews
One thing really does surprise me about this. Do you really have to pay someone $50 to get an opinion? I suspect most Flex developers would participate regardless. Paul - Original Message - From: Jeffry Houser To: flexcoders@yahoogroups.com Sent: Monday, March 31, 2008 6:17

[flexcoders] Re: HTTPService Error - Response Body Text?

2008-03-30 Thread Paul Whitelock
around this problem? If so I'll keep trying, but for now it looks like it's an exercise in futility. Why is this not documented in the Flex Language Reference??? Paul --- In flexcoders@yahoogroups.com, Shiv Kumar [EMAIL PROTECTED] wrote: I've been told that it's a Flash player issue

[flexcoders] Re: HTTPService Error - Response Body Text?

2008-03-30 Thread Paul Whitelock
wish that Adobe had documented this so I didn't have to spend the time just to find out it's not possible to get the body data. Of course what I wish for the most is that it worked :-) Paul --- In flexcoders@yahoogroups.com, Shiv Kumar [EMAIL PROTECTED] wrote: Paul, Your findings

Re: [flexcoders] UK rapid adressing web api

2008-03-30 Thread Paul Andrews
shall follow the thread with interest.. Paul Hope that helps, Fidel.

Re: [flexcoders] Runtime Class Loading

2008-03-30 Thread Paul Spitzer
I'm not ever getting an INIT event either. Maybe I should try compiling from the command line instead of letting Flex Builder build my SWC. Not sure why that would make a difference but it does seem like something is going on with the SWF. gabriel montagné wrote: Also, you should wait for the

Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-29 Thread Paul Andrews
a number to make the page signature different - the most effective way is probably to use a timestamp and pass the milliseconds value from Date() since this will always be unique. Paul Thanks, Troy.

Re: [flexcoders] Runtime Class Loading

2008-03-29 Thread Paul Spitzer
. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Paul Spitzer *Sent:* Friday, March 28, 2008 2:53 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Runtime Class Loading Hi All, Hoping someone can help me out here... I'm near

[flexcoders] HTTPService Error - Response Body Text?

2008-03-28 Thread Paul Whitelock
I'm using an Amazon Web Service (REST) and when an there is an error in a request AWS returns HTTP/1.1 400 Bad Request and the HTTP service throws an IOErrorEvent 2032. The problem is that AWS also returns XML text in the response body (which I see if a sniffer) but I can't see the response text

[flexcoders] Re: HTTPService Error - Response Body Text?

2008-03-28 Thread Paul Whitelock
Thanks for confirming the problem -- I guess I'll try using SOAP instead. Does anyone know why this well known problem still exists in Flex 3? Is it a Flash player issue or is it a Flex framework problem? Paul --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote

[flexcoders] Runtime Class Loading

2008-03-28 Thread Paul Spitzer
: Event):void { trace(complete); } private function handleLoadError(event: ErrorEvent):void { trace(error); } Any insight? Many thanks, Paul

Re: [flexcoders] Runtime Class Loading

2008-03-28 Thread Paul Spitzer
handler. Hooray! :) Not sure why the complete event never fires but I can work with this. Paul Spitzer wrote: Hi All, Hoping someone can help me out here... I'm near the point of loosing my mind. I'm trying to do a simple load of a library SWF in order to use the classes within

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Paul Hastings
Jehanzeb Musani wrote: I am developing an application in Flex that needs to supports two locales; English and Arabic. I am facing the following issues while using Arabic text. the flash client doesn't (yet) support BIDI text, so i think you're out of luck to begin with. Can anyone please

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Paul Hastings
Jehanzeb Musani wrote: The application I am working on displays Arabic text properly except in the two cases I mentioned. what about text inputs?

Re: [flexcoders] Re: How do I print in Flex?

2008-03-26 Thread Paul Andrews
the UIComponent to print. You can add a datagrid to the print job and style it as you wish to try and get the correct appearance. Alternatively you could loop throught your data adding individual fields to the print job. Flex printing is dissappointingly primitive, based on a bitmap render. Paul

RE: [SPAM] RE: [flexcoders] Heights of repeated datagrids

2008-03-26 Thread Paul Steven
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Steven Sent: Tuesday, March 25, 2008 12:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Heights of repeated datagrids Still trying to figure out how to control the heights of datagrids in a repeated custom

[flexcoders] Re: how to make opaque panel border?

2008-03-25 Thread Paul Whitelock
There is a style borderAlpha that you can use to change the opacity of the title bar, control bar and sides of the Panel. You can experiment with some different Panel styles and see the generated style code using a design application that I wrote for FBPanelBgSkin (my free component that adds new

[flexcoders] Heights of repeated datagrids

2008-03-25 Thread Paul Steven
/mx:DataGrid mx:Text text={_xmlItem.subTitle} x=20 y=10 id=subTitle fontWeight=bold/ This problem is something that affects several areas of my application so it would be great to find a solution. Thanks Paul p.s the following is the code in my main mxml file

Re: [flexcoders] Can a Listener return a value

2008-03-25 Thread Paul Andrews
attribute). Or are you referring to the lack of a cast - SomeClass(event.target).publicParameter ? Of course the listener could also call a callback method - SomeClass(event.target).aCallbackFn() . Paul

Re: [flexcoders] Re: Can a Listener return a value

2008-03-25 Thread Paul Andrews
that might cause the event to be redispatched - in which case it might happen easily in some code called elsewhere from the event listener. I would agree that such a tight coupling is probably unwise. paul Michael Krotscheck Senior Developer

[flexcoders] view creation for snapshot

2008-03-23 Thread Paul Hastings
this is something i've had trouble wrapping my head around (and maybe some other cf developers as well): i have a viewstack that i need to snapshot various views from to assemble a report. works fine if the user has viewed the views i need for the reporting bits but of course any view not

Re: [flexcoders] Re: Average salary of a Flex Developer in the Silicon Valley

2008-03-23 Thread Paul Andrews
Is that $4,500 per day, per week, per month or per year? - Original Message - From: heat_samurai [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, March 23, 2008 9:43 AM Subject: [flexcoders] Re: Average salary of a Flex Developer in the Silicon Valley Its going to be a

Re: [flexcoders] How to Create a File?

2008-03-21 Thread Paul Andrews
to use whatever server side technology that flex is talking to on the remote server. Paul Thanks, Chandra

[flexcoders] FREE Component: New Styles for Panel, TitleWindow and Alert

2008-03-21 Thread Paul Whitelock
and copy the resulting CSS class selector to your application. For more information, or to download the component, documentation and source code visit: http://blog.mediablur.com/2008/03/21/enhanced-panel-skin-for-flex/ Enjoy! Paul --- Paul Whitelock Denver, Colorado

Re: [flexcoders] GIS and Flex

2008-03-14 Thread Paul Hastings
kapil b wrote: Does anybody have idea how to implement gis(geographyical information system) in flex with the gis data in it. what do you mean by with the gis data in it? you mean to develop a flex app to replace a desktop GIS like arcMap w/the data local to the client? if so, that's a

Re: [flexcoders] Measure Twice... upload once.

2008-03-12 Thread Paul Andrews
Seems fine now. - Original Message - From: Rick Winscot To: flexcoders@yahoogroups.com Sent: Wednesday, March 12, 2008 7:09 AM Subject: [flexcoders] Measure Twice... upload once. So. I was interested in getting a new economical car and stopped by the Toyota website to

Re: [flexcoders] Measure Twice... upload once.

2008-03-12 Thread Paul Andrews
I can see a problem under internet explorer - firefox is fine. As far as it being unprofessional - I think we've all been there at one time or another due to the monkey on our back. I won't be throwing any stones in my glasshouse. Paul - Original Message - From: Giles Roadnight

Re: [flexcoders] best flex books

2008-03-12 Thread Paul Andrews
Do you mean to run them? Just open the file and run the application, or change the default application and then run. Paul - Original Message - From: [p e r c e p t i c o n] To: flexcoders@yahoogroups.com Sent: Wednesday, March 12, 2008 4:55 PM Subject: Re: [flexcoders] best

Re: [flexcoders] wrapper and CFM code

2008-03-06 Thread Paul Hastings
Chad Gray wrote: I am customizing the index.template. html so it will contain my CF code. just working thru that myself, see if these help: http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/

Re: [flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread Paul Andrews
If you search in help, it's only mentioned as a C# class and does not appear to exist in the mx.collections package. Where have you seen it? Paul - Original Message - From: DannyT To: flexcoders@yahoogroups.com Sent: Thursday, March 06, 2008 11:29 PM Subject: [flexcoders

Re: [flexcoders] list within list within list data proviers

2008-03-06 Thread Paul Andrews
ArrayCollection. I would make that object have a label property and a reference back to the appropriate entry in the original AC. Use the label property as you would the current strings that you have. Not sure if that helps you. Paul - Original Message - From: DannyT

Re: [flexcoders] Flex Builder 3: *major* bug in deleting linked folders

2008-03-05 Thread Paul Andrews
*permissions*... not just a Windows read-only flag, but access permissions for user/group/other. Oh, and it smashed the contents of my php files... something is fishy. Why not sit tight until someone at Adobe picks this up, or go ahead and raise a bug. Paul Troy.

[flexcoders] How to reset a scrollbar - would really appreciate some assistance please

2008-03-04 Thread Paul Steven
Thanks in advance Paul

Re: [flexcoders] How to reset a scrollbar - would really appreciate some assistance please

2008-03-04 Thread Paul Andrews
is limited by the maxVerticalScrollPosition property. HBox: Ifyou mean the scroll bar on a HBox then use the scrollPosition property of the HBox scrollbar. The HBox has a scrollbar property: verticalScrollBar. So, for your hbox it would be tile2.verticalScrollBar.scrollPosition = 0; Paul

RE: [SPAM] Re: [flexcoders] How to reset a scrollbar - would really appreciate some assistance please

2008-03-04 Thread Paul Steven
Thanks Paul Sorry, I did try to search for the answer myself but wasn't really sure what to look for. This is still my first flex project and I gotta say I am not enjoying it. Anyway the following that you suggested works fine, albeit there is a bit of a flash markSheetXMLData

Re: [flexcoders] Flex Builder complaint

2008-03-03 Thread Paul Decoursey
So you are saying this is acceptable behavior for an application? On Mar 3, 2008, at 4:18 AM, Tom Chiverton wrote: On Friday 29 Feb 2008, Paul Decoursey wrote: I just imported some projects from Flex 2 into Flex 3 and it wiped out my html-templates... I spent hours tweaking those files

Re: [flexcoders] Flex Builder complaint

2008-03-03 Thread Paul Decoursey
Why did you respond then? Why am I responding now? On Mar 3, 2008, at 9:12 AM, Tom Chiverton wrote: On Monday 03 Mar 2008, Paul Decoursey wrote: So you are saying this is acceptable behavior for an application? I couldn't, in this case, care less what Builder does as we don't use

[flexcoders] Subversion and Subclipse for Flex on Leopard

2008-03-03 Thread Paul Whitelock
://blog.mediablur.com/2008/03/03/setting-up-subversion-for-flex-on-leopard/ Hope this is helpful! Paul --- Paul Whitelock Denver, Colorado

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Andrews
- Original Message - From: Paul Decoursey [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 03, 2008 4:27 PM Subject: Re: [flexcoders] Re: Flex Builder complaint Did you read the thread... I had backups. It's a bug. When you import any other project into eclipse

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
the conversation then shut up! On Mar 3, 2008, at 9:29 AM, Damien Legros wrote: --- In flexcoders@yahoogroups.com, Paul Decoursey [EMAIL PROTECTED] wrote: Why did you respond then? Why am I responding now? Stop complaining, you imported an existing project to a new program version without making

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
I'm sorry, but nobody even regarded it as an issue. I only responded with rudeness when it was forced upon me. On Mar 3, 2008, at 10:32 AM, Paul Andrews wrote: - Original Message - From: Paul Decoursey [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 03, 2008

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
, Fidel Viegas wrote: On Mon, Mar 3, 2008 at 5:27 PM, Paul Decoursey [EMAIL PROTECTED] wrote: Did you read the thread... I had backups. It's a bug. When you import any other project into eclipse or Flex builder it doesn't delete files from your project as part of the import. The reason I

Re: [flexcoders] Re: Praise for the Flex 3 Documentation

2008-03-03 Thread Paul Andrews
I've just ordered the printed Flex 3 documentation. Yay! Nows the chance for some UK Flexers to buy my Flex 2 docs at a good price.. ;-) I'd also like to give Adobe the thumbs-up on making the product dual platform - PC and Mac - I'm sure that's helped a lot of people. Paul - Original

Re: [flexcoders] Access MySQL directly from Flex client

2008-03-03 Thread Paul Andrews
Maybe this will help: http://flexcubed.com/component_details.php?id=8d433f43055d5f0349cebb8501451da2 Paul - Original Message - From: Shailesh Mangal [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 03, 2008 11:57 PM Subject: [flexcoders] Access MySQL directly from

<    2   3   4   5   6   7   8   9   10   11   >