[flexcoders] States Transitions Example

2007-01-23 Thread JesterXL
An example of using states and transitions in Flex 2 components. http://www.jessewarden.com/archives/2007/01/flex_2_states_t.html

[flexcoders] Flex Builder 2.0.1 vs Eclipse 3.2 Flex 2 Plug-in

2007-01-23 Thread Robert
Hi folks, Since the 2.0.1 update for Flex 2, just what features that can only be found on Eclipse 3.2 are you using that make life easier for you? Or is the Flex Builder 2 updated good enough? I haven't migrated my machine just yet so any thoughts as to which side is better to take are

[flexcoders] Re: Rotate Datagrid Headers

2007-01-23 Thread Tim Hoff
Hi Dana, A real easy way to do this would be to use a headerRenderer for the DataGrid columns. Inline: mx:DataGrid id=dg height=300 width=300 headerHeight=60 dataProvider={ myDataProvider } mx:columns mx:Array mx:DataGridColumn width=160 headerText=City

Re: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-23 Thread Doug McCune
I know Jason said he's going to be releasing a new TabNavigator component, but I couldn't resist trying my hand at it. Here's my enhanced TabNavigator: http://dougmccune.com/blog/2007/01/23/the-quest-for-the-perfect-tabnavigator/ It uses existing code for closeable and draggable tabs, and

Re: [flexcoders] Re: Localizing Press Esc to exit full screen mode?

2007-01-23 Thread Oleg Filipchuk
Hi Matt, any of supported languages - you mean English, French, German and Chinese? The are a plenty of other languages. I've been testing it on machines, with Russian, Czech, Polish, Slovakian, Ukrainian etc and everywhere it is the same Press Esc to exit full screen... Is it so hard for such a

[flexcoders] Draggable Slider Component

2007-01-23 Thread Doug McCune
Here's a component similar to Dual Slider component on Flex Exchange that Brendan Meutzner made. It allows you to drag the region between two thumbs of a VSlider or HSlider. I made it a while ago and never got around to posting it anywhere. I submitted it to the exchange, but until it shows up

Re: [flexcoders] What's in a name? That which we call Apollo by any other name would smell as sweet....

2007-01-23 Thread Tom Chiverton
On Monday 22 January 2007 23:37, Brendan Meutzner wrote: disappointed to hear that it will be called something entirely different by June? Can anyone at Adobe comment? I can see another 'Revolution' episode coming, with everyone expecting one name and getting another. It'll probably end up as

[flexcoders] Is Flash a single thread application?

2007-01-23 Thread saha.prasanta
Hi, I've read in some forum that Flash is a single thread application. I tried to find some document supporting that statement, But I couldn't find any document by Adobe or Macromedia regarding that. Could you plase help me by forwarding the of such article. I need that as a proof for one of

Re: [flexcoders] Re: Silent Download

2007-01-23 Thread Tom Chiverton
On Monday 22 January 2007 19:16, mvbaffa wrote: In fact Server 2 is a web server located in a Kiosk. The Flex 2 App running at the Kiosk will have to show the movies on demand. So the movies will be downloaded from server 1 and stored on server 2. Your best having the Flex app ask the local

Re: [flexcoders] playing two video simultaneously, seeking too slow especially when playing from dvd

2007-01-23 Thread Tom Chiverton
On Monday 22 January 2007 17:43, Benjamin Schwehn wrote: The two FLV typically have sizes between 20 and 200MB each. One is encoded with an Flash 7 Codec, the other with the newer Flash 8 On2 VP6 Codec. (seeking is slow with both codecs) Would it be possible to just join the two video files

Re: [flexcoders] Re: Localizing Press Esc to exit full screen mode?

2007-01-23 Thread Tom Chiverton
On Tuesday 23 January 2007 09:02, Oleg Filipchuk wrote: same Press Esc to exit full screen... Is it so hard for such a big company to make translation of one simple sentence to at least 50-70 languages? No... There is the same issue with settings panel, express install etc. ..but now

Re: [flexcoders] Drag-Resize MDI Example

2007-01-23 Thread Michael Schmalle
Also, I have a high octane tab navigator being released commercially in a month or two. http://www.flex2components.com/f2cblog/2007/01/18/flex-2-mdipanefx-not-a-pain/ Peace, Mike On 1/23/07, Dave Carabetta [EMAIL PROTECTED] wrote: Do you mean something like this?

[flexcoders] extra line coming from an external text file

2007-01-23 Thread shemeshkale
hello, i have made this log watcher for my testing. it is very basic - loading an external file and putting its content to a TextArea. BUT.. for some reason it adds an extra redundant enpty line after every line - as if the text have two RETURNs (\n) on every line. what m i doing wrong? the

Re: [flexcoders] Re: creating swf online

2007-01-23 Thread Abdul Qabiz
4/...and return the builded swf. Here, We need to synchronize the output of a shell command to the script return. I don't know if MXMLC returns some code (which you can figure out success/failure situation).. But it does return standard message... MXMLC would generate SWF on your file

Re: [flexcoders] Is Flash a single thread application?

2007-01-23 Thread Abdul Qabiz
Yes it is Single threaded -abdul On 1/23/07, saha.prasanta [EMAIL PROTECTED] wrote: Hi, I've read in some forum that Flash is a single thread application. I tried to find some document supporting that statement, But I couldn't find any document by Adobe or Macromedia regarding that.

Re: [flexcoders] playing two video simultaneously, seeking too slow especially when playing from dvd

2007-01-23 Thread Abdul Qabiz
Hi, 1. Is it possible to force the flash player to just load both videos into main memory (or PageFile) at start up? You can set the buffer-time to a large number, I suggest don't keep it too large. Should work fine on the cost of more memory consumption... Read more about bufferTime in

[flexcoders] TextField.embedFont strange behavior

2007-01-23 Thread polestar11
Hi there I'm getting a strange error when dynamically adding a TF and turning on the embedFonts property. Without the property turned on, all the text is displayed, but with embedFonts set to true I only see the text up to 'ABCDEFGH'. This is very odd behavior, am I missing something blatantly

[flexcoders] Re: Is Flash a single thread application?

2007-01-23 Thread ben.clinkinbeard
I don't know of any specific documents, but just to clarify, in addition to Abdul's comment: Flash Player is single threaded except in the case of remote calls. Remote calls are always asynchronous by way of spinning off a separate thread. Not sure about any limits on the number of threads that

RE: [flexcoders] Newbie: Dataprovider sintax for column series with xml dataprovider

2007-01-23 Thread Ely Greenfield
Hi Guille. See my previous post. You're going to write some actionscript to pre-process your dataprovider into individual XMLLists, one for each series. ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_vaccarezza Sent:

[flexcoders] Line Chart and Line shadows

2007-01-23 Thread Mikhail Shevchuk
Hello, flexcoders! Is there any way to disable the shadow line effect in Line Chart component? -- A vivid and creative mind characterizes you.

[flexcoders] Flex - ColdFusion data types

2007-01-23 Thread Steve Milburn
Hello all. I am very new to Flex so forgive me for the newby questions. I have been reading about Flex Data Services, Web Services, etc and working through some examples from Adobe. My question is when is it necessary to return the data in XML and when is it ok to return other datatypes? If

[flexcoders] Re: DateField - is there a way to limit the amount of input allowed?

2007-01-23 Thread Libby
Anybody? As far as I can tell, DateField doesn't take a maxChars property, which would be the logical solution. --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I used a keyboard listener to keep track of the length of the text entered, but Flex ignores my demands to

[flexcoders] HTTPServlet response formatting -- unwanted type detection/conversion

2007-01-23 Thread mjharris73
The HTTPServlet has a property called resultFormat to allow the programmer to control how the data is formatted in the response. The default, object, causes the response XMLNode to be parsed into a flex object tree. GREAT. But it also converts the strings in the XML into known types. Thus the

[flexcoders] non visible fields in data grid are displaying

2007-01-23 Thread Shelley Browning
Hello, I've been building an application that utilizes data grids. For some reason the fields that are set visible=false are displaying when the data is populated using a data collection and data is updated. This just started occurring when I did the updated with Flex Builder. Anyone else see

Re: [flexcoders] Is Flash a single thread application?

2007-01-23 Thread Cameron Bahan
Flash does seems to be single-threaded. However, one should be careful as events are fired concurrently. I have run into a few issues regarding concurrency and shared data. So far the only solutions that I have heard is to write a custom locker class using a boolean lock. Has anyone

Re: [flexcoders] Re: Rotate Datagrid Headers

2007-01-23 Thread Dana Gutride
Tim: Thanks for the response. I neglected to mention that I have been attempting to use a headerrenderer. I've created it both inline and in a separate component and still nothing. This code below illustrates what I've been attempting to do, am I missing something? Thanks, Dana ?xml

[flexcoders] Any ideas on customizing labels an gridlines in LinearAxis of LineChart ?

2007-01-23 Thread mgrayfmr
Hey Guys- I have a line chart with a numeric Y axis that I want to control the number of gridlines. Usually, this isn't a problem but sometimes lines are not drawn in even intervals. My axis data ranges are dynamic. For example, I might have a range of percentages from 88% to 100%. With an

Re: [flexcoders] playing two video simultaneously, seeking too slow especially when playing from dvd

2007-01-23 Thread Benjamin Schwehn
Tom Chiverton wrote: On Monday 22 January 2007 17:43, Benjamin Schwehn wrote: The two FLV typically have sizes between 20 and 200MB each. One is encoded with an Flash 7 Codec, the other with the newer Flash 8 On2 VP6 Codec. (seeking is slow with both codecs) Would it be possible to just

[flexcoders] Re: Line Chart and Line shadows

2007-01-23 Thread g_odds
Set the chart's series filters to an empty array. mx:LineChart ... mx:seriesFilters mx:Array / /mx:seriesFilters /mx:LineChart --- In flexcoders@yahoogroups.com, Mikhail Shevchuk [EMAIL PROTECTED] wrote: Hello, flexcoders! Is there any way to disable the shadow line effect in

[flexcoders] titleBar event listeners

2007-01-23 Thread Bruce Denham
Trying to add a doubleClick listener to the TitleWindow's title bar without luck: public class AgendaItemViewerBase extends TitleWindow { public function AgendaItemViewerBase() {

[flexcoders] Re: Any ideas on customizing labels an gridlines in LinearAxis of LineChart ?

2007-01-23 Thread mgrayfmr
Oh, I should mention that I also figured out how to evenly space the labels and also evenly space the gridlines. I used the intervals from the AxisLabelCache. Unfortunately, the series data is no longer accurate to the tick marks when I do this. It looks good though !!! Thanks, Mike --- In

[flexcoders] Re: Silent Download

2007-01-23 Thread mvbaffa
Hi Tom, How can I do that Thanks --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 22 January 2007 19:16, mvbaffa wrote: In fact Server 2 is a web server located in a Kiosk. The Flex 2 App running at the Kiosk will have to show the movies on demand.

Re: [flexcoders] playing two video simultaneously, seeking too slow especially when playing from dvd

2007-01-23 Thread Abdul Qabiz
Depends, if you are streaming FLVs using Flash Media Server or Red5, you can do the seek thingy...It's quite cool... But if it's progressive, it all depends on how much video is downloaded, how much it is buffered, how big the video is.. Generally seek algorithms are kindda complex.. Also

RE: [flexcoders] extra line coming from an external text file

2007-01-23 Thread Robert Chyko
http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex2_ fds.html 85034 - TextArea uses UNIX-style line endings, which means that text data containing Windows-style carriage-return line-feed (that is, \r\n) formatting for new lines contain extra line breaks. You can use

Re: [flexcoders] TextField.embedFont strange behavior

2007-01-23 Thread Daniel Freiman
I hate to ask a stupid question, but are you sure the entire font (or at least the Latin characters) is embedded? How are you embedding the font? - Dan On 1/23/07, polestar11 [EMAIL PROTECTED] wrote: Hi there I'm getting a strange error when dynamically adding a TF and turning on the

Re: [flexcoders] Flex - ColdFusion data types

2007-01-23 Thread Rachel Maxim
Steve, The type of data you use with Flex and CF really are best determined by the data you have and the scope of your project, but you don't have to use XML. I'd imagine the article you read is either outdated or perhaps was not very clear in its meaning. I haven't personally tried calling a

[flexcoders] How to Control an SWF movie

2007-01-23 Thread mvbaffa
Hi All, How can I control an SWF movie, loaded by SWFLoader, as I do with an FLV file, loaded by VideoDisplay. With VideoDisplay I can be notified at the end of the movie, Cuepoints etc. I could not find events triggered by the SWFLoader control to monitor it's execution. Is there a way to

Re: [flexcoders] playing two video simultaneously, seeking too slow especially when playing from dvd

2007-01-23 Thread Benjamin Schwehn
Abdul Qabiz wrote: Hi, 1. Is it possible to force the flash player to just load both videos into main memory (or PageFile) at start up? You can set the buffer-time to a large number, Thanks Abdul, I entirely overlooked this property! Interestingly when setting this property to a very

RE: [flexcoders] Re: Please Help - Components, States, Transitions

2007-01-23 Thread David Terry
Thank you Stephen. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Gilson Sent: Tuesday, January 23, 2007 7:17 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Please Help - Components, States, Transitions It is

[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-23 Thread sunilpatel_10
Thans Olivier for the reply. However, I am using Hibernate, FDS and Flex 2.0 with MySQL - Much like the CRM sample application with Hibernate. I didn't write my own DAO. The canvas has dept code, dept name, emp first name, emp last name. On click of save, I want to save dept info in DEPT table

[flexcoders] FDS

2007-01-23 Thread darvon4u
Hello everybody, Is there anything other than WebORB out there for .net connectivity? We are looking to use reliable/realtime messaging services, and it appears that other than java or coldfusion the options are limited. Now, this has to be connected and realtime, so WebService approach is out

Re: [flexcoders] Re: Is Flash a single thread application?

2007-01-23 Thread Shannon Hicks
So maybe this would be the area causing some of us to get Connection already in use errors in the flash player when we have more than one flex application open? Shan ben.clinkinbeard wrote: I don't know of any specific documents, but just to clarify, in addition to Abdul's comment: Flash

[flexcoders] Sending XMLListCollection with HTTPService

2007-01-23 Thread darylgmyers
I am trying to send an XMLListCollection with HTTPService using .toXMLString(). The xml appears to be getting escaped - lt, quot, etc. Does anyone know how to do this?

[flexcoders] Re: Is Flash a single thread application?

2007-01-23 Thread parkerwhirlow
Events are not fired concurrently. They are fired in order of their listener priority. See the following documentation on addEventListener function http://livedocs.macromedia.com/flex/2/langref/flash/events/EventDispatcher.html#addEventListener() By default, priority is '0' for user added events,

[flexcoders] Cynergy Adobe Sponsor Full Day Flex Track @ AjaxWorld NYC

2007-01-23 Thread Dave Wolf
I wanted to let everyone know that Cynergy and Adobe have teamed up to become Platinum Sponsors for AjaxWorld 2007 in NYC on March 19th-21st. As part of the overall AjaxWorld 2007 show, Cynergy and Adobe are creating an entire day of tracks dedicated totally to Flex design, development and

[flexcoders] Re: non visible fields in data grid are displaying

2007-01-23 Thread parkerwhirlow
I have seen other posts recently regarding this. Search for 2.0.1 in recent past, and you'll find some others with this issue. I personally have not seen it. good luck, PW --- In flexcoders@yahoogroups.com, Shelley Browning [EMAIL PROTECTED] wrote: Hello, I've been building an application

[flexcoders] flex.messaging.config.ConfigurationException. ???10101-details???

2007-01-23 Thread sgrosven2
I've got a Flex 2 / FDS project that I'm trying to stage to an interim deployment environment. On the developer side, I've set up the FDS access as a 'compile locally'. I can keep my AS/MXML files separate from the server- side FDS app, which I like for general organization purposes. This

[flexcoders] Holy crap, Flex 3.0 is going to be at 360Flex

2007-01-23 Thread lar.drolet
http://www.powersdk.com/ted/ I am only now getting into version 2.0.1 with mild success, feel as if I have not touched on all that can be done, far from it. Now I am really glad I signed up for that conference, be nice to see what Adobe has planned. Any guesses as to what more they could add?

[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-23 Thread sunilpatel_10
Thanks Olivier for the reply. However, I am using Hibernate, FDS and Flex 2.0 with MySQL - Much like the CRM sample application with Hibernate. I didn't write my own DAO. The canvas has dept code, dept name, emp first name, emp last name. On click of save, I want to save dept info in DEPT table

[flexcoders] Printing

2007-01-23 Thread loisgh
Hi All, Does anyone know how you can control font size in Flex 2 printing? Thanks Lois

[flexcoders] ChartElement Effect

2007-01-23 Thread g_odds
I have an extension of ChartElement that draws what amounts to a little flag on the parent chart. What I have so far been unable to do is to get it to use a Resize effect when you click on it. I have managed to get other effects to play on it but that one does not seem to do anything. The

Re: [flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-23 Thread Mikey
is your emp id set as an auto increment?

Re: [flexcoders] Re: DateField - is there a way to limit the amount of input allowed?

2007-01-23 Thread Tom Chiverton
On Tuesday 23 January 2007 13:45, Libby wrote: Anybody? As far as I can tell, DateField doesn't take a maxChars property, which would be the logical solution. --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I used a keyboard listener to keep track of the length of the text

[flexcoders] Re: Rotate Datagrid Headers

2007-01-23 Thread Tim Hoff
Dana: It doesn't look like it works when you use fontWeight: normal. If you use the bold version of the font (copy verdanab.ttf to assets) and make the following subtle changes, you should be good to go. mx:Style @font-face { src:url(assets/verdanab.ttf); fontFamily: MyFont;

Re: [flexcoders] Re: Silent Download

2007-01-23 Thread Tom Chiverton
On Tuesday 23 January 2007 14:07, mvbaffa wrote: How can I do that Do which bit ? It might also help if you explain any experience you have with server side code. -- Tom Chiverton Helping to ambassadorially build leading-edge portals

[flexcoders] Re: DateField - is there a way to limit the amount of input allowed?

2007-01-23 Thread Libby
I have a DateField in which editing is allowed. I want to prevent the user from typing more than x characters since x + 1 characters will not represent a valid date to my application. In other programming languages my keypress handler would allow me to consume the event, effectively putting a stop

[flexcoders] Re: Style Bug?

2007-01-23 Thread potentialunfounded
Keep the Panel styling, switch ApplicationControlBar to ControlBar in the MXML with no styling applied to it. The styling may not work for an ApplicationControlBar because of the way you are using it. Maybe it's not meant to be used in a Panel like that. Juan scalenine.com mx:Canvas

[flexcoders] Re: non visible fields in data grid are displaying

2007-01-23 Thread jmfillman
I have had this same problem. I did a search on the Adobe message boards and found a post from an Abode person saying it was a problem, but had been fixed internally in Adobe and would be resolved in an upcoming hotfix. No date was listed for the fix though. --- In flexcoders@yahoogroups.com,

[flexcoders] Cairngorm web service not getting results

2007-01-23 Thread achegedus
I have a small login app that is calling a web service to determine if the login is valid. The web service currently only returns a string. Here is the code: in Services.mxml mx:WebService id=Service wsdl=http://localhost/GSSData/service.asmx?WSDL;

[flexcoders] Job in Maine

2007-01-23 Thread Russell Sprague
My company, Infusion Studios, Inc,(www.infusion-studios.com) located in Gorham Maine just north of Portland, is looking to build a network of Flash/Flex and/or 3D freelancers that we can call on from time to time. If you are a freelancer that would like to be on our list, send your resume,

Re: [flexcoders] Holy crap, Flex 3.0 is going to be at 360Flex

2007-01-23 Thread Daniel Wabyick
Whoah, wait for the world to catch up to Flex 2! ;-) I will definitely be in attendance at 360Flex ! -D lar.drolet wrote: http://www.powersdk.com/ted/ http://www.powersdk.com/ted/ I am only now getting into version 2.0.1 with mild success, feel as if I have not touched on all that can

[flexcoders] Re: Silent Download

2007-01-23 Thread mvbaffa
Thanks Tom, I have a very good experience with the server side code. Specially in .NET. My Services are written in C#, with Fluorine. Maybe I have to explain better my problem: My application originally was designed to stream Flash Video Files. So The Kiosk would have only a browser. The

RE: [flexcoders] Holy crap, Flex 3.0 is going to be at 360Flex

2007-01-23 Thread João Fernandes
I wonder if all those crazy improvements that Manish talks on his blog will be part of it… João Fernandes From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Wabyick Sent: 23 January 2007 17:34 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Holy crap,

Re: [flexcoders] AMFPHP Service Browser SVN

2007-01-23 Thread Kevin
I have my SVN located on a completely separate server (with a hosted SVN company). I am running AMFPHP on a localserver in my office. I would like to point the gateway to a services folder on the SVN. I modified the 'setBaseClass' variable in the gateway to point to the URL of the

[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-23 Thread sunilpatel_10
YES emp.id as well as dept.id --- In flexcoders@yahoogroups.com, Mikey [EMAIL PROTECTED] wrote: is your emp id set as an auto increment?

[flexcoders] Printing a Data Grid

2007-01-23 Thread loisgh1961
Hi There, I'm trying to set up print views for a datagrid. I want to control the font size of the columns. I've been reading about embedded fonts but they only seem to work on text fields . Is there another option for datagrid columns? Thanks Lois

RE: [flexcoders] Re: DateField - is there a way to limit the amount of input allowed?

2007-01-23 Thread Gordon Smith
Have you tried subclassing DateField and setting textInput.maxChars? As for stopping keystrokes from being processed by a TextField, TextInput, or TextArea, handle the 'textInput' event and call preventDefault(), not stopPropagation() or stopImmediatePropagation(). - Gordon

[flexcoders] Module subclass issue

2007-01-23 Thread jerome_cordiez
Hello, I finally decided to port an existing development towards the new Modules architecture, and i am facing a pretty tough issue here. I have a bunch of modules, that all extend BlockModule, which is a Module subclass that itself implements the IBlockModule interface. BlockModule and

RE: [flexcoders] Re: Style Bug?

2007-01-23 Thread David Terry
Thank you Juan. I appreciate the tip. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of potentialunfounded Sent: Tuesday, January 23, 2007 11:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Style Bug? Keep the Panel

[flexcoders] Accessibility and imported components

2007-01-23 Thread Jason Goodwin
I have an app with lots of imported components. I can't seem to get JAWS to read anything that's not on the main page. I have tried several ways of add in the accessibility properties to the controls. Thanks.

[flexcoders] Modal PopUp without background blur?

2007-01-23 Thread zzwi89
I am using the PopUpManager to make a modal dialog out of a Canvas subclass. I need the dialog to be modal, but I'd prefer not to blur out the rest of the application. Is there any way to do this short of subclassing the PopUpManager itself?

Re: [flexcoders] Printing a Data Grid

2007-01-23 Thread Sam Shrefler
Lois: If you use the PrintDataGrid component, you can specify fontSize right in the tag. For example: mx:PrintDataGrid id=myPrintGrid fontSize=24 Hope that helps... Sam On 1/23/07, loisgh1961 [EMAIL PROTECTED] wrote: Hi There, I'm trying to set up print views for a datagrid. I want to

Re: [flexcoders] Convert Project To FDS

2007-01-23 Thread Clint Modien
Ya... I think you can just edit the (.project) file and then add a WEB-INF folder with the config files in it. On 1/22/07, m2281m2281 [EMAIL PROTECTED] wrote: Is there a way to convert an existing non FDS project to an FDS project? Thanks, Mike

[flexcoders] Convert Videos to FLV via Web

2007-01-23 Thread Marlos Carmo | 5clicks.com.br
Hi Folks, I need develop a video conversor to flv via Web, using PHP. Anybody have a suggestion for help me? Thanks, Marlos Carmo _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Jason Goodwin Enviada em: terça-feira, 23 de janeiro de 2007 17:10 Para:

RE: [flexcoders] Modal PopUp without background blur?

2007-01-23 Thread Tracy Spratt
Searching the archives for blur turns up this topic: Re: [flexcoders] Re: Disable Application Blur in Popup window, and in that message you will find: mx:TitleWindow modalTransparencyBlur=0 ... Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Re: RTE when using itemRenderers in DataGrid.

2007-01-23 Thread Dana Gutride
Ok, I've found some additional details on this problem. The call to validateDisplayList will only help if you have added an itemRenderer at run time. Adding a headerRenderer at run time will still cause this error to happen. If the header renderer is included in-line, everything works

Re: [flexcoders] Re: Rotate Datagrid Headers

2007-01-23 Thread Dana Gutride
Tim: Thanks, that definitely helped. I'm about to ditch these datagrids altogether, though. Whenever I add a headerRenderer programmatically, the datagrid throws a 1010 run time error if I try to scroll it vertically. I appreciate your help, though. Dana On 1/23/07, Tim Hoff [EMAIL

[flexcoders] getting XML out of Oracle

2007-01-23 Thread Greg Morphis
This is a little off topic but was hoping some of you have tried this. Have any of you been able to run a query in Oracle that returns data which can be easily loaded into the Tree component? If so can you pass along the info on how you accomplished this? Thanks

AW: [flexcoders] Re: Setting UIComponent.errorString creates a black border around the component

2007-01-23 Thread Harald Dehn
Hi, There is a caching problem of the borderColor in the UIComponent class. I found the following workaround: myClass.validateProperties(); myClass.errorString = ; If you call validateProperties before clearing the errorString property, everything works fine in

[flexcoders] Flex Example Sites online please

2007-01-23 Thread Robert Walters
Hello, Besides Yahoo Maps can I get examples of content type sites using Flex II? It seems like 99% of RIA sites are in Ajax. ThanksRob

[flexcoders] (unknown)

2007-01-23 Thread Dima Ulich
Hello, I'm using Renaun's RemoteObject to access amfphp. I have a script written in php to handle certain operations. It might take a long time to execute the operation. The problem I have is that when I run the script from flex application everything works fine, php script does what it

[flexcoders] Re: Custom Tree Renderer with checkboxes for Flex 2

2007-01-23 Thread vuleman
Hi, Actually it's not really traversing the tree, it's more like getting to the renderer of each child node (since the checkboxes are declared inside the renderer). public class CustomTreeRenderer extends TreeItemRenderer { var checkbox:Checkbox; } Any help is appreciated Thx Vu

[flexcoders] File upload via JAVA

2007-01-23 Thread [EMAIL PROTECTED]
I'm trying to implement the file upload using the FileReference class and can't find an example of the JAVA code that would be required, I've found .net and php but no java, does anyone have an example ? Cheers Grant

[flexcoders] Accessibility and imported components

2007-01-23 Thread Jason Goodwin
*RE POST (my thread got hijacked) I have an app with lots of imported components. I can't seem to get JAWS to read anything that's not on the main page. I have tried several ways of add in the accessibility properties to the controls. Thanks.

[flexcoders] Looking for freelance/contract developers

2007-01-23 Thread revanisle
Hi all, I have been lurking on this list for over a year now trying to improve my Flex skills while my workload has been piling up. I'm finding more opportunities than I can handle on my own so I'd like to compile a list of experienced freelance/contract Flex developers I can outsource projects

[flexcoders] Re: RTE when using itemRenderers in DataGrid.

2007-01-23 Thread michael_ramirez44
That is why the fixed did work for me :) My application also adds an HeaderRenderer at run-time. I don't think anybody at Adobe is aware of this issue even through I submitted it as a bug. --- In flexcoders@yahoogroups.com, Dana Gutride [EMAIL PROTECTED] wrote: Ok, I've found some

[flexcoders] Help with Tree component : getting XML out of Oracle

2007-01-23 Thread Greg Morphis
This is a little off topic but was hoping some of you have tried this. Have any of you been able to run a query in Oracle that returns data which can be easily loaded into the Tree component? If so can you pass along the info on how you accomplished this? Thanks

[flexcoders] Problem using Flex webservice component

2007-01-23 Thread th_vador
Hi everybody, I am building an application using Flex and I am experiencing some trouble with the flex webservice componnent. The WSDL file I am working with was a bit complex, so I had to make it far more simple in order to get a clue on what's wrong with it. At last, it seems that Flex

RE: [flexcoders] Help with Tree component : getting XML out of Oracle

2007-01-23 Thread Brian Holmes
Hi Greg, I've been able to do this with Cold Fusion. Turning a query into a tree, and also a cfdirectory into a tree and then passing them back to flex. Is that what you are trying to do? Brian. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Accessibility and imported components

2007-01-23 Thread Andrew Kirkpatrick
Jason, The short answer is that it does work. The longer, more useful answer requires more information from you about what you've tried, and how you are using JAWS (e.g. are you in forms mode or virtual cursor mode) Thanks, AWK -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] regexp and html tags

2007-01-23 Thread Webdevotion
No one ? Come n : ) Any nice tutorials or pointers ?

[flexcoders] force to preload UI children

2007-01-23 Thread ecpmaz
I want to force any UI Container to preload its children. I explain myself. For instance I have an accordion which contains 2 tabs. The first one is automatically loaded. But I can't acess to the second's children as long as the user has not clicked on it to display it! mx:Accordion mx:VBox

RE: [flexcoders] Re: Custom Tree Renderer with checkboxes for Flex 2

2007-01-23 Thread Tracy Spratt
I was afraid you were there: ...like getting to the renderer of each child node ... You can't do that. You must work with the dataProvider, setting an item node property with the checked state you want, and the renderer must use that state in the set data method to set the state of the check

Re: [flexcoders] regexp and html tags

2007-01-23 Thread Michael Schmalle
Hi, I don't know exactly what you are looking for as far as your algorithm but try this; private function init() { var s:String = linkwww.mywebsite.com/link; var p:RegExp = /link\b[^]*(.*?)\/link/gi; s = s.replace(p,a href='$1' target='_blank'$1/a); trace(s) } it traces; a

RE: [flexcoders] force to preload UI children

2007-01-23 Thread Tracy Spratt
There is a simple answer to your question, but before I tell you, I need you to understand the ramifications. The behavior your see is called deferred instantiation and is the default behavior of many of the Flex navigation containers. Its purpose is to improve the start-up performance of the

Re: [flexcoders] Loading Flash 8 RIA into Flex 2 Application

2007-01-23 Thread Bjorn Schultheiss
Any info on this error ReferenceError: Error #1056: Cannot create property reserved on _main_mx_managers_SystemManager. On 23/01/2007, at 9:43 AM, Bjorn Schultheiss wrote: Hey I'm trying to load one of our Monster Flash 8 RIA's into our new superior Flex 2 app and I'm getting a couple

Re: [flexcoders] Help with Tree component : getting XML out of Oracle

2007-01-23 Thread Greg Morphis
Thanks for replying, unfortunately we're using a Java backend, so I'm trying to output the data as a big fat CLOB and and then load it into the Tree On 1/23/07, Brian Holmes [EMAIL PROTECTED] wrote: Hi Greg, I've been able to do this with Cold Fusion. Turning a query into a tree, and also a

Re: [flexcoders] regexp and html tags

2007-01-23 Thread Webdevotion
That's exactly what I needed! How do you call the $1 technique? Groups ? Thanks Mike !

Re: [flexcoders] Re: Localizing Press Esc to exit full screen mode?

2007-01-23 Thread John Dowdell
Oleg Filipchuk wrote: any of supported languages - you mean English, French, German and Chinese? The are a plenty of other languages. I've been testing it on machines, with Russian, Czech, Polish, Slovakian, Ukrainian etc and everywhere it is the same Press Esc to exit full screen... Is it so

[flexcoders] Re: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-01-23 Thread Bill Gercken
Has anyone been able to get an new license? I contacted adobe and opened a ticket back on the 9th of January and I am still waiting... After 50 minutes on hold, they took my information and then put me on hold for another 30 minutes. They finally came back on the phone and asked me to fax in

  1   2   >