[flexcoders] Re: FDS example

2007-04-13 Thread Robs
Thanks a ton ! --- In [EMAIL PROTECTED], David Mendels [EMAIL PROTECTED] wrote: Start with the 30 minute test drive by Christophe http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java- devel opers-tomcat-based/ :

[flexcoders] Re: FDS example

2007-04-13 Thread Robs
Well...I started off with trying the chat application in Adobe's article Introduction to the Flex Message Service . It states over there that the destination id has to be supplied in the messaging- config xml. Now, to achieve this I need to deploy the fds app on Tomcat that's what is

[flexcoders] CairnGorm2.1 With Fds2

2007-04-13 Thread Ajay K
Hi Can Any one Give an sample Module of Cairngorm2.1 with FDS2.0(preferably dataservice) Regards Ajay - Ahhh...imagining that irresistible new car smell? Check outnew cars at Yahoo! Autos.

Re: [flexcoders] Re: Flex 1.5 Question

2007-04-13 Thread Jatin Nanda
Thanks Alex, I will give that a go as well. Thanks to all for your assistance on this. Cheers, J On 12 Apr 2007 09:47:50 -0700, Alex Harui [EMAIL PROTECTED] wrote: OK. FWIW, you could go back to UIComponent and use beginFill, moveTo/lineTo/endFill to draw the background yourself. It

[flexcoders] Re: Bubble charts with only one bubble

2007-04-13 Thread gaurav1146
I did face this issue in my application which I had mentioned in the post titled Bubble Charts (size of the bubble). I presumed that it was due to some error on my part in slicing the ArrayCollection with the slider movement which was causing this to happen. I have not investigated it completely

[flexcoders] stamping an expiration date on cached files

2007-04-13 Thread giladozer
Hi, My App reloads every 5 sec a XML file. How do I avoid from loading the cached one? Alternatively, if my line of thought goes the right way, how to I control/set an expiration date to the xml file created in the cache directory? Thanks Gilad

[flexcoders] Re: Tilelist in Flex 2 - what to use instead of getItemAt()?

2007-04-13 Thread bhaq1972
sorry i didn't respond to your reply..slipped thru. continuing from Alex, and having a closer look at your original post ..flexcoders is so busy and sometimes i just look at the title and give an answer...i'll be a good boy and read the question properly next time. what you actually

[flexcoders] Re: Is it possible to resize a Cursor dynamically?

2007-04-13 Thread m4cl4rk
--- In [EMAIL PROTECTED], Rick Schmitty [EMAIL PROTECTED] wrote: If I had a custom cursor, say a swf object, is it possible to size that object or do you have to embed each size you'd like to have? For example, say you had a drawing app with a brush stroke, and you wanted the cursor to

[flexcoders] I am in need of a flex/as3 developer for few hours/days in NY

2007-04-13 Thread whateverjohnlouis
I am in need of a flex/as3 developer for few hours/days. I am a programmer myself working on a project. I am stuck on some component functionality and I need to sit down with someone who knows more than me who can answer all my questions. These are the technologies-frameworks I am using:

[flexcoders] Does compiler include all the classes from the Flex Library Project used in Flex Project?

2007-04-13 Thread Sergey Kovalyov
Hi All! I have created separate Flex Library Project with a set of reusable classes, so that I plan to extend it constantly and use it in different projects. Since not all the library classes from Flex Library Project will be used in each and every Flex Project, I worry about optimization - does

[flexcoders] yFiles ported to Flex (beta1)

2007-04-13 Thread kosir.milan
Hi all, just info. yFiles is a good diagramming library, I'm using their yEd graph editor for long time, because it has powerful layout algorithms which can easily handle really big structures... So, yesterday I discovered, that they released Flex implementation, which is still in beta, but

Re: [flexcoders] Re: denying GETs on .NET WSDL web service file...

2007-04-13 Thread Tom Chiverton
On Thursday 12 Apr 2007, scott_flex wrote: Not sure what other http network tools anyone uses, but i'll be testing this with Fiddler, a MS http debugging tool. Does it intercept SSL ? -- Tom Chiverton Helping to continually harness professional models on: http://thefalken.livejournal.com

[flexcoders] IMenuBarItemRenderer

2007-04-13 Thread mapper2255
Good Morning, I see in a post dated this year a tutorial on doing vertical menu using the IMenuBarItemRenderer. I just purchased Flex Builder. The version is 2.01. That interface does not ship with that version. Anyone know a good link to do vertical menus? Thanks.

[flexcoders] IMenuBarItemRenderer

2007-04-13 Thread mapper2255
Good Morning, I see in a post dated this year a tutorial on doing vertical menu using the IMenuBarItemRenderer. I just purchased Flex Builder. The version is 2.01. That interface does not ship with that version. Anyone know a good link to do vertical menus? Thanks.

[flexcoders] Re: Referencing methods in dynamically loaded swfs

2007-04-13 Thread gerardjamesmcbreen
___ Hi Alex, Thanks for the advice - however I'm noy sure I understand it. When the swfLoader source was hard coded I could reference the loaded swf's props however when the name was dynamic via xml I can't. CreationComplete is the same in both cases? Help

[flexcoders] rendererArray - How to process each renderer in a DataGrid

2007-04-13 Thread darylgmyers
I need to process each renderer in a DataGrid. I have found a property - rendererArray - on the DataGrid which looks like what I need. The first array element contains the headers and the rest of the elements contain the rows of data. When I debug Flex the rendererArray is visible and has

Re: [flexcoders] Re: Tree component that doesn't display all nodes?

2007-04-13 Thread Michael Schmalle
Hi, You could also write a custom dataDescriptor that subclasses DefaultDataDescriptor. In that class override the getChildren() method and only return the children you want based on the nodes you want filtered. Peace, Mike On 12 Apr 2007 22:22:04 -0700, dorkie dork from dorktown [EMAIL

[flexcoders] Re: Referencing methods in dynamically loaded swfs

2007-04-13 Thread gerardjamesmcbreen
Replaced creationComplete with Complete and all works fine - Thanks alex --- In [EMAIL PROTECTED], Alex Harui [EMAIL PROTECTED] wrote: content is valid until the complete event. creationComplete is too soon. From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [flexcoders] rendererArray - How to process each renderer in a DataGrid

2007-04-13 Thread Tom Chiverton
On Friday 13 Apr 2007, darylgmyers wrote: elements contain the rows of data. When I debug Flex the rendererArray is visible and has what I need, but the application errors with ReferenceError: Error #1069: Property rendererArray not found on mx.controls.DataGrid and there is no default value.

[flexcoders] Re: denying GETs on .NET WSDL web service file...

2007-04-13 Thread scott_flex
Tom, Well, http://www.fiddler2.com/fiddler2 says it supports SSL but it also seems to get in the way and cause trust issues for IE when capturing traffic... didn't work to well with FireFox either... It's in a beta state, oh well. I'll look for another free http tool. Anyway, i guess i'll

[flexcoders] Re: Tilelist in Flex 2 - what to use instead of getItemAt()?

2007-04-13 Thread erinwyher
Bod, thank you thank you thank you!!! This works beautifully. And just in time for our Beta test today. :) -Erin --- In [EMAIL PROTECTED], bhaq1972 [EMAIL PROTECTED] wrote: sorry i didn't respond to your reply..slipped thru. continuing from Alex, and having a closer look at your original

Re: [flexcoders] timers and hibernating a pc/mac

2007-04-13 Thread Johannes Nel
the timer is throwing the exception stating that there is an unhandled event, this is i think occurs due to the vm suspending as i do listen to all events on the timer. consistent on all browsers and os's. On 12 Apr 2007 05:59:50 -0700, Troy Gilbert [EMAIL PROTECTED] wrote: Who's throwing

RE: [flexcoders] Re: Time to start over: XML/dbentry pointstreethumbnailsmain image

2007-04-13 Thread Gordon Smith
It sounds to me like you're having problems because Flex is front-end technology that doesn't talk directly to databases like Access. You need to decide which middleware your'e going to use on the server side: Java? ColdFusion? PHP? Flex Data Services? The choice will probably depend on whether

Re: [flexcoders] Re: Versioning swf files for bug reporting

2007-04-13 Thread Johannes Nel
why not get a proper CI system going. that will solve many issues you had not even noticed you had. On 12 Apr 2007 06:49:12 -0700, bhaq1972 [EMAIL PROTECTED] wrote: Is there anything flexbuilder could generate and place into the html wrapper --- In [EMAIL PROTECTED]

Re: [flexcoders] New flex forum for flex developers (German)

2007-04-13 Thread Ed Capistrano
Does it have a mailing list? If so, can you give the details for subscribing. thanks, -Ed Proud happy member --- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Today we have launched a new forum for Flex- and Apollodevelopers. Everybody is welcome. Discuss and have fun! :) www.flexhilfe.de

[flexcoders] Re: Granite Data Services 0.2.0 is out

2007-04-13 Thread akhilbhaskar
Yeah, I was looking for benchmarks. I am currently using the Express edition with EJB3 backend services, and was curious if you had done any comparison studies to figure out if GDS was as/more/less performant than LCDS. That's one of the first things I look for when considering use of an

[flexcoders] To newbies...

2007-04-13 Thread Ed Capistrano
What can you say to the likes of me who came from flash just starting to grasp flex. Will I/we be having a hard time in adapting/learning flex? Please give any book titles or sites that best suite to people like me. Thanks, -Ed proud a happy member

[flexcoders] Re: Flex 2 SwfLoader unload/reload issue with V8 Swf

2007-04-13 Thread moonusamy
Here's the example that does not work. v81.swf and v82.swf are Flash 8 swfs while v91.swf and v92.swf are Flash 9 ones (can't attach the swfs - can mail them to you if you like). If you comment out the lines that load the v8 files and uncomment the lines that load the v9 version, it works fine.

[flexcoders] variable change / call a function

2007-04-13 Thread sgrace99
In my custom Component I have a public bindable array collection (tied to my model in my model locator). I want to call a function when the array collection changes. How can I detect a change in the array collection and call a function in my custom component? I don't want to bind it to

[flexcoders] Tree Item by Index

2007-04-13 Thread syabro
How can I get an item, when I've an item index? I think that tree.selectedIndex = index; item = tree.selectedIndex; will be great, but is there another method?

[flexcoders] Evaluating JSON String

2007-04-13 Thread eric_mahe
Hi all, I am using the com.adobe.serialization.json library to parse a dynamic JSON String like this one: {list:[1,2,3],valid:O,id:file} It's working pretty well. The JSON.decode method create an object in which one the (list,valid, id) are becoming dynamic variables: Object list = Array

[flexcoders] Re: Default Decoder could not decode result?

2007-04-13 Thread tommyhaych
--- In [EMAIL PROTECTED], tommyhaych [EMAIL PROTECTED] wrote: Ooo you helped! The php address made me realise something - I wasn't running this on my localhost. It's adding something to the database!!! Just a cheeky question now - am I going the right direction with that checkbox

[flexcoders] RangeError on SWFLoader

2007-04-13 Thread Michelle Grigg
Greetings, I have been haunted by these fricken #2006 RangeErrors since the start of my project though I've been able to fix all but one. I have a SWFLoader throwing a RangeError, and I can't seem to catch the damn thing. The irritating thing is that it's also a very intermittent bug so I have

[flexcoders] Flex builder startup erroar

2007-04-13 Thread kalyancce
Hi everybody, Please help me with this. I just installed the flex builder 2 on a turion 64 X2 processor laptop(just indicatin it if this may be a issue). While i am trying to start flex builder an error comes up saying An error has occured. see the log file... the log file reads the

[flexcoders] Flash pre-loader for flex? Urgent, pelase help

2007-04-13 Thread Giles Roadnight
Hi All I've built a pretty simple pre-loader in flash 8 to load our main Flex app (nearly a MB). To load the main swf I just use _root.loadMovie(_root.applicationURL); but the swf does not appear. It has now occurred to me that it might be possibel to load a flash 9 swf into a flash 8 swf.

[flexcoders] Re: Versioning swf files for bug reporting

2007-04-13 Thread bhaq1972
Thanks Johannes. Can you suggest one. At the moment we just take the bin folder generated by Flexbuilder and copy that to our webservers. what i was thinking was, if flexbuilder could add a build number into the html wrapper, then we could use an ExternalInterface call to extract that number

[flexcoders] Re: To newbies...

2007-04-13 Thread mapper2255
Ed, This is a great group. It can be however difficult as you get up and running, until you can formulate good questions and even that takes time. If you are looking for some help drop me a line offline [EMAIL PROTECTED] --- In [EMAIL PROTECTED], Ed Capistrano [EMAIL PROTECTED] wrote:

[flexcoders] Re: Tree Item by Index

2007-04-13 Thread bhaq1972
i think what your looking for is item = tree.selectedItem; --- In [EMAIL PROTECTED], syabro [EMAIL PROTECTED] wrote: How can I get an item, when I've an item index? I think that tree.selectedIndex = index; item = tree.selectedIndex; will be great, but is there another method?

[flexcoders] validating multiple fields

2007-04-13 Thread Kenneth Sutherland
I've been following this example on livedocs http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp. htm?context=LiveDocs_Partsfile=1773.html for how to validate multiple fields. I can it to work apart from the setting of the actual errorString on the appropriate input box.

[flexcoders] Re: Flash pre-loader for flex? Urgent, pelase help

2007-04-13 Thread gotjosh819i
Flash 8 and Flash 9 use differnet VMs, right the preloader in Flash 9 and that should solve your issue. Just my guess. --- In [EMAIL PROTECTED], Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I've built a pretty simple pre-loader in flash 8 to load our main Flex app (nearly a MB).

[flexcoders] Re: To newbies...

2007-04-13 Thread bhaq1972
when i first started flex, i first tried the quick start tutorials. then i got familiar with the livedocs. then i start asking questions on flexcoders/ adobesupport etc. --- In [EMAIL PROTECTED], Ed Capistrano [EMAIL PROTECTED] wrote: What can you say to the likes of me who came from

[flexcoders] Re: Flex builder startup erroar

2007-04-13 Thread gotjosh819i
Personally I would uninstall and reinstall... Are you installing the eclipse plugin or using the builder itself (standalone)? --- In [EMAIL PROTECTED], kalyancce [EMAIL PROTECTED] wrote: Hi everybody, Please help me with this. I just installed the flex builder 2 on a turion 64 X2

[flexcoders] Re: Time to start over: XML/dbentry pointstreethumbnailsmain image

2007-04-13 Thread shawn.gibson
Hi Gordon, thanks:) Definitely the site will be FlexCFSQL (My/MS...not sure yet). Access is just the quick and dirty way for me to build it - it's visual. I'll populate a db for real when I am at that stage. For the gallery, though, it's all going to be CF-generated XML files read from the db, so

[flexcoders] Re: To newbies...

2007-04-13 Thread gotjosh819i
The developer kit books from the adobe store (50 US $) Seem to be pretty useful so far. Other then those, I would get a AS 3 cookbook and a design patterns book. Flex is easy sometimes and a pain in the butt in other situations. like any technology i guess. once you get past the learning

RE: [flexcoders] To newbies...

2007-04-13 Thread Kenneth Sutherland
I'd have to recommend http://www.silvafug.org/ for the video tutorials. Great source of tips for all levels. I'd also NOT recommend Flex 2 with actionscript 3, I'll say no more on the matter other than look at the guys site http://www.charlesebrown.net/ I'm sure there will be folk that will

[flexcoders] SQL query with OR clause

2007-04-13 Thread alehrens
I'm using HTTPService to do a sql query and it works nicely. But, I've not hit a point where I want the query to be a little more complex. I want to send this query... select capacity from capTable where id = ('6' or '8' or '10') Here's the code I'm currently using mx:HTTPService

[flexcoders] Re: Problems using SSL

2007-04-13 Thread Doug Lowder
Credit for that solution goes to the guys at Cynergy. The max-age value lets a cached version sit on the client for x seconds for cases where you want to read new data periodically, but not necessarily on every visit. Perfect for my needs. --- In [EMAIL PROTECTED], iko_knyphausen [EMAIL

Re: [flexcoders] RangeError on SWFLoader

2007-04-13 Thread John Mark Hawley
SWFLoader::load() is an asynchronous call, so you're never going to be able to catch the error in a try block. You should be listening for error events on it instead. From: Michelle Grigg [EMAIL PROTECTED] Date: 2007/04/13 Fri AM 09:05:56 CDT To: [EMAIL PROTECTED] Subject: [flexcoders]

[flexcoders] Re: Evaluating JSON String

2007-04-13 Thread Doug Lowder
I believe you can use a for..in statement to access the property names. Something like: for (var name in myJsonObj) { trace(name + : + myJsonObj[name]); } http://livedocs.adobe.com/flex/201/langref/statements.html#for..in --- In [EMAIL PROTECTED], eric_mahe [EMAIL PROTECTED] wrote: Hi

[flexcoders] Re: Evaluating JSON String

2007-04-13 Thread eric_mahe
Hi Doug, It's exactly what i need. Thanks a lot. Eric --- In [EMAIL PROTECTED], Doug Lowder [EMAIL PROTECTED] wrote: I believe you can use a for..in statement to access the property names. Something like: for (var name in myJsonObj) { trace(name + : + myJsonObj[name]); }

RE: [flexcoders] Does compiler include all the classes from the Flex Library Project used in Flex Project?

2007-04-13 Thread Matt Chotin
It will only include the files that you used in the final SWF. Matt From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov Sent: Friday, April 13, 2007 2:46 AM To: [EMAIL PROTECTED] Subject: [flexcoders] Does compiler include all the

[flexcoders] Re: Newbie Alert!!! - Having a transitions problem.

2007-04-13 Thread justme1231331
Can nobody have a peak at this

[flexcoders] timezone and dateformatter

2007-04-13 Thread Dimitrios Gianninas
Just wondering if anyone experienced this, but we have a VO coming from Java that contains a date field. Well I format the field using the coe below: mx:DateFormatter id=df formatString=-MM-DD / private function displayLastBillingDate( item:Object, column:DataGridColumn ):String {

[flexcoders] FDS

2007-04-13 Thread fermartel
There is something about FDS which has always seemed a bit ackward to me. This is the fact that one must first make changes to the FDS managed collection to be able to commit these changes. This in itself is fine, but this means that if I have a grid which displays the managed collection, the

[flexcoders] Re: timezone and dateformatter

2007-04-13 Thread Doug Lowder
That's correct though, isn't it? If I'm a user in CST and I access your app on 4/30 at 9PM, I'd probably be wondering How could my LAST billing date be 5/1, which isn't until tomorrow? But if that's what you want, you can add the timezone offset to the date being formatted. If

[flexcoders] Re: timezone and dateformatter

2007-04-13 Thread Doug Lowder
I thought the Player got the timezone from the underlying OS. --- In [EMAIL PROTECTED], Douglas Knudsen [EMAIL PROTECTED] wrote: yes, we had big issues with a app in Flex 1.5 and now 2.0 because of this. We coded around it by massaging the dates in AS with the clients timezone offset.

Re: [flexcoders] Re: timezone and dateformatter

2007-04-13 Thread Douglas Knudsen
yes, but for some reason we see a difference for these AZ users. Their windows clock is correct, but the offset is off a hour in FP during DST. DK On 13 Apr 2007 11:42:41 -0700, Doug Lowder [EMAIL PROTECTED] wrote: I thought the Player got the timezone from the underlying OS. --- In

Re: [flexcoders] timezone and dateformatter

2007-04-13 Thread Douglas Knudsen
yes, we had big issues with a app in Flex 1.5 and now 2.0 because of this. We coded around it by massaging the dates in AS with the clients timezone offset. Works well, except for those folks living in Arizona. For some reason the Flash Player does NOT pick up their offset correctly. Outside

[flexcoders] Re: timezone and dateformatter

2007-04-13 Thread Doug Lowder
Weird. Do you have any confirmation this is a bug in the Player? --- In [EMAIL PROTECTED], Douglas Knudsen [EMAIL PROTECTED] wrote: yes, but for some reason we see a difference for these AZ users. Their windows clock is correct, but the offset is off a hour in FP during DST. DK On

Re: [flexcoders] Re: timezone and dateformatter

2007-04-13 Thread Douglas Knudsen
nope. I can't find any mention of this anywhere. Might be known to some flash pros, but a flash pro I am not. I suppose this is only a issue if you want times always displayed based on a fixed timezone regardless of where the user is. I have not confirmed this behavior using coldfusion on the

Re: [flexcoders] SQL query with OR clause

2007-04-13 Thread Greg Morphis
the correct format for a where 'or' clause is where id = '6' or id = '8' or id = '10' you can't do where id = '6' or '8' or '10' not sure what DB you're using but you might want to try where id in ('6','8','10') something like that On 4/13/07, alehrens [EMAIL PROTECTED] wrote: I'm using

Re: [flexcoders] Re: timezone and dateformatter

2007-04-13 Thread Sam Shrefler
I've also ran accross this, not so much a bug though. It works properly in its use case. The problem is, there are other use cases with timezones. Here is my scenario: I work with a legacy database. Unfortunately, all datetimes are saved into the database as UTC, but as the clients time zone.

RE: [flexcoders] FDS

2007-04-13 Thread Jeff Vroom
I'm also curious if anyone finds the behavior of the Data Management awkward. In the current model, there is only one visible representation of each managed item on the client. It is the managed instance of that object. It tracks both uncommitted changes on the client as well as changes made

Re: [flexcoders] Re: denying GETs on .NET WSDL web service file...

2007-04-13 Thread Daniel Freiman
double check to make sure you actually have to load the wsdl. It's possible that you can just call the functions and hope you're hitting a function that exists. Unfortunately I don't have time to test this (possibly crackpot) theory right now. - Daniel Freiman nondocs?

[flexcoders] simple question backgroundColor

2007-04-13 Thread Patrick Lemiuex
I am trying to change the backGroundColor of my app... how do i put in an array for a gradient, i simply forget the syntax? Sorry for the dumb question. THanks, Patrick

Re: [flexcoders] simple question backgroundColor

2007-04-13 Thread Michael Schmalle
backgroundGradientColors=[#53A1DE,#A2CCEE] backgroundColor=#FF Peace, Mike On 13 Apr 2007 13:16:29 -0700, Patrick Lemiuex [EMAIL PROTECTED] wrote: I am trying to change the backGroundColor of my app... how do i put in an array for a gradient, i simply forget the syntax? Sorry for

Re: [flexcoders] simple question backgroundColor

2007-04-13 Thread Clint Tredway
[0xFF,0x00] On 13 Apr 2007 13:16:29 -0700, Patrick Lemiuex [EMAIL PROTECTED] wrote: I am trying to change the backGroundColor of my app... how do i put in an array for a gradient, i simply forget the syntax? Sorry for the dumb question. THanks, Patrick -- I am not a diabetic,

[flexcoders] Re: denying GETs on .NET WSDL web service file...

2007-04-13 Thread scott_flex
tried it, instead of calling the .loadWsdl() method, i just set the wsdl property so it at least know where the service exists, also set the endpoint to my asmx file, which is the web service. Doesn't work. --Scott --- In [EMAIL PROTECTED], Daniel Freiman [EMAIL PROTECTED] wrote: double

[flexcoders] Modal Windows - CPU Intensive?

2007-04-13 Thread Michael Imhoff
Hi Everyone, I've noticed that modal windows seem to be extremely processor intensive. The cpu spikes to 40 or 50 and stays there until the window has been closed. Has anyone experienced this and/or knows of a workaround? Have a good day, Michael

[flexcoders] Re: timezone and dateformatter

2007-04-13 Thread Doug Lowder
Sounds like some of our legacy tables, where someone decided to store dates as formatted varchar strings instead of something more appropriate like Date or Timestamp. What a pain. If you're forced to use the existing datetime column, I guess there isn't much you can do. If not, maybe you

[flexcoders] Re: Modal Windows - CPU Intensive?

2007-04-13 Thread scott_flex
Michael, Not sure what you are doing and don't have a solution but i can say that i use modal popups loading from the PopupManger and i do not see this bahavior you are talking about. I use them quite a bit and have never seen performance issue. Could it be something in your code in the

[flexcoders] Italics in datagrid cell

2007-04-13 Thread tsiesser
Hi - I'm trying to display italics in a datagrid cell based on certain row criteria. I've created a custom itemRenderer in AS3 that derives from UIComponent and that contains a UITextField as a child. (This might seem a little over-complex for what I'm describing, but I have other use for doing it

[flexcoders] how to link tables with CF/Flex App wizard?

2007-04-13 Thread bobklhr
I have 2 tables, orders and recipes. An Order can have multiple recipes. I can't figure out how to use the wizard to create a CRUD application that will link the 2 tables together. For my last attempt I created a master and detail page for Orders and a master and detail page for recipes. The

[flexcoders] Re: Yahoo map API

2007-04-13 Thread jd_lingwai
Yep, sorry for the delayed reply. This api isn't at the top of my priority list but heres the link. http://developer.yahoo.com/flash/as3_api_libraries.html#install --- In [EMAIL PROTECTED], mapper2255 [EMAIL PROTECTED] wrote: Unless you something more than this:

Re: [flexcoders] Is it possible to resize a Cursor dynamically?

2007-04-13 Thread Troy Gilbert
The cursor is basically treated as if its a DisplayObject, which in practice means that its a Sprite, MovieClip, Bitmap or Shape. Most of the examples I've seen use embedded assets, most often a bitmap. But it can be any class that can sit on the display list. Of course, you're not able to

[flexcoders] Noob Querystring questions

2007-04-13 Thread Nate Pearson
I'm trying to pass in variable via the URL. I have: var QueryString:String = this.parameters.test http://myserver.com/myapp.html?test=systems I always get nullWhere is my problem? (I have also tried Application.application.parameters.test)

RE: [flexcoders] Noob Querystring questions

2007-04-13 Thread Peter Farland
A SWF is loaded via a URL inside the HTML OBJECT / EMBED tag... so you'd need to put the parameters on that URL, not the URL that loaded the wrapper SWF? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Friday, April 13, 2007

RE: [flexcoders] To newbies...

2007-04-13 Thread Tracy Spratt
Start with www.flex.org http://www.flex.org/ . Tracy From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Capistrano Sent: Friday, April 13, 2007 4:03 AM To: [EMAIL PROTECTED] Subject: [flexcoders] To newbies... What can you say to the

RE: [flexcoders] Noob Querystring questions

2007-04-13 Thread Tracy Spratt
Nate, sorry it is not quite that easy. You are passing a parameter to an html file. The html file has no way to see that arg and pass it to the Player instance. This will work if you call the .swf directly, with the querystring parameter. Use Application.application.parameters.test. To

[flexcoders] ASDoc on a Mac

2007-04-13 Thread Jesse Warden
Anyone ever get ASDoc to work on a Mac? I'm having the same problem these dudes are having. http://www.google.com/search?hl=ensafe=offq=asdoc+Exception+in+thread+%22main%22+java.lang.NoClassDefFoundError%3A+FlexbtnG=Search

[flexcoders] Re: Noob Querystring questions

2007-04-13 Thread Doug Lowder
You can also use a bit of JavaScript code to simply pass whatever URL parameters have been specified for the HTML on to your SWF, if that's what you're after. I usually edit the HTML template and include the following: // In the Globals area near the top var myvars = new

[flexcoders] PDF Preview

2007-04-13 Thread Kevin
I know this has been asked before, but I haven't seen many solutions posted. Is there a way to preview a PDF in Flex? As far as I can tell there are two possible options: 1) Preview the PDF in an iFrame (Has anyone tried this? Does it work cross platform?) 2) Convert the PDF to SWF load

[flexcoders] Re: Firefox - FileReference.upload and HTTPService do not share sessions/cookies

2007-04-13 Thread iko_knyphausen
Yes, useful indeed. Thanks for posting it. It would have taken me a long time to figure out why my firefox uploads failed ;-) (the upload was fine, just no session cookie)... --- In [EMAIL PROTECTED], pgp.coppens [EMAIL PROTECTED] wrote: Oh well, that turned out to be pretty messy First I

[flexcoders] Flex 2 - Application Starter Toolkit

2007-04-13 Thread realeyes_jun
Hello, I was talking with a fellow developer earlier in the day and he mentioned this toolkit he used to use in the Flex 1.5 days. It was called FAST: http://www.adobe.com/devnet/flex/articles/fast_userguide.html I noticed that there was mention of a version of this for Flex 2:

Re: [flexcoders] Re: Tree component that doesn't display all nodes?

2007-04-13 Thread hosey hosey
Excellent, works great. Thank you. Hosey On 13 Apr 2007 05:38:14 -0700, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, You could also write a custom dataDescriptor that subclasses DefaultDataDescriptor. In that class override the getChildren() method and only return the children you want

[flexcoders] Re: PDF Preview

2007-04-13 Thread billy_d_white
I've used the iFrame solution and it works surprisingly well. Basically you have to modify the html template to include with the required javascript functions and then you use the IFrame mxml component to display the PDF. I just generate the PDF on the serverside (using iText) and then display

[flexcoders] 3d mp3 Player in Flex

2007-04-13 Thread Mesh Luna
3D Mp3 player in Adobe Flex/Apollo as iTunes... Looks it and source in http://newpixel.ru/tmp/MyApplication.html Waiting yours critics!!! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com