RE: [flexcoders] Modules: mxml and as are compiled in different ways?

2007-01-31 Thread Lorenzo Benvenuti
But aren't they both AS classes? I mean, I've extended classes defined via mxml using actionscript in other places and everything works fine. I guess it doesn't work with modules since the class I'm going to compile has the as extension, and this does not link the right classes into the bytecode.

Re[2]: [flexcoders] Recompiling flex ant tasks

2007-01-31 Thread Constantiner
Hello Matt, Sure it will be better to add possibility of ponting custom html-wrappers without including them to jar and modifying HtmlWrapperTask class. -- Best regards, Constantinermailto:[EMAIL PROTECTED] MC Modifying the templates or the tasks is absolutely

Re: [flexcoders] ContextMenu in TextInput

2007-01-31 Thread Abdul Qabiz
Not sure you can do that? Did you trying hiding built-in items? -abdul On 1/31/07, Ju Aedis [EMAIL PROTECTED] wrote: Hi , I found the ContextMenu in TextInput has these function as copy,delete,paste... Have anyone know that how to delelte or hide these. I want that delete or

Re: [flexcoders] ContextMenu in TextInput

2007-01-31 Thread Ju Aedis
abdul: Now I can Insert a new function in contextMenu, just can not hide delete,copy,paste or delete these. 2007/1/31, Abdul Qabiz [EMAIL PROTECTED]: Not sure you can do that? Did you trying hiding built-in items? -abdul On 1/31/07, Ju Aedis [EMAIL PROTECTED] wrote: Hi , I found

Re: [flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-01-31 Thread Tom Chiverton
On Tuesday 30 Jan 2007, Ted Patrick wrote: Call GetUsers() 500 Fault User not Logged in. Call Login(username, password) 200 Success User logged in. Call GetUsers() 200 Success Users Objects Ahh. We do Call Login() If result.success Call GetUsers() if result.success

Re: [flexcoders] Help needed in accesing files located in remote location

2007-01-31 Thread Vinod M Jacob
Thanks Abdul i will go thru the flash security white paper. Abdul Qabiz [EMAIL PROTECTED] wrote: Security sandbox in Flash Player 8 onwards has changed. Which means SWF can be compiled with two different config:- 1) Either access local files but no data from network 2) Or access

[flexcoders] Webservices (maybe with Cairngorm...) problem

2007-01-31 Thread jamiebadman
Hi, Really weird problem here... I have two webservices defined in my Services.mxml in my cairngorm-based app. One services is a nuSoap created one. The other is a Java-based CapeClear created service. I've only just 'plugged' the nuSoap one in. Prior to that, the Java one was perfectly

[flexcoders] How to create a fault in FDS?

2007-01-31 Thread benjidudu
I have a fill which is called with a parameter. The user login is passed and I check the login in the DAO. What I would like is to create a fault event to return to Flex if the login does not pass my checks. Is there a way to do this? Benjamin.

Re: [flexcoders] Apollo features

2007-01-31 Thread Tom Chiverton
On Tuesday 30 Jan 2007, Mike Chambers wrote: That is one of the features being considered for 1.0, although it might not make it in. Well, we'd love to see the feature in (which is why I asked :-) ). Obviously if you have this ability, you can write a trivial exe wrapper to get the shared

Re: [flexcoders] selectedIndex Issue, after dataprovider is updated

2007-01-31 Thread Tom Chiverton
On Tuesday 30 Jan 2007, jensen.axel wrote: so i'm binding to a custom class that i made, that grabs the current price range of the house... but whenever my dataprovider changes, the selected index is lost... I'd say this was expected. If the user has '200-300' selected, and you update the data

RE: Re: [flexcoders] Apollo features

2007-01-31 Thread benz
I agree that this feauture is key for our company. Please make it possible to call an exe and pass parameters! On Tuesday 30 Jan 2007, Mike Chambers wrote: That is one of the features being considered for 1.0, although it might not make it in. Well, we'd love to see the feature in (which is

Re: [flexcoders] Re: Full Application Reset?

2007-01-31 Thread Tom Chiverton
On Tuesday 30 Jan 2007, Brian Dunphy wrote: Could be just me, but if that does work it seems like kind of a hack... We do it because it absolutely guarantees the application is reset to its starting state and all information is lost. We find this very handy if we've been storing sensitive

[flexcoders] Where is CalendarLayout?

2007-01-31 Thread Carlos Rovira
Trying to do this import mx.controls.CalendarLayout; but FlexBuilder does not show code hinting. Maybe this class is not in some config file? How could I get it? -- ::| Carlos Rovira ::| http://www.carlosrovira.com ::| http://www.madeinflex.com

Re: [flexcoders] Where is CalendarLayout?

2007-01-31 Thread Xavi Beumala
The CalendarLayout class is itself marked with the [ExcludeClass] metadata, so you won't be able to import it :( Don't know if it will allow compilation. Best X. On 1/31/07, Carlos Rovira [EMAIL PROTECTED] wrote: Trying to do this import mx.controls.CalendarLayout; but

Re: [flexcoders] Where is CalendarLayout?

2007-01-31 Thread Carlos Rovira
mmm...why??? In the docs we can read: The CalendarLayout class handles the layout of the date grid in a month. * CalendarLayout can be extended to develop DateControls with * single month display control or side-by-side month displays. So, If I can extend it..why I can't get code hiting

Re: [flexcoders] Re: Full Application Reset?

2007-01-31 Thread Michael Schmalle
We find this very handy if we've been storing sensitive information in it. haha, there are always these instances and nothing is set in stone. I think he(and I) was referring more to a design pattern than a requirement for security and precision. Peace, Mike On 1/31/07, Tom Chiverton [EMAIL

[flexcoders] scale9Grid

2007-01-31 Thread Janis Radins
Hello FlexCoders! I'm trying to make here pretty simple component which should involve scale9Grid functionality. I still don't feel professional in Flex UI components framework I might have here something stupid, though i guess some of you should be able to help me. What I am trying to make is

[flexcoders] Re: need help on showing line series based on list box selection (Flex Charts)

2007-01-31 Thread arthurcoutinhoonline
Hi Ely, i tried cloning the arraycollection, and then filtering the same, when tried assigning ac to the series ,it ain't displaying the chary, i have 2 assign a dataprovider to the chart to display it! You responded my earlier message, where i tried something like this, but this doesn't seem to

Re: [flexcoders] How to create a fault in FDS?

2007-01-31 Thread Tom Chiverton
On Wednesday 31 Jan 2007, benjidudu wrote: Is there a way to do this? You can throw an error in whatever server side code you have. I wouldn't use FDS for this though, better to just plain remote or call a web service. -- Tom Chiverton Helping to collaboratively fashion front-end users

[flexcoders] Change perspecive automatically

2007-01-31 Thread Oliver Merk
Is it possible to tell Flex Builder to change perspectives based on the file type being opened? For example, if I open a .cfc, I'd like the CFEclipse perspective; if I open an mxml file, have the perspective automatically change to Flex. Cheers, Oliver

[flexcoders] Re: ItemRenderer Problem

2007-01-31 Thread jjkruse1
Same thing happened to me last month. I'm doing what I think I did then--we'll see if it makes it to the forum. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Hmm, very odd, that makes sense, because my response went to flexcoders. Maybe it was really just my

[flexcoders] working with XML

2007-01-31 Thread lruinelli
ciao! i have some problem querying xml docs with flex as3, can anyone tell me where there are good tutorials or examples about this subject?...my only reference is working with XML of prog_actiopnscript30.pdf, but unfortunately is not much detailed:-( actually my problem is retrive the variable

[flexcoders] alok the new fresh child flex coder

2007-01-31 Thread alok patil
hi to all flex coders its me alok the new member of this group .if some one mail me some flex e-books so i will thank to him very much. thanks to all - Here’s a new way to find what you're looking for - Yahoo! Answers

[flexcoders] Background on ButtonBar

2007-01-31 Thread joaoak
Hello, i have skinned a ButtonBar, but by some reason on the transparent areas of the skin a black background is being shown. I've cut a corner on my skin just to test, and put it online on http://www.webfuel.pt/jsaleiro/buttonBar-flex2.png . The black corner is in reality a transparent area.

[flexcoders] Extend ButtonBar so it supports Buttons with htmlText

2007-01-31 Thread João Saleiro
Hi, how can i extend the ButtonBar class (and the Button class) so that it's possible to have htmlText on the buttons, instead of simple text? Thanks, João Saleiro

[flexcoders] Calling Australian Flex development shops ... we need an enterprise app built

2007-01-31 Thread flexerciser
G'day We've started developing an enterprise level Flex 2 + ColdFusion* intranet system but we've bitten off more than we can chew. The system is comprised of (in order of priority): Contacts Management (CRM) Large Tourism specific application Subscriptions Management Events Management We

[flexcoders] Test - pls ignore

2007-01-31 Thread Dirk Eismann
test

[flexcoders] Re: selectedIndex Issue, after dataprovider is updated

2007-01-31 Thread jensen.axel
it is expected, but i just don't know how to fix it how do you set something selected in a component after you receive new data? but i figured it out... thanks to a post by ben forta... the post wasn't what i wanted or needed, but there is no fun when you don't have to try so what you

[flexcoders] Table ROW COLUMN in flex

2007-01-31 Thread sekar r
Hi all, i want create Table, Row and column flex application. horizontal based. want to create mutiple column. need me giude or sample code. thanks in advance. sekar. - Don't get soaked. Take a quick peak at the forecast with theYahoo! Search weather

[flexcoders] Freelance Job: Graphics Flex Designer/Developer

2007-01-31 Thread Carl Vorster
Hi, I'm looking for a Graphic Designer/developer than knows Flex 2 to help me with graphics, look feel, skins etc. etc. for my Flex 2 application. This is a once off job, but I'm looking to build a long term relationship with someone to help me as projects come up. If anyone is

[flexcoders] addChild(myFriend) on the fly - possible?

2007-01-31 Thread Alexander Tsoukias
I have a custom component myFriend.mxml I have a datagrid on the left filled with search results. What i was is, as I'm clicking Add Friend on the datagrid, for it to appear on the right (one under the other) automatically with the style and format of myFriend.mxml Is this possible? if so, I

Re: [flexcoders] Apollo features

2007-01-31 Thread geminy555
Hi, This feature is KEY for our company too. We are developing speech services (DLL based)...and we will use APOLLO if we can use those DLLs...please, implement it on 1.0 !!! Thanks --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: I agree that this feauture is key for our company.

[flexcoders] Re: Flex applications look like Fisher-Price toys

2007-01-31 Thread Dave Wolf
For everyone who was interested in seeing more samples of real Flex applications and the extent to which you can skin up Flex using all the built in features, check out Cynergy TV. The first episode is the Flex Showcase and shows a small handful of apps we have built over the last year with

Re: [flexcoders] Printing without the application background showing up?

2007-01-31 Thread August Kaiser
I am also seeing this issue (sliver of parent background around edge of printed [white background] component). If anyone knows the solution, Tom and I would love to hear it! Thanks, August Tom Bray wrote: I've created a custom diagram component that I want to be able to print with a plain

[flexcoders] ColumnChart question

2007-01-31 Thread Jeremy Crane
I need to display a chart that contains a value for total users and then break it down by user types, What I currently have is a columnchart that displays the bars for each user type. Can I set what I currently have infront of another single bar that discribes the total users?

[flexcoders] Setting variables... confusion over scope, ref/val etc.

2007-01-31 Thread jamiebadman
I'm getting really confused here! This is what's happening... I have an arrayCollection on the 'model' and also an arrayCollection in a local function (the result function in a 'command' module which is fired on return from a web service). So I'm using this local arrayCollection to build up

RE: [flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-31 Thread Cashorali, Tanya M.
The problem is related to the format of the XML I think. Here's a portion of my php script (SQL statement not included). $output = experiments; while (OCIFetchInto($result, $row, OCI_ASSOC)) { $output .= experimenttitle.$row['TITLE']./titlemachine.$row['MACHINE']./machi

Re: [flexcoders] Re: Flex applications look like Fisher-Price toys

2007-01-31 Thread Brian Dunphy
VERY nice Dave, you guys do awesome work. Just curious, did your team use the DistortionEffects library by Alex Uhlmann to do the CubeRotate effect on the right side panel? Thanks, Brian On 1/31/07, Dave Wolf [EMAIL PROTECTED] wrote: For everyone who was interested in seeing more

Re: [flexcoders] Re: How to make FormItem labels left aligned?

2007-01-31 Thread EECOLOR
This is the correct code for aligning labels to the left: public class FormItem extends mx.containers.FormItem { override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void { super.updateDisplayList(unscaledWidth, unscaledHeight); var vm:EdgeMetrics =

RE: [flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-31 Thread Brian Holmes
on return use myExperiments = new ArrayCollection(event.result.experiments.experiment); if expirement is the repeating element, then you need to use (event.result.expirements) b. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Problems with embeding in class

2007-01-31 Thread Janis Radins
Hey people! I'm trying to make something stright forward in here with Flex but somehow I'm running itno frustration instead of work. What I'm trying to do is most simple thing: public class foo extends UIComponent { [Embed(source='assets/ResizeArrow.swf')] private var

Re: [flexcoders] scale9Grid

2007-01-31 Thread John C. Bland II
It sounds like you're creating a custom scale9 which isn't necessary. http://www.adobe.com/devnet/flex/articles/flex_skins_07.html (best article yet for skinning; that I've read, at least) That page shows you how to use CSS to utilize scale9. Hope it helps... On 1/31/07, Janis Radins [EMAIL

RE: [flexcoders] Re: How to make FormItem labels left aligned?

2007-01-31 Thread jason.proulx
Too bad that's not simply a CSS style. Jay Proulx [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of EECOLOR Sent: January 31, 2007 10:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How to make

Re: [flexcoders] ColumnChart question

2007-01-31 Thread Brendan Meutzner
Jeremy, Not sure I understand your question, but are you looking for something like this: http://www.stretchmedia.ca/code_examples/offset_calculator/SeriesOffsetCalculator.html Brendan On 1/31/07, Jeremy Crane [EMAIL PROTECTED] wrote: I need to display a chart that contains a value for

Re: [flexcoders] scale9Grid

2007-01-31 Thread Janis Radins
Thanks for reply, but i guess that's not exactly what I need. I'm making resize frame, so I just need to stick 4 corners in they positions and sides at full height. So this is not exactly skinning thing. And i don't think this is custom scale9, custom would be if I would resize all objects

RE: [flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-31 Thread Cashorali, Tanya M.
Still no luck.. I'm trying to check the length of the array and an Alert.show() won't even display anything. Could it be order in which I'm executing everything? For instance, I can't call the display_experiments.php script until after a user has logged in so it can query the database for his

[flexcoders] Re: Html in Flex?

2007-01-31 Thread thegators_2002
Thanks for the explanation, Tracy. I didn't really understand what this IFrame stuff was doing until now. This is a really backwards hack. Does anyone know if Adobe is going to add an mx:Browser component or something similar? I am updating an old app that has hundreds of HTM files, but it

[flexcoders] Compiling ONLY the modules

2007-01-31 Thread andrea bianchi
Everything works fine now, I figured out I forgot to comment some lines that declared some variables of types defined in modules. In this way the main application had all the module classes on board, so that these classes were loaded instead of the module ones. Sorry for my stupid mistake. Thank

[flexcoders] Re: Flex applications look like Fisher-Price toys

2007-01-31 Thread Dave Wolf
Thanks! We have some awesome guys here who make all the magic happen. Yes indeed we did. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In

RE: [flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-01-31 Thread Ted Patrick
Tom, Your point is true. I was trying to state that many SOAP developers build logic into SOAP Faults. Sure you can get a Boolean success/fail but being able to interpret the fault result and call another WS method with args is important. My login example wasn't clear and rather simplistic but if

[flexcoders] using soapHeaders to pass UserName and Password

2007-01-31 Thread pusateri02
Hello - I'm having a hard time figuring out how to add a header in Flex. I need to pass a UserName and Password back to the Web Service in order to get back the results. In this case the result is just an XML which I then parsed and formated in Flash. Can anyone lend a hand that has done it

[flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread Pan Troglodytes
This is still a problem. I couldn't remember if I entered it in the Adobe bug page, so I just went ahead and did it. This is a bit of a pain as transparent icons are very important in GUIs. GIF works fine but is limited to 256 colors. On 12/6/06, Pan Troglodytes [EMAIL PROTECTED] wrote:

[flexcoders] Index of an itemRenderer

2007-01-31 Thread evert_dennis
Is there a way to get the index number of an itemRenderer in a HorizontalList component onRollOver?

[flexcoders] Does asdoc work??

2007-01-31 Thread tvikatos
I decided to play a bit with asdoc to document my project, but I just can't get the damn thing to work. At some point it started complaining about not being able to find the cairngorm lib classes. I used the -library-path option to point to the swc, but still getting errors with very meaningful

Re: [flexcoders] Apollo features

2007-01-31 Thread Mike Chambers
I think the scenario you described below would be possible without having to launch an EXE (although I would have to think about the pull the app off your website). mike chambers [EMAIL PROTECTED] Tom Chiverton wrote: On Tuesday 30 Jan 2007, Mike Chambers wrote: That is one of the features

[flexcoders] Onscreen keyboard

2007-01-31 Thread Daniel Wabyick
I am working on an onscreen keyboard for a touchscreen Flex application. Building out the UI should be simple, but I am wondering if anyone has ideas on the best way to 'plug in' to the normal Flash key event system. I know I can get the current focused object via focusManager.getFocus(),

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-01-31 Thread jamiebadman
Here's how I did it a way back... not using this anymore but I'm pretty sure it worked at the time ;-) import mx.rpc.soap.SOAPHeader; private function login():void{ ModelLocator.getInstance().qname = new QName(http://docs.oasis- open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-

RE: [flexcoders] How to create a fault in FDS?

2007-01-31 Thread Jeff Vroom
You can just throw a RuntimeException from your fill method (or whatever server side method that FDS is calling). That turns into a fault event on the client. If you are using FDS's LoginCommand interface, you can just have your login method return a Principal that does not support the roles

RE: [flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-31 Thread Cashorali, Tanya M.
Please I just need to know how to bind the results of an HTTPService request (which generates XML) to an ArrayCollection!!! I don't think it should be this difficult!?! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cashorali, Tanya

RE: [flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-31 Thread Cashorali, Tanya M.
Ok after a lot of painful debugging.. I've found something strange. Instead of an ArrayCollection, I declared myExperiments as an Object. The XML format is like this: experiments experiment title/title machine/machine

RE: [flexcoders] Problems with embeding in class

2007-01-31 Thread Roger Gonzalez
Your syntax is incorrect. Remove the double quotes, it should just be [Embed(source='assets/ResizeArrow.swf')]. -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Janis Radins Sent: Wednesday, January 31, 2007 7:52 AM

RE: [flexcoders] ColumnChart question

2007-01-31 Thread Matt Horn
Yes, you can create stacked, 100%, and overlaid charts in addition to clustered charts by using the type property of the ColumnChart control. For more information, see here: http://livedocs.macromedia.com/flex/201/html/charts_formatting_110_46.ht ml hth, matt horn flex docs -Original

[flexcoders] Host Name? How do I get my current host name?

2007-01-31 Thread Matt Maher
I need to know what box and what domain I am running the flash movie from. Is there any way I can get this information

Re: [flexcoders] Problems with embeding in class

2007-01-31 Thread Janis Radins
omg, how did i missed that? tnx 2007/1/31, Roger Gonzalez [EMAIL PROTECTED]: Your syntax is incorrect. Remove the double quotes, it should just be [Embed(source='assets/ResizeArrow.swf')]. -rg -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Does asdoc work??

2007-01-31 Thread Stephen Gilson
Have you checked the doc on ASDoc: http://livedocs.macromedia.com/flex/201/html/asdoc_127_1.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tvikatos Sent: Wednesday, January 31, 2007 11:56 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] Setting variables... confusion over scope, ref/val etc.

2007-01-31 Thread Ralf Bokelberg
Hi Jamie The following two simple rules might be helpful: 1. Objects and Arrays are always references (in contrast to numbers, bools and strings, which are always values) 2. Objects and Arrays exist as long, as a reference to it exits. If you want to add copies of an Object to a collection, you

[flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread ben.clinkinbeard
According to the docs, the correct syntax is: mx:Image source=@Embed(source='assets/user-big.png')/ Does that work? HTH, Ben --- In flexcoders@yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: This is still a problem. I couldn't remember if I entered it in the Adobe bug page, so I

[flexcoders] Wisconsin Flexers?

2007-01-31 Thread Shannon Hicks
Any more Flex peeps from Wisconsin? If you are, email me off-list and let me know what town you're in. I might try to piece together a WiFUG. Shan

Re: [flexcoders] Host Name? How do I get my current host name?

2007-01-31 Thread Brendan Meutzner
I'm pretty sure this information wouldn't be accessible from within Flash, but you could use Javascript to pass in the information to the swf via URL params, or ExternalInterface calls... Brendan On 1/31/07, Matt Maher [EMAIL PROTECTED] wrote: I need to know what box and what domain I am

[flexcoders] Time Entry Component

2007-01-31 Thread Brendan Meutzner
Hi, So if it turns out that there is indeed a Time Entry control in Flex, I end up looking like a doof... HOWEVER, I haven't seen anything remotely resembling a time entry similar to the Windows time... so http://www.stretchmedia.ca/code_examples/time_entry/TimeEntryTester.html Would love

[flexcoders] Is this possible - SVG to PDF(vector) ?

2007-01-31 Thread Alexander Tsoukias
Hi all... How is it possible to take a canvas from FLEX and convert it to vector PDF? Is taking SVG and converting to a PDF a way? Does coldfusion have any way of doing this? Thanks, Alexander

[flexcoders] generate a report with flex and cf report builder

2007-01-31 Thread flexnid
hi, Does someone have an exemple showing how to generate a report (pdf) from a flex application (or AS3) with cf report builder (or other)? The idea is to generate an order or something like that from a marketing application.

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread Pan Troglodytes
Sadly, no. It also doesn't work if you declare a variable like [Embed(source=/assets/user-big.png)] private var userIcon:Class; FYI, from the docs: About the source parameter In almost all cases, you must specify the source parameter or nothing is embedded. The source parameter is the

[flexcoders] Re: Does asdoc work??

2007-01-31 Thread tvikatos
Yes, I have. I am probably doing something wrong but it's extremely difficult to figure out what. This has to become friendlyer than command line and give meaningful feedback... --- In flexcoders@yahoogroups.com, Stephen Gilson [EMAIL PROTECTED] wrote: Have you checked the doc on ASDoc:

[flexcoders] Re: Time Entry Component

2007-01-31 Thread dougmccune
Ohh, that's a fun component. Can you make one that ticks up the seconds (like the bottom example) but also lets you change the time? That seems the most like the Windows one. If you change the seconds it just starts ticking from the new value you entered. My other comment is to ask why setting

Re: [flexcoders] Is this possible - SVG to PDF(vector) ?

2007-01-31 Thread Brendan Meutzner
I've had success in the past converting to EPS format from Flash Player (which successfully opened in vector format inside Illustrator) by using Print to File with specific print drivers... it's not exactly seamless, but it worked. I can track down the specific print drivers if that would

Re: [flexcoders] Re: Time Entry Component

2007-01-31 Thread Brendan Meutzner
Hey Doug, Yeah, the width thing is bugging me too... it is a result of the min/max values on the NumericStepper getting set for am/pm... I'll try to find an alternate solution to prevent that. And I thought about the setting of the clock... would be easy enough to do if somebody wanted to. I

[flexcoders] tracking a user session

2007-01-31 Thread mthielman11
I am having a surprisingly very difficult time finding a concrete answer as to how to handle sessions in flex. We need to be able to track a user once they are logged into the system. Security in our app is critical and every post needs to be validated. IN our current web app we simply had a

Re: [flexcoders] Host Name? How do I get my current host name?

2007-01-31 Thread Ralf Bokelberg
Can't you extract it from Application.url? Cheers, Ralf. On 1/31/07, Brendan Meutzner [EMAIL PROTECTED] wrote: I'm pretty sure this information wouldn't be accessible from within Flash, but you could use Javascript to pass in the information to the swf via URL params, or ExternalInterface

Re: [flexcoders] Apollo features

2007-01-31 Thread Impudent1
word. add my vote to being able to pass parameters to other exes Impudent1 LeapFrog Productions

[flexcoders] PrintDataGrid Scrollable Rows

2007-01-31 Thread loisgh
Hi All, The nextPage() function sets the PrintDataGrid verticalScrollPosition property to equal verticalScrollPosition + (number of scrollable rows). In other words it advances the printing x number of rows. Here's my question. What property constitutes the number of scrollable rows. I

[flexcoders] Re: Is this possible - SVG to PDF(vector) ?

2007-01-31 Thread Alexander Tsoukias
That would be great, although, I need to be able to download it as eps directly from flex. Would that be a possibility? Alex --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: I've had success in the past converting to EPS format from Flash Player (which

Re: [flexcoders] Re: Is this possible - SVG to PDF(vector) ?

2007-01-31 Thread Brendan Meutzner
Alex, I never did complete that hurdle... making it a seamless download... I'll leave this question to others who might have a solution for that. I'd be interested to know as well. Thanks, Brendan On 1/31/07, Alexander Tsoukias [EMAIL PROTECTED] wrote: That would be great, although, I

RE: [flexcoders] Time Entry Component

2007-01-31 Thread Ely Greenfield
Awesome work Brendan. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Wednesday, January 31, 2007 10:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Time Entry Component Hi, So if it turns out

[flexcoders] text input controls

2007-01-31 Thread Roger Ross
Hello, New to Flex and still getting use to everything. When using a text input control why does the width of the text input field change as you scroll through records displayed in a grid control? Also can you right justify the label on the form item that is created when you add a text input

Re: [flexcoders] Re: Is this possible - SVG to PDF(vector) ?

2007-01-31 Thread Doug McCune
I have a feeling this is going to really tough. What you want is like the ability to get bitmapData from a component, but instead of bitmapData you want vectorData that would give you all the vector points used to draw the component. I have a feeling this is going to require work on the core

[flexcoders] Flex 2 HTTPService best practices

2007-01-31 Thread Ian Shafer
Hello, I'm pretty new to Flex and Flash (about two weeks in). I'm an experienced Java developer, so I do have a solid background. I have a number of questions regarding using HTTPService: * Should I be using it? I'm choosing to use HTTPService because I don't want to pay for FDS and it

Re: [flexcoders] Time Entry Component

2007-01-31 Thread Brendan Meutzner
Thanks guys.. Just updated to avoid width shift on am/pm and put an example in there similar to what Doug suggested for the updatable current time. Brendan On 1/31/07, Ely Greenfield [EMAIL PROTECTED] wrote: Awesome work Brendan. -- *From:*

[flexcoders] Any good Tutorials to jump into AMFPHP 1.9

2007-01-31 Thread Agent RR-007
HI everyone. Great information on the list to read upon everyday. I have a small question. Are there any good Tutorials to start running with Flex and AMFPHP 1.9. Thanks. Always trust your Agent, RR-007

Re: [flexcoders] tracking a user session

2007-01-31 Thread Jeffry Houser
You don't need to track sessions in the same way that you would in Web Applications. Adding a string at the end of the URL to track sessions is fine. All flex-based apps will most likely be served off the same URL, won't they? Just store your session variables as 'local' to the Flex

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-01-31 Thread Mark
Jamie, Thanks for the fast reply to this problem but it seems like you posted partial code. I feel like you left out some important pieces to the puzzle so I'm confused as to how you're calling your function and what is ModelLocator, ourService and myWebService (I'm guessing the id to the

[flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread ben.clinkinbeard
mx:Image source=@Embed(source='plusSymbol.png')/ orks for me... Not sure what else to recommend. --- In flexcoders@yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: Sadly, no. It also doesn't work if you declare a variable like [Embed(source=/assets/user-big.png)] private var

Re: [flexcoders] Onscreen keyboard

2007-01-31 Thread Jim Cheng
Daniel Wabyick wrote: I am working on an onscreen keyboard for a touchscreen Flex application. Building out the UI should be simple, but I am wondering if anyone has ideas on the best way to 'plug in' to the normal Flash key event system. I know I can get the current focused object via

[flexcoders] Re: Flex 2 HTTPService best practices

2007-01-31 Thread Chris Luebcke
Hi Ian, I'm using XML over HTTPService in my current app and may be able to help with some of this. Responses inline below. --- In flexcoders@yahoogroups.com, Ian Shafer [EMAIL PROTECTED] wrote: ...regarding using HTTPService: * Should I be using it? I'm choosing to use HTTPService because I

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread Pan Troglodytes
Could you clarify what you mean by works for me? Do you mean you are getting transparency on the PNG? I uploaded my full code for an example: http://three.fsphost.com/flex2/png/PNGBug.html Just right-click to view the source. They both use the same png file. The first one renders with an

[flexcoders] Embedding all or part of SWF assets

2007-01-31 Thread dorkie dork from dorktown
Lets say I have a swf file that has 10 assets (say skins) in it. If I use this swf in my flex project but I only use one of those assets does Flex compile in the other nine? For example, I saw a theme.swf that contained skinning elements for a theme. I want to embed one skin from it but I don't

[flexcoders] Question on managing Flex libaries and Modules

2007-01-31 Thread zzwi89
I have tried to split up my project in Flex Builder into three separate 'projects'. First, we have the library project I created. In this I've put everything that gets reused a lot - meaning custom components and skin classes. Next, the module project. I created this following Adobe's module

[flexcoders] Re: Flex 2 HTTPService best practices

2007-01-31 Thread Chris Luebcke
So I tried setting the resultFormat to object for a service that returns a fairly deep XML structure. I found that it did a pretty good job of mapping the text nodes to the correct types (Boolean, String and Number); it didn't map 2006-11-17 to a Date, but hey, you can't be all things to all

[flexcoders] Checking data entered in an editable datagrid

2007-01-31 Thread withoutname5962
Hello, I'm using an editable datagrid. I want to check the data entered in the cells using the DataGridEvent.ITEM_EDIT_END event. How can I obtain the entered data? And how send the corrected data to the DataGrid? Thanks a lot.

RE: [flexcoders] Re: Does asdoc work??

2007-01-31 Thread Stephen Gilson
Here is how I generated ASDoc for Cairngorm: 1. Copied the Cairngorm files to the asdoc directory under wherever you installed the sdk. The source files are therefore in: FLEXINSTALLDIR\asdoc\Cairngorm\com\adobe\cairngorm 2. Ran the following command from the asdoc directory: ..\bin\asdoc

  1   2   >