[flexcoders] Re: flash.* packages not found on linux FlexBuilder

2009-05-15 Thread Oliver Merk
Are you using the 3.3 SDK? If so, here's the fix: Under Project Properties Flex Build Path Library Path, remove the playerglobal.swc under the framework SDK. Click Add SWC and find the player global SWC for Player *9* in the 3.2 SDK (assuming you've got it somewhere). For example,

[flexcoders] Re: flash player version picker in Firefox?

2008-07-12 Thread Oliver Merk
http://www.sephiroth.it/firefox/flash_switcher/ Now working in Linux and Mac as well! --- In flexcoders@yahoogroups.com, Scott Langeberg [EMAIL PROTECTED] wrote: Anyone remember an extension for firefox (I think) that lets you pick which of your installed flash players to use in the browser,

[flexcoders] Re: Un-hilite the first link in a LinkBar

2008-03-22 Thread Oliver Merk
Did you try selectedIndex=-1 ? --- In flexcoders@yahoogroups.com, JRBower [EMAIL PROTECTED] wrote: I'm trying to figure out how to un-hilite the first link in a LinkBar so that no links are hilited at start up. Something like UnSelectIndex would be great if there were such a property. I'm

[flexcoders] LCDS on CF8 - Where's the wrapper coming from?

2007-09-03 Thread Oliver Merk
If I run an mxml file directly from the address bar, such as http://mysite.com/index.mxml, where does the wrapping html come from? There is no Flex Builder on the machine and there's no SDK folder. I'm thinking the code is embedded in one of the Flex server-side jar files (which would suck). I'd

[flexcoders] Help! Converting PowerPoint to AS3 SWFs

2007-06-14 Thread Oliver Merk
Hoping someone out there has an answer to this tricky one... I need to convert a PowerPoint file to an AS3-compatible SWF file. The SWF will get embedded into a Flex application. It must be AS3 so that Flex sees the embedded SWF as a MovieClip, and I'll have the ability to go to a particular

[flexcoders] Re: accordion initialization

2007-05-19 Thread Oliver Merk
Hi Joe, Set creationPolicy=all on the Accordian. Good luck, Oliver --- In flexcoders@yahoogroups.com, li.wen [EMAIL PROTECTED] wrote: Hello all, For accordion component, its views do not need to initialize when they are switched to. However, what can I do if I want to initial those views

[flexcoders] Re: Flex: Remote Objects

2007-05-18 Thread Oliver Merk
For Java: YES, you *do* need FDS For ColdFusion: No For HTTP: No, but there's a proxy in FDS you *could* use For WebServices: No, but there's a proxy in FDS you also *could* use Hope this helps, Oliver --- In flexcoders@yahoogroups.com, Scott Hoff [EMAIL PROTECTED] wrote: Do I have to have

[flexcoders] Re: Flex Course ?

2007-04-25 Thread Oliver Merk
Hi, New Toronto Group offers remote courses via Adobe Connect: www.newyyz.com Best regards, Oliver Merk Principal Consultant New Toronto Group --- In flexcoders@yahoogroups.com, Arleston Lueders [EMAIL PROTECTED] wrote: Hello everybody, Is there any Flex, ColdFusion or Flash Courses

[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] Changes not detected in index.template.html

2007-01-19 Thread Oliver Merk
I have a project that compiles on the server. I need to add some custom Javascript to the HTML that's generated when I run the mxml file (eg. http://localhost:8700/flex/MyApp.mxml). When I add the code to /html-template/index.template.html file and run the application, I don't see the JS when I

[flexcoders] HTML template used for FDS app

2007-01-17 Thread Oliver Merk
Hi all, I know that for a basic Flex Builder project, the folder /html-template contains the wrapper HTML for the generated app. Where does the Flex compiler get the HTML wrapper code when you access the application MXML file directly off the application server? eg. If I invoke

[flexcoders] Re: Tree: Resetting openItems after dataProvider change

2007-01-04 Thread Oliver Merk
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Oliver Merk *Sent:* Wednesday, January 03, 2007 9:35 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Tree: Resetting openItems after dataProvider change @Tracy Hank: Thanks very much for the feedback

[flexcoders] Re: Tree: Resetting openItems after dataProvider change

2007-01-03 Thread Oliver Merk
, Oliver Merk [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I've been wrestling with this for over a week and haven't found a solution to this problem. Hoping someone can help. I have a tree control that, at runtime, changes its dataProvider. In this case, I'm switching languages

[flexcoders] Tree: Resetting openItems after dataProvider change

2006-12-23 Thread Oliver Merk
I've been wrestling with this for over a week and haven't found a solution to this problem. Hoping someone can help. I have a tree control that, at runtime, changes its dataProvider. In this case, I'm switching languages and the dataProvider format is XMLListCollection. I'd like to restore the

[flexcoders] Announcement: TorontoFlex Users Group

2006-11-30 Thread Oliver Merk
you've done with Flex. If you're the the Toronto area (Detroit, Buffalo and Montreal developers welcome!) we'd like to invite you to attend our inaugural meeting on Tuesday January 23, 2007. Visit http://www.torontoflex.org to find out more. Best regards, Oliver Merk Manager, TorontoFlex.org

[flexcoders] Re: Announcement: TorontoFlex Users Group

2006-11-30 Thread Oliver Merk
a similar group like yours with a forum about Flex for developers from Venezuela. Any suggestion? Thanks in advance!. --- In flexcoders@yahoogroups.com, Oliver Merk oliverm1@ wrote: I'd like to announce the formation of the TorontoFlex Users Group. As an Adobe Certified User Group

[flexcoders] Re: DataGrid header

2006-11-04 Thread Oliver Merk
showHeaders=false --- In flexcoders@yahoogroups.com, kb_karthi [EMAIL PROTECTED] wrote: Hi, I am new to Flex 2.0.Can anybody tell me how to turn off a datagrid header and just display the rows? -- Flexcoders Mailing List FAQ: