[flexcoders] Re: tilelist itemrender problem

2009-01-16 Thread johndoematrix
hi i have tried to debug the application but failed to find what the problem is the other data is pulled from the database well but the images are not. in all honesty i have tried over and over again bt failed please help me. once again i will post my cfc. cfc !--- Get Homes ---

[flexcoders] Re: Need some Help in implementing Log out functionality

2009-01-16 Thread Cato Paus
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showDetails\ postId=5401productId=2loc=en_US http://www.adobe.com/cfusion/communityengine/index.cfm?event=showDetail\ spostId=5401productId=2loc=en_US on this link, you can get my, login and logout logic handled by a singleton, and

Re: [flexcoders] adobe update Flex messed up my apps

2009-01-16 Thread Tom Chiverton
On Wednesday 14 Jan 2009, mariovandeneynde wrote: I used to load my flexapp in a flash movie and published this movie to an EXE. How ? -- Tom Chiverton Helping to heterogeneously incubate best-of-breed enterprise-class products This email

Re: [flexcoders] Need some Help in implementing Log out functionality

2009-01-16 Thread Paul Andrews
If Catos code doesn't do the trick (I haven't looked), you could store the logout time in a local shared object and read that when the application restarts. If the restart is within a shirt time of the logout, you can display your message. Paul - Original Message - From: anuj

Re: [flexcoders] AIR and flex together

2009-01-16 Thread Tom Chiverton
On Thursday 15 Jan 2009, Kenneth Sutherland wrote: 1)Create an AIR app that can load a live flex app and use that for testing. So We have a app which is live and if I could load that into a AIR app which can edit a config file and then test that config file using the live swf but inside

Re: [flexcoders] File changes when Exporting new Release Build

2009-01-16 Thread Tom Chiverton
On Friday 16 Jan 2009, brucewhealton wrote: What I have been doing is frustrating. I move everything over to the website folder, when I do a new Export as Release Build. That means I lost all the changes I made to the html file that holds the Flex Application, and I have to customize

RE: [flexcoders] AIR and flex together

2009-01-16 Thread Kenneth Sutherland
What we have is a live flex app that gets updated every quarter by our client. The client currently edits, uploads, then tests on a staging environment but without going into the whole server structure isn't as speedy as it should or could be. Nor is the current process a visual way of editing.

[flexcoders] Read USB files

2009-01-16 Thread christophe_jacquelin
Hello, How to know the list of files that are on a USB key, or on the CD Rom from a flex application ? Thank you, Christophe,

[flexcoders] Dynamic Variables in Flex 3

2009-01-16 Thread akn_carnage
Hi everyone, I have this requirement where i have a dashboard display containing many line charts. I fetch the data for each of the charts from the database. I can have any number of charts so i need to create many number of array collections depending on the size of the result and use each array

[flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Pete Appleby
Hi, Kevin. Thanks for the pointer. I looked at the example in the arthropod debugger class. Unfortunately, it is only the send half of the equation. It did point me into the direction of verifying that the domain name is correct. The error I receive from the Send status event is: type=status

[flexcoders] Zend_AMF plus Cairngorm problem

2009-01-16 Thread JD Hoover
Hi, I'm trying to get Zend_AMF to work Cairngorm (new to both) and I'm getting the error: code = NetConnection.Call.BadVersion. The php works when I'm loading into a swf without Cairngorm. php is complaining: PHP Warning: Zend_Loader::include_once() [a

[flexcoders] Re: Flex 3 DragManager with dynamic image proxy

2009-01-16 Thread dannyocean7722
Hi Tracy, thanks for the idea. But this solution doesn't work for me either. I assume this function resides in a custom image class so you can pass this as drag initiator. In this case an image (thats already loaded - so you can access this.content without any problems). But if I try to

[flexcoders] ListBox of Images

2009-01-16 Thread christophe_jacquelin
Hello, How to make a listox of small images (Thumbnails) in Flex ? Thank you, Christophe,

[flexcoders] Drag an Drop on images

2009-01-16 Thread christophe_jacquelin
Hello, How to make the equivalent of drag and drop of images on a screen in a flex application ? Thank you, Christophe,

[flexcoders] Test 1

2009-01-16 Thread Fabio Serra
Sorry test

[flexcoders] Padding in status message

2009-01-16 Thread faserone
Hi, is there a way to apply a padding-right to the status message in a Panel container? I have a custom Panel with an icon at the right corner and I want a padding to the status message. I tried using: mx:Panel status=Test test test statusStyleName=statusResult .statusResult {

[flexcoders] Re: Why this error with getDefinitionByName?

2009-01-16 Thread enriirne
@Howard: Is this in a SWF that's loaded into another SWF? If so see no, it's a simple line on an empty application @Josh: symbol, the class won't be compiled in. Try adding a reference to Ok, it works, but my TextInput was just an example. Mine is a problem with reflection: I made a

[flexcoders] Advanced Data grid

2009-01-16 Thread rithika chari
Hi All, Could anyone please explain the significance of having a column separator sort of an image apart from the actual column separator skin in the header of the advanced data grid. I have tried to disable it without any success. Please let me know as to how to disable it. pls see the attached

[flexcoders] Sounds start playing immediately without calling play()

2009-01-16 Thread Greg Hess
Hi All, I am trying to preload an external MP3 without playback starting immediately. The reason I am doing this is because I am allowing the EU to resume a previous media playback session and I want to start playback at a predetermined position. I have found that if I call sound.play( position )

[flexcoders] Re: Interfaces not working the way I understand anyway

2009-01-16 Thread mmormando
Not necessarily, but then the app has been a bit.different from day one. In it most of the modules are discreet bits of functionality where the Main App simply organizes and hosts the other modules, which may in turn host other modules that the main app knows absolutely nothing about. Except

Re: [flexcoders] Re: DataGrid selection w/ filtered contents

2009-01-16 Thread Dennis Falling
Thanks...I wish I had a good example of when that didn't work for me... I had times when the data would be filtered down such that the item previously selected was still selected, but its index had changed. If I tried to tell the grid to select the new index, it ignored my command because the

[flexcoders] Can Flex allow image downloads?

2009-01-16 Thread oneworld95
Hi. Is it possible to enable users to right-click on an image in Flex and download it? If not, is there another way to allow file downloads? Thanks.

Re: [flexcoders] Re: Illegal override of WindowedSystemManager in mx.managers.WindowedSystemManager

2009-01-16 Thread Jesse Warden
I don't know of an easy way to search, but Message and MessageType are the only 2 that seem like they could match. On Fri, Jan 16, 2009 at 1:47 AM, Doug McCune d...@dougmccune.com wrote: Did the SWC include any classes that have the same names (but not the same package structure) as some

RE: [flexcoders] Need some Help in implementing Log out functionality

2009-01-16 Thread Tracy Spratt
Also, your original idea would work, passing in a parameter on the url. But your html wrapper must be set up to take parameters and pass them into your flex app via flashvars. This is quite easy to do. There are examples in the archives. Tracy Spratt Lariat Services Flex development

Re: [flexcoders] Can Flex allow image downloads?

2009-01-16 Thread Dnk
You would have to put it together with flex's download related classes, and add a menu item to the right click menu. Dnk On 16-Jan-09, at 7:19 AM, oneworld95 oneworl...@yahoo.com wrote: Hi. Is it possible to enable users to right-click on an image in Flex and download it? If not, is there

RE: [flexcoders] Dynamic Variables in Flex 3

2009-01-16 Thread Tracy Spratt
Store the ArrayCollections in some structure, like an associative array/Object/hashmap, or an Array, or a Dictionary. With an assoc. array, you use bracket notation to add the Acs as properties. var acTemp = new ArrayCollection(myArray) _oDataProviders[myArrayName] = acTemp; Tracy Spratt

RE: [flexcoders] Read USB files

2009-01-16 Thread Tracy Spratt
You can do this if your app is running under AIR. Use the file classes Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of christophe_jacquelin Sent: Friday,

[flexcoders] Re: Can Flex allow image downloads?

2009-01-16 Thread oneworld95
Has anyone done anything like this? I'm looking for examples. Thanks. -Alex --- In flexcoders@yahoogroups.com, Dnk d.k.emailli...@... wrote: You would have to put it together with flex's download related classes, and add a menu item to the right click menu. Dnk On 16-Jan-09, at 7:19

RE: [flexcoders] Drag an Drop on images

2009-01-16 Thread Tracy Spratt
Assuming you are not working with controls that support DnD by default, you use a mouse gesture to start the drag operation, ceate a Dragsource, add your data to it, then use DragManager.doDrag() to start the drag. The docs have good examples. Tracy Spratt Lariat Services Flex

Re: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-16 Thread Charlie Hubbard
That's cool. I've heard of Merapi, but I didn't know what it was. The only problem I see with it is how to install the java application, and run it when AIR is started? The Merapi website doesn't seem to have much information on installing, and setup. I really like the AIR badge and AIR

RE: [flexcoders] ListBox of Images

2009-01-16 Thread Tracy Spratt
With a custom Item Renderer. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of christophe_jacquelin Sent: Friday, January 16, 2009 7:04 AM To:

RE: [flexcoders] Re: tilelist itemrender problem

2009-01-16 Thread Tracy Spratt
Hard code a full url as a test. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of johndoematrix Sent: Friday, January 16, 2009 3:26 AM To:

RE: [flexcoders] Re: Can Flex allow image downloads?

2009-01-16 Thread Kenneth Sutherland
Check out the FileReference at http://livedocs.adobe.com/flex/3/langref/index.html Brief overview below. _fileRef : FileReference; //set a filename _filename : String = 'jptest.jpg'; //set a URL var urlReq:URLRequest = new URLRequest(); urlReq.url = whatever your URL is +

Re: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-16 Thread Nate Beck
They talked about that at the 360|MAX unconference. They said they were working on installation issues and launching both applications simultaneously. If they've made progress with it yet I'm unsure of. On Fri, Jan 16, 2009 at 8:00 AM, Charlie Hubbard charlie.hubb...@gmail.comwrote: That's

[flexcoders] Re: tilelist itemrender problem

2009-01-16 Thread johndoematrix
i have tried that and the image shows. but when i try loading them dynamically from db nothing shows up. thats where am stuck. all am asking is to be pointed into the right direction, maybe there could be something in my code thats missing or that needs to be removed. thanks

RE: [flexcoders] disclosureOpenIcon/disclosureClosedIcon + Tree + change position

2009-01-16 Thread Yves Riel
I believe that the position of these icons is done in the TreeItemRenderer. They are calculated so the icons come first, then the label. You'll have to derive this class, make the adjustments and then use it as the new item renderer for your tree. From:

[flexcoders] Re: tilelist itemrender problem

2009-01-16 Thread Amy
--- In flexcoders@yahoogroups.com, johndoematrix johndoemat...@... wrote: i have tried that and the image shows. but when i try loading them dynamically from db nothing shows up. thats where am stuck. all am asking is to be pointed into the right direction, maybe there could be something in

[flexcoders] Warning: CheckVisibility is not a function ?

2009-01-16 Thread tom s
Hi, I have an application running in Flash Debug Player 10.0 r12 for Firefox. It keeps writing 'Warning: CheckVisibility is not a function' to the flashlog.txt I am running FF 3.0.5 and Flash Switcher. Any ideas what might be causing this? thanks tom

[flexcoders] Re: Dynamic Variables in Flex 3

2009-01-16 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Store the ArrayCollections in some structure, like an associative array/Object/hashmap, or an Array, or a Dictionary. With an assoc. array, you use bracket notation to add the Acs as properties. var acTemp = new

[flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Pete Appleby
Ok, I have found the issue. It seems that this event is thrown if the Send connection name does not match the name of an application that is currently accepting messages. In other words, the connection name used in Connect command on the receiver does not match, or the receiving application is

[flexcoders] Re: Overriding margins using FlexPrintJob

2009-01-16 Thread jim.abbott45
Jeff: We're a little confused as to what problem you're really trying to solve here . . . I just tried the printing wizard (in XP's Windows Picture and Fax Viewer) application--I assume that's what you're referring to. When I tried the 'Wallet Prints' option, it scaled and rotated the image. It

[flexcoders] Re: Flex 3 DragManager with dynamic image proxy

2009-01-16 Thread Amy
--- In flexcoders@yahoogroups.com, dannyocean7722 dannyocean7...@... wrote: Hi Tracy, thanks for the idea. But this solution doesn't work for me either. I assume this function resides in a custom image class so you can pass this as drag initiator. In this case an image (thats already

[flexcoders] TextEvent.TEXT_INPUT preventDefault not working on Linux

2009-01-16 Thread shawnsvacha
Has anyone run into this before? On Linux the preventDefault event for a TextEvent.TEXT_INPUT event does not hide the characters entered. This works fine on OSX and Windows, but not Linux. Here is example code: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication

[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-16 Thread tom93438
A few more bits of information to add: This warning starts being generated immediately after the 'Adobe Flash Player Settings' box is closed (once the user selects 'Allow' OR 'Deny') for microphone / camera access. The warning is written continuously and indefinitely (or at least, until Flash

[flexcoders] WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
Has anyone dealt with situations where a webservice call is indeed completing properly, and the results can be seen in service capture, and the raw SOAP can be seen in event.message.body, but yet the event.result is coming through null? I'm battling that very issue now. Any advice or words of

[flexcoders] Repeater within a Repeater(Nested Repeaters) Issue

2009-01-16 Thread shakeb_sikander
Hi All I spend Hours today but fail to find what exactly wrong with inner Repeater not binding any data and I could see only Outer repeater's data. I am attachig code for reference Both repeater's dataprovider are arraycollection. mx:Repeater id=rptCatagory

[flexcoders] Hierarchical data without the AdvancedDataGrid?

2009-01-16 Thread Keith Hughitt
Hi all, I was wondering if anyone had any suggestions for handling hierarchical data without having to use the AdvancedDataGrid (I'm working with the open-source SDK). I can flatten the arrays and add the grouping as a properties of each array item so that I can display all of the entries, which

RE: [flexcoders] TextEvent.TEXT_INPUT preventDefault not working on Linux

2009-01-16 Thread Thomas, Erik
Is the purpose of your control to filter characters entered and disallow some? If so, just use the restrict property: mx:TextInput restrict=-.0123456789/ And you're done. Just a thought because you're not clear about what you want to accomplish. While your discovery could definitely be a bug

[flexcoders] Re: Issue while opening a flex store project

2009-01-16 Thread shakeb_sikander
ThankYou Very Much :) I did the same thing what you said and Got the FlexStore Dancing. Thanks again, Great Help. Bye --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Yes, this is not obvious. This is how I got the sample running... - Unzip the file to a directory of

[flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread valdhor
Are you getting a faultevent or a SoapFault? --- In flexcoders@yahoogroups.com, Jeff Tapper j...@... wrote: Has anyone dealt with situations where a webservice call is indeed completing properly, and the results can be seen in service capture, and the raw SOAP can be seen in

[flexcoders] Re: Repeater within a Repeater(Nested Repeaters) Issue

2009-01-16 Thread valdhor
What do your arrayCollections look like? Do they have a Name property (Note case matters)? As an example, this works: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Model id=myData source=mydata.xml/ mx:Model id=myData1

RE: [flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-16 Thread Thomas, Erik
Can you share some source code where you define/call CheckVisibilty? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of tom93438 Sent: Friday, January 16, 2009 10:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

RE: [flexcoders] Hierarchical data without the AdvancedDataGrid?

2009-01-16 Thread Tracy Spratt
There are components out there like TreeGrid, that were developed to do some of that. You can't easily do grouped columns in the regular DataGrid, though Farata Systems did manage some amazing stuff with their SuperGrid. Tracy Spratt Lariat Services Flex development bandwidth available

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
Oddly enough, I'm getting a ResultEvent, no faults at all. Jeff Tapper Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From: flexcoders@yahoogroups.com

[flexcoders] Security sandbox violation on Bitmapdata.draw( rtmpVid ) despite crosspolicy.xml

2009-01-16 Thread jwebbsuccess
Take a look at this video player; notice there is an image on screen before the video begins playback: http://www.huffingtonpost.com/2009/01/14/obama-on-inauguration- you_n_157881.html I'm trying to create similar 'preview frame' functionality in my own custom-built Flex/AS3-based RTMP video

[flexcoders] Re: TextEvent.TEXT_INPUT preventDefault not working on Linux

2009-01-16 Thread Shawn Svacha
Thanks for the suggestion. Yeah, my sample was just bare bones to show the bug. I reported the bug -- hopefully I'll hear something soon! Thanks again, Shawn

[flexcoders] Memory leaks?

2009-01-16 Thread tchredeemed
When I load different modules, I notice a large decrease in performance. The thing is, there are only 2 modules that get loaded, and the user can go back and forth. startup = module 1 click link to get to module 2 click 'back' button to get back to module 1 click link to get ot module 2 click

[flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread valdhor
HmCould you post the Soap response. --- In flexcoders@yahoogroups.com, Jeff Tapper j...@... wrote: Oddly enough, I'm getting a ResultEvent, no faults at all. Jeff Tapper Senior Consultant digital primates IT Consulting Group R

[flexcoders] Re: Hierarchical data without the AdvancedDataGrid?

2009-01-16 Thread Amy
--- In flexcoders@yahoogroups.com, Keith Hughitt keith.hugh...@... wrote: Hi all, I was wondering if anyone had any suggestions for handling hierarchical data without having to use the AdvancedDataGrid (I'm working with the open-source SDK). I can flatten the arrays and add the grouping

[flexcoders] Pasting data into a client datagrid

2009-01-16 Thread simonjpalmer
Hi, Is there any way to allow a user to populate a datagrid from a paste operation? I can think of all sorts of cunning ways to have them send a file to the server and thereafter bounce it to the client, but the most intuitive and best way for the user is just to be able to paste into a datagrid.

RE: [flexcoders] Memory leaks?

2009-01-16 Thread Alex Harui
Cache them if you want, but that might mean a higher total memory usage. It is always a trade-off. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of tchredeemed Sent: Friday, January 16, 2009 12:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Memory

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
And what is your resultFormat? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, January 16, 2009 3:18 PM To:

RE: [flexcoders] Re: Illegal override of WindowedSystemManager in mx.managers.WindowedSystemManager

2009-01-16 Thread Alex Harui
If the SWC was a 3.2 SWC and had the latest ISystemManager from 3.2, your 3.1 WindowedSystemManager would have such an error From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jesse Warden Sent: Friday, January 16, 2009 7:26 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Security sandbox violation on Bitmapdata.draw( rtmpVid ) despite crosspolicy.xml

2009-01-16 Thread Alex Harui
Are you testing this over http:// or file:// If file:// crossdomain.xml may not be in play. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jwebbsuccess Sent: Friday, January 16, 2009 11:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Security

[flexcoders] DandD of row to last row of last node in grouped ADG throws RTE...looks like Adobe Bug to me...thoughts?

2009-01-16 Thread Adrian Williams
All, I have an ADG that contains a grouped collection. In the dataset, there are 21 nodes...each node has 1 to many children. When I attempt to drag a row, either from another node or within the last node, and drop it below the last item in the last node(i.e. make it the very last row

[flexcoders] Re: Memory leaks?

2009-01-16 Thread tchredeemed
does the module loading itself really effect performance?

[flexcoders] Get file type before upload

2009-01-16 Thread oneworld95
Hi. Is there a way to discover the file type before you do an upload on a FileReference object? I know we can read the file extension but users can fiddle with that. Is there a way to read something on the file to ensure it's an image type of JPG, PNG, or GIF? Thanks.

[flexcoders] How do you create a mask with a semi transparent background color?

2009-01-16 Thread wwwpl
I created a mask that covers an image completely except for a rectangle in the middle. It works like I want it to, but I can't apply a color to the non masked area around the rectangle in the middle. I also want to apply an alpha to that color so the image can be seen but it will be grayed

[flexcoders] mysqli, Weborb, and getting username and password from include or method

2009-01-16 Thread timgerr
Hello all, I have started using stored procedures for my MySql queries so to call the stored procedures I use mysqli. The problem is that I have a class and one of my public methods calls private methods to do the work. Here is what I mean. Class Tree{ var $mysqli; var

[flexcoders] Configurtation Issue | Unable to view swf files when make http request

2009-01-16 Thread ilikeflex
Hi I am observing something strange behaviour in the IE 7 browser. I have a file CountDownTimer.swf. If i open the file from my local hard disk in the browser i am able to see the contents of the file in IE 7 but if i make http request (http://localhost:9000/build/CountDownTimer.swf) then i

Re: [flexcoders] a followup with example! DandD of row to last row of last node in grouped ADG throws RTE...looks like Adobe Bug to me...thoughts?

2009-01-16 Thread Adrian Williams
Here is some example code that can recreate the problem. Run it and on the last node, drag a row to just below the last row, as if trying to make it last in the groupyou will notice that instead, it takes the row and converts it to a new node...sort of ?xml version=1.0

RE: [flexcoders] Re: Memory leaks?

2009-01-16 Thread Alex Harui
Any time you load a module, its SWF gets uncompressed, parsed and then executed until the code runs that notifies the moduleloader that it is ready. SWF parsing is not nearly as efficient as EXE processing, but of course, not nearly as fast as just creating a new instance of the main class in

[flexcoders] Re: mysqli, Weborb, and getting username and password from include or method

2009-01-16 Thread valdhor
The problem is that the required file is not part of the class. You have set $user,$pass,$db as global variables which are out of scope of the class variables. What I would do is create a new class with a constructor that connects to the DB. Then include that class and make a new variable

[flexcoders] HTML and Flex

2009-01-16 Thread bffoley
I have a client who I am making a full-page Flex application for. We originally had the application embeded in the HTML page, but because of Flex's Browser and VBox scrollbars scrolling together bug, I had to made the application show the full page, including the other content in the page which I

[flexcoders] Re: Security sandbox violation on Bitmapdata.draw( rtmpVid ) despite crosspolicy

2009-01-16 Thread jwebbsuccess
I am testing the video player Flex app over 'file:///C:/' but the Flash CS4 demo is technically on 'file:///C:/' as well. Both are in subdirectories of my desktop/document folder and both are trying to access the very same file over RTMP. Here's the official error from the video player:

[flexcoders] Speex codec

2009-01-16 Thread Ryan Graham
Hi All, I was reading the docs and they seem to suggest that the Speex codec for streaming to a media server is a feature exclusive to AIR 1.5. Is that true? If I am targeting FP10, can I stream with Speex from a web-based flex app, or am I limited to using NellyMoser? Thanks, Ryan

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
I don't believe the mx.rpc.soap.WebService class has a resultFormat property, but, if it does, im using its default. I've only seen that property on HTTPService, not WebService Jeff Tapper Senior Consultant digital primates IT Consulting Group R

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
Well, actually it is at the operation/method level. The default is object, which converts your soap xml into a tree of dynamic objects, and this has some issues. Change it to e4x, which will preserve the xml, to see if the behavior changes. Tracy Spratt Lariat Services Flex development

[flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread valdhor
The operation does and I believe it defaults to object. It has to be something simple. Have you checked the parameter on the resultEvent function? Maybe you have E and are calling e.result? I'm grasping at straws here. I have never seen event.result as null. Does WebService have an

[flexcoders] Illegible axis labels

2009-01-16 Thread Richard Rodseth
For the most part, the Flex charts do a reasonable job of scaling to fit a given area, staggering axis labels, etc. However, I have a situation with two charts side by side, and the line chart has legible labels, and the column chart does not. Is there any way to control how much space is devoted

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
Nothing so simple as that, god, I wish it was that easy. Jeff Tapper Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
Ok,so, given im making a call like this: public function getMediaItems(eventId:Number):AsyncToken{ var req:Object = new Object(); req['event-id'] = eventId; var token:AsyncToken = proxy.find(req); token.addResponder(responder); return token; } How do

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
Something like: proxy.find.resultFormat = e4x; Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeff Tapper Sent: Friday, January 16, 2009 5:49 PM To:

[flexcoders] General Guidance requested to detect if any component has been changed or not

2009-01-16 Thread anuj181
Hi Group I need general guidance in achieving something. I have a form having different components like text box, radio button and list boxes (having drag and drop capability). I have Save and Cancel Button and when the form loads, the Save button is disabled, Now my requirement is that as soon

[flexcoders] model locator population too late

2009-01-16 Thread dnk
Hi there, I have an app that uses a model locator class. Now I have a component that is passed in a reference to another component (A progress bar in my case). Now my problem is that the component is being created prior to the model locator being populated with the reference to the progress

Re: [flexcoders] model locator population too late

2009-01-16 Thread Paul Andrews
Surely the progress bar is bound to the model, not part of the model itself? - Original Message - From: dnk d.k.emailli...@gmail.com To: Flexcoder List flexcoders@yahoogroups.com Sent: Friday, January 16, 2009 11:14 PM Subject: [flexcoders] model locator population too late Hi there,

Re: [flexcoders] model locator population too late

2009-01-16 Thread dnk
It is. As there are other aspects of the app that use the reference in the model successfully. I just traced out and found out that at the time when i wanted to use it, that it is not yet populated. d On 16-Jan-09, at 3:14 PM, Paul Andrews wrote: Surely the progress bar is bound to the

[flexcoders] hug cell contents in one cell on a datagrid

2009-01-16 Thread dnk
Curious Is there a way to force once cell of a datagrid to resize itself to hug the contents? I have an item renderer in a cell that changes size, and i wanted the datagrid cell to always resize with the contents. Thanks! d

Re: [flexcoders] model locator population too late

2009-01-16 Thread dnk
It is. As there are other aspects of the app that use the reference in the model successfully. I just traced out and found out that at the time when i wanted to use it, that it is not yet populated. d On 16-Jan-09, at 3:14 PM, Paul Andrews wrote: Surely the progress bar is bound to the

Re: [flexcoders] Repeater within a Repeater(Nested Repeaters) Issue

2009-01-16 Thread Fotis Chatzinikos
Your code does not seem to contain any nested repeaters... mx:Repeater id=rptCatagory dataProvider={Application. application.Catagory} mx:Label text={rptCatagory.currentItem.Name http://rptcatagory.currentitem.name/} data={rptCatagory.currentItem.Id http://rptcatagory.currentitem.id/} */

[flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Pete Appleby
Please note a correct to a typo in the fourth paragraph above: It gets combined with app# then the domain name, in my case com.applebysw.test then the application name, InterCommAppTestB, followed by . then the publisher id, then : and then the connection name used in the Connect command,

Re: [flexcoders] Repeater within a Repeater(Nested Repeaters) Issue

2009-01-16 Thread Fotis Chatzinikos
Sorry, I was wrong I missed the label closing statement... Do not pay any attention to my previous reply :-) On Sat, Jan 17, 2009 at 2:39 AM, Fotis Chatzinikos fotis.chatzini...@gmail.com wrote: Your code does not seem to contain any nested repeaters... mx:Repeater id=rptCatagory

Re: [flexcoders] General Guidance requested to detect if any component has been changed or not

2009-01-16 Thread Fotis Chatzinikos
What you describe would work. In a similar case I use an array of booleans so when the save button is enabled i know and only update the fields that need updating. If this is not a requirement a single boolean would do. On Sat, Jan 17, 2009 at 1:07 AM, anuj181 anuj...@gmail.com wrote: Hi

[flexcoders] Re: Security sandbox violation on Bitmapdata.draw( rtmpVid ) despite crosspolicy

2009-01-16 Thread jwebbsuccess
I tested the video player SWF online... Just as I thought; it didn't make a difference. I need to figure out how the Flash CS4/AS2 demo is able to successfully get a snapshot and why the Flex/AS3 video player is not. --- In flexcoders@yahoogroups.com, jwebbsuccess jw...@... wrote: I am

RE: [flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Kevin Benz
So if I understand you, this is the calling (outbound side of the request) and this error is in the console output? Phase 2 means that it was in the targeting phase of the dispatch. Are you calling allowDomain() on the connection object? From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: LocalConnection issue in AIR to AIR application

2009-01-16 Thread Kevin Benz
And one other important note. The ADL runtime (the debug player) needs special handling in order for enable communication to happen. You need to set command-line arguments to make it work with Air to Air communication work. Note: When you run your application with ADL (or with a development

[flexcoders] Re: Speex codec

2009-01-16 Thread steve.klee
I was reading the docs and they seem to suggest that the Speex codec for streaming to a media server is a feature exclusive to AIR 1.5. Is that true? If I am targeting FP10, can I stream with Speex from a web-based flex app, or am I limited to using NellyMoser? It is not limited to AIR, you

[flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-16 Thread aceoohay
Thank you Alex, that did the trick. I also found zoom as well. Paul --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: xscale = yscale = someScaleFactorGreaterThanOne? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nate Beck Sent: Monday,

[flexcoders] Parallel from actionscript...

2009-01-16 Thread aceoohay
I am beginning to play with moving things. When my app loads I read a DB table to get the names of some modules that I load; a.swf, b.swf, c.swf etc. I have another db table where I keep where each user left their modules. I loop through my list of modules instantiating them and then I see

[flexcoders] Code Generator for Flex/Java/Hibernate/Spring/Maven/BlazeDS

2009-01-16 Thread Kelly
Hi I am building a code generator for building enterprise Java/Flex apps. It is model driven and can generate more then 50% of a Flex/Java project front to back. It currently generates Java and Flex value objects, hibernate layer, database schema, DAO's, DAO unit tests, stubs for the

  1   2   >