Re: [flexcoders] Adobe Air: open file with associated application

2009-08-03 Thread Ian Thomas
If you use flash.net.navigateToURL(someLocalFileURL), it will open via your default browser. If the browser is configured correctly it will open the documents in their appropriate applications. HTH, Ian On Tue, Aug 4, 2009 at 4:24 AM, Everson Alves wrote: > > > Hello, > > Is there a way to mak

[flexcoders] HELP! Blaze ds create a session without any authentication. Then I can get connected to session scope destination!!

2009-08-03 Thread Fernando Wermus
I have two services. Both of them are session scope. I called them without using my Custom Login, but anyway I can reach the service. I am very sorprised with this behavior. [WARN] HttpFlexSession has not been registered as a listener in web.xml for this application so no events will be dispatched

[flexcoders] Adobe Air: open file with associated application

2009-08-03 Thread Everson Alves
Hello, Is there a way to make an Air application to open a file, let's say a *.doc or *.ppt with their associated applications? -- Jhonny Everson

[flexcoders] Re: Flex Accordion Menu?

2009-08-03 Thread Ben
Thank you! That works perfectly. I'm using normal buttons for the top level items with no children, and I'm using a window shade for top level items with children. I also set the verticalGap and the paddingTop to 0 on the window shade to remove extra space. --- In flexcoders@yahoogroups.com,

Re: [flexcoders] ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-08-03 Thread Angelo Anolin
Hi Tracy, apologies that it took me quite a while to reply and continue this. been sidetracked on another project. anyway, when I have passed the xmllistcollection as string to .net, what method would i use to parse the information in the .net side? thanks. regards, Angelo

Re: [flexcoders] Flex Accordion Menu?

2009-08-03 Thread Vivian Richard
See if this helps http://flexlib.googlecode.com/svn/trunk/examples/WindowShade/WindowShade_Sample.swf On Mon, Aug 3, 2009 at 5:59 PM, Ben wrote: > > > I am creating a website in Flex, and one of the requirements is an accordion > like menu. See this image for what it needs to look like:

[flexcoders] Flex Accordion Menu?

2009-08-03 Thread Ben
I am creating a website in Flex, and one of the requirements is an accordion like menu. See this image for what it needs to look like: http://i25.tinypic.com/1735hy.png The gray items do not have children. The dark blue items are children of the light blue item. Would someone tell me a good

[flexcoders] MultiPage printing

2009-08-03 Thread veritech82
Hi, I am trying to print a series of pages of labels in AIR. I have a single page working where I have a VBox component with a tilelist. My main code creates a new FlexPrintJob, adds the printview and adds the tilelist array collection to the printview and sends the job // Create a PrintJo

[flexcoders] Filtering of ToggleButtonBar/ViewStack items

2009-08-03 Thread Thomas, Erik
I'm using a ToggleButtonBar with a ViewStack in the classic sense, where ToggleButtonBar.dataProvider = theViewStack. I want to configure what buttons are available to click based on runtime conditions and cannot find any property that makes this possible. What I'd like to do is provide a filte

Re: [flexcoders] Re: this group isn't very good

2009-08-03 Thread Sam Lai
I got a message saying 'click here to request to be migrated to the new message search' (paraphrased) when looking at another Yahoo! Group, and found this in their blog (http://www.ygroupsblog.com/blog/2009/07/08/bug-update-782009/) so I think they're getting on to this, probably after they fix the

RE: [flexcoders] help with java Flex plz

2009-08-03 Thread James Ward
I have some starter links (videos, articles, etc) on my blog: http://www.jamesward.com/blog/flex-and-java-resources/ -James From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of adamlee2010 Sent: Monday, August 03, 2009 12:34 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] help with java Flex plz

2009-08-03 Thread adamlee2010
I'm java developer and i like flex very much .. my problem that i don't know successful way to connect java with flex. So plz any one was connected Java with Flex and was making good projects with them plz tell me the steps step by step... because i tried a lot of ways through the internet and

RE: [flexcoders] Class linking with custom Metadata

2009-08-03 Thread Alex Harui
Event metadata should not be affecting the classes linked in. Usually, there is an event handler with a parameter of that type Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogro

Re: [flexcoders] Re: this group isn't very good

2009-08-03 Thread Vivian Richard
Well, it is true that yahoo search is not as good as google. That is why I am using gmail. I am using this account for last 2 years and have all the email here. As of today I have 21000+ emails :-). I just use my email search to find old emails!!! On Mon, Aug 3, 2009 at 10:53 AM, Jason B wrote

Re: [flexcoders] Re: this group isn't very good [1 Attachment]

2009-08-03 Thread Wesley Acheson
you can always add a search plugin to firefox. http://labnol.blogspot.com/2006/09/learn-to-create-firefox-search-plugin.html or to IE http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx# or probably any other browser that supports open search http://a9.com/-/spec/opensearch/1.1/"

[flexcoders] Re: Any suggestion for server (java) side run-time styling solution?

2009-08-03 Thread guy.tomer
Read the documentation here: http://livedocs.adobe.com/flex/3/html/help.html?content=styles_10.html End of first section: "You cannot load an uncompiled CSS file into your Flex application at run time. You must compile it into a SWF file before loading it" Obviously we can load the CSS and progr

RE: [flexcoders] Re: Flex scheduler application

2009-08-03 Thread Jake Churchill
My app takes advantage of the built-in support for SQLite which comes with the AIR runtime. There's just a .db file stored on the user's machine where the data is at. I built it using Cairngorm so it'd be really easy to modify the service to communicate with a server rather than SQLite J

[flexcoders] Re: this group isn't very good

2009-08-03 Thread Jason B
Yup that works perfect I love google search engine --- In flexcoders@yahoogroups.com, Howard Fore wrote: > > For heaven's sake don't fork the community, just use Google to search the > group. Put use the following line in your search terms: > > site:tech.groups.yahoo.com inurl:flexcoders > > -

[flexcoders] Re: AIR app, need MouseMove events NOT bounded by screen

2009-08-03 Thread Tracy Spratt
That has the same downfall of some of the other solutions in that it requires the user to take an action to STOP the panning. This experience is the worse with a joystick. My current approach, using an OS level functionality to move the mouse position back to center (the pointer is invisible)

[flexcoders] Re: Flex scheduler application

2009-08-03 Thread joyfulrodger
Jake, Thanks for your reply. What I was thinking of doing was passing the clients time from flex to coldfusion, working out the time difference between the client computer and my coldfusion server and then storing both the reminder time with the offset from my server time. Then when my reminder

[flexcoders] Class linking with custom Metadata

2009-08-03 Thread richardsza...@rocketmail.com
Referencing a class in [Event] metadata (ie. [Event(type="something"]) has the same affect as referencing it through code: the class is linked and included in the output. Is there a compiler flag that will allow me to enable class linking for my own metadata fields (ones that were included via -

[flexcoders] MouseCursor Change Event?

2009-08-03 Thread Barry
Hi, Does anyone know if there is a way to detect when the mouse cursor changes? I am trying to detect when a link is rolled over in the text area component and listening to the mouse seems to be the only way I could do it. Any help or pointers much appreciated.

Re: [flexcoders] Re: Trying to build slideshow functionality with wipe effects.

2009-08-03 Thread Steve Mathews
Most of the time when I do any page transitions I take a bitmap of the current page and display that over everything. Then swap the content below this. Finally applying the effect to the bitmap. If you need the 'next' page to do the effect (like a slide in effect) then you take two bitmaps. Using b

[flexcoders] Re: Trying to build slideshow functionality with wipe effects.

2009-08-03 Thread Todd
Yes, I've seen that. Not useful to me. There's not wiple/slide in transition. All that sample is doing is loading a selected image from the list into the main viewing component, and adding a little Fade effect to it. I need something that will actually bring the Image in from the right or lef

[flexcoders] Re: creation timing on panel component

2009-08-03 Thread Jason B
Found my issue was a higher Viewstack causing 1009 error I've since now looked for creationpolicy to avoid this issue --- In flexcoders@yahoogroups.com, claudiu ursica wrote: > > Hi did not go throgh your code but the problem is that you get your data on > app creationComplete. By the time you

[flexcoders] Re: Trying to build slideshow functionality with wipe effects.

2009-08-03 Thread Jason B
Have you seen this example slideshow by Adobe? http://examples.adobe.com/flex2/inproduct/sdk/photoviewer/PhotoViewer.html --- In flexcoders@yahoogroups.com, "Todd" wrote: > > Hello All, > I've built a slideshow feature in our application. One of the requirements > was that the images trans

[flexcoders] Re: Unload several modules at the same time

2009-08-03 Thread Jason B
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_3.html --- In flexcoders@yahoogroups.com, "yonghan79" wrote: > > Hi all,i want to ask.Suppose i got an application with several > modules..Suppose i load the modules,then i want to unload them at the same > time,is it possible?Als

Re: [flexcoders] this group isn't very good

2009-08-03 Thread Steve Mercer
I agree with you. Yahoo only seems to update their search database after a few months. Whenever I need to search the group, I use Nabble (http://www.nabble.com/FlexCoders-f16212.html ). They are extremely up to date. On Aug 3, 2009, at 8:14 AM, mitchgrrt wrote: Sorry for the provocative m

Re: [flexcoders] need help to print text file available on server

2009-08-03 Thread Steve Mercer
I would look at Merapi (http://www.merapiproject.net/) and/or Alchemy (http://labs.adobe.com/technologies/alchemy/ ) If the LAN printer has code available to print, Alchemy may be your best bet. HTH Steve On Aug 2, 2009, at 3:40 AM, raja_s_patil wrote: Hi, If a text file is created o

[flexcoders] Trying to build slideshow functionality with wipe effects.

2009-08-03 Thread Todd
Hello All, I've built a slideshow feature in our application. One of the requirements was that the images transition to the next with a nice wipe/slide effect. I built up two solutions, both with drawbacks: 1) Used a view stack, added a repeater that added a VBox and Image for each photo to d

Re: [flexcoders] this group isn't very good

2009-08-03 Thread Muzak
Or use: http://www.mail-archive.com/flexcoders@yahoogroups.com/ - Original Message - From: "Howard Fore" To: Sent: Monday, August 03, 2009 2:59 PM Subject: Re: [flexcoders] this group isn't very good > For heaven's sake don't fork the community, just use Google to search the > group.

[flexcoders] Unload several modules at the same time

2009-08-03 Thread yonghan79
Hi all,i want to ask.Suppose i got an application with several modules..Suppose i load the modules,then i want to unload them at the same time,is it possible?Also if i put a close button within the modules,what code should i put?Thanks a lot... ^_^

[flexcoders] Re: Browser cache problem

2009-08-03 Thread Cato Paus
http://tech.groups.yahoo.com/group/flexcoders/message/135077 --- In flexcoders@yahoogroups.com, "yamunaeaswer" wrote: > > Hi > Any one know how to remove the browser cache using flex? > > > Thanks to Advance >

Re: [flexcoders] this group isn't very good

2009-08-03 Thread Howard Fore
For heaven's sake don't fork the community, just use Google to search the group. Put use the following line in your search terms: site:tech.groups.yahoo.com inurl:flexcoders -- Howard Fore, howard.f...@hofo.com "The worthwhile problems are the ones you can really solve or help solve, the ones you

[flexcoders] Browser cache problem

2009-08-03 Thread yamunaeaswer
Hi Any one know how to remove the browser cache using flex? Thanks to Advance

Re: [flexcoders] this group isn't very good

2009-08-03 Thread Julien Nicoulaud
Moving to Google groups would be a great idea... 2009/8/3 Gregor Kiddie > > > Can I suggest the searchcoders app? > > http://labs.searchcoders.com/dashboard/demo/ > > > > Makes searching through the archives much easier. > > > > Gk. > > *Gregor Kiddie* > Senior Developer > *INPS* > > Tel:

RE: [flexcoders] this group isn't very good

2009-08-03 Thread Gregor Kiddie
Can I suggest the searchcoders app? http://labs.searchcoders.com/dashboard/demo/ Makes searching through the archives much easier. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Numbe

Re: [flexcoders] this group isn't very good

2009-08-03 Thread Pedro Sena
I agree with you. Sometimes the same search that I make in Yahoo does not return what I expect, but when I search it in my gmail, it does. Google Groups is really better than Yahoo. =/ Regards On Mon, Aug 3, 2009 at 9:14 AM, mitchgrrt wrote: > > > Sorry for the provocative message title. The

[flexcoders] this group isn't very good

2009-08-03 Thread mitchgrrt
Sorry for the provocative message title. The contents of the group, and the people who are exchanging information, are fine. Yahoo Groups aren't very good. Information is organized poorly, and Search doesn't work. I searched for a message I sent last week and it wasn't found. Searching for

[flexcoders] Passing XMLListCollection to .NET

2009-08-03 Thread Angelo Anolin
Hi FlexCoders, Been quite a while. Had been busy with a lot of things other than Flex. Anyway, I want to pass an XMLListCollection to a .NET web service. What type of variable should I assign it to in .NET? I am thinking of ArrayList but it seems it does not match properly. Thanks and regards