[flexcoders] Re: Bad quality after encode video to FLV

2007-04-17 Thread nowak_petr
I tried Flash Video MX and it works fine. I only wonder why O2 Flix doesn't work... Thanks for help. --- In flexcoders@yahoogroups.com, Thijs Triemstra | Collab [EMAIL PROTECTED] wrote: You can also try the flv encoder that comes with Flash 8 Pro, you can download a trial on adobe.com..

[flexcoders] Flex crashes if no sound card present

2007-04-17 Thread Danko Kozar
This is a serious Flex bug! I run a Flex application on a corporate computer that doesn't have a sound card and the application crashed. Using Flash player debugging version I realized that the problem was in playing sound.

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-17 Thread bjorn -
I don't have a crossdomain file, didn't think I needed one as it was all on localhost .. I get the problem when I run my project in Flex hitting ctrl-F11 since it will load my app directly (e.g. file:///C:/dev/FlexWorkspace/MyApp/build/MyApp-debug.html ) - while trying to load the module from a

[flexcoders] Can I change DateChooser Style?

2007-04-17 Thread sanjaypmg
Hi All, am using DateChooser in my flex screen.. the defaul format is next previous button with Year and month label... But I want to replace these labels with DropDowns of Year and months respectively. Is it possible to do that if yes, How can I ? Pls give me some hint to get it

RE: [flexcoders] Re: RangeError on SWFLoader

2007-04-17 Thread Alex Harui
The error is coming from the SystemManager/CursorManager and not the SWFLoader. Try setting showBusyCursor to false on the SWFLoader. You won't be able to trap the error as it occurs in an event handler. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Newbie createPopUp problems

2007-04-17 Thread bhaq1972
it looks like you're trying to apply a flex 1.5 example to your flex2 test. the fourth argument for createPopUp() is not correct. --- In flexcoders@yahoogroups.com, fredsells [EMAIL PROTECTED] wrote: I've copied various examples of using PopUpManager.createPopUp but cannot get it to work.

[flexcoders] Minimize / Maximize Panels - Layout adjustment

2007-04-17 Thread Flexing...
Hi All, If you go to the following URL http://www.adobe.com/devnet/flex/ Under the flex community there are panels which contain maximize and minimize functionality i.e. if you click on + it maximzed and others are minimized and vice versa. The layout is auto adjusted Does anyone know how

[flexcoders] Unload SWF - flex garbage collection (bug?)

2007-04-17 Thread bjorn -
Hi guys, I'm using flash.display.Loader to Load swf through a gateway. It usually works great, and my trace output is like this: [SWF] /webroot/binaryStreamer.php - 118,894 bytes after decompression [SWF] /webroot/binaryStreamer.php - 3,040 bytes after decompression [SWF]

Re: [flexcoders] dataGrid - process each item

2007-04-17 Thread Tom Chiverton
On Monday 16 Apr 2007, darylgmyers wrote: How can I go about processing each dataGrid item? I need to validate all items at time of update. I can walk through each item using the dataProvider but I can not find a way to know which dataGrid item to validate from just the dataProvider's

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Carlos Rovira
A coworked show me an example like the Flex Book, and looks very bad to me, it seems to be very heavy (I ear about 70Mb!), the interactivity not as smooth as ely's Flex book, so I'll continue with our beloved flash/flex technology. IMHO Microsoft will have to bring much more to the table in order

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Tom Chiverton
On Tuesday 17 Apr 2007, Jeremy Watson wrote: Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of media experiences and rich interactive applications (RIAs) for the Web. Except on Linux. Or Solaris. It's all just WPF-related FUD to try and scare people

[flexcoders] Re: REPOST - Checkboxes in a DataGrid

2007-04-17 Thread zzberthod
Thanks for all, it's very useful. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Oops: http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectI D=559 Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Character encoding in a DataGrid row

2007-04-17 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I've got multiple lines in XML result like this: data First line Second

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Scott Barnes
Hell no :) (Not while I have breathe and draw pay at Microsoft). SilverLight = Apple Flash = Orange Both eatable, but personally I'm an Orange man on Mon-Wed and Apple man Thu-Sun... If you read FUD crap, ignore it on both sides and just be opened to the idea that theres yet another channel

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Claus Wahlers
If you read FUD crap, ignore it on both sides and just be opened to the idea that theres yet another channel of delivery in rich interactive applications. Reading through the Silverlight docs, XAML looks to me like some weird kind of microsoftified SVG, spiced up with MP3 and WM codecs.

Re: [flexcoders] Coming from Laszlo background - anyone know some migration tips?

2007-04-17 Thread Tom Chiverton
On Tuesday 17 Apr 2007, Luis Eduardo wrote: datapointers dont have equivalent in flex. U have to connect it by hand. (edit.text = datareturned.text or something like that..) Umm... mx:Text id=edit text={ datareturned.text }/ ? -- Tom Chiverton Helping to elementarily grow out-of-the-box

[flexcoders] Recursive Reloading of an image...

2007-04-17 Thread Steve Kellogg
I have a question... I have a few images in my app that have their source as a GIF on our site. Today, I was testing, and the design guy had removed the art for revisions. I was surprised to see that Flex tried repeatedly to load the image instead of just marking the image link as broken.

[flexcoders] Library compilation takes too much time

2007-04-17 Thread Sergey Kovalyov
Hi All! Each time I change class in library project it takes to much time to recompile, because all the projects that use this library are recompiled. Even when there are 3 projects, I have to wait about 30 seconds after each save (I prefer Build Automatically option checked). Is there any way

[flexcoders] Re: Generate PDF

2007-04-17 Thread billy_d_white
You should be able to add a function in JavaScript that opens the popup window in the html template that wraps the flash code. Then you can call that function from within the flash/flex code using the ExternalInterface API or the navigatetoURL function. Check out the Flex 2 Developer's Guide in

RE: [flexcoders] How to embed Type1 font in CSS?

2007-04-17 Thread Peter Farland
I don't believe this is supported natively in Flex 2, though if you can manage to get Flash Authoring to embed a Type 1 font into a SWF then you can always embed this Flash Authoring published SWF into a Flex application as an asset and then refer to the font families in CSS styles. Other font

RE: [flexcoders] Newbie createPopUp problems

2007-04-17 Thread Kenneth Sutherland
If you want a quick example, try the following, replacing the var's for something more meaningfull where required. This will do popup's as well as setting var's inside them. You used to be able to do this when creating a popup in flex 1.5, but now you can do it as below as you don't pass in an

RE: [flexcoders] Binding ArrayCollection to HTTPService method=POST

2007-04-17 Thread Tracy Spratt
Don't bother with binding in this case, just assign the result to the ArrayCollection (or XMLListCollection) in the result handler. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tweakfreak33 Sent: Monday, April 16, 2007 5:03 AM

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Ralph Hauwert
I'm amazed no-one mentioned scripting on this list yet. Silverlight relies on the browser's JS engine for scripting. Basically, the XAML subset implement Silverlight handles Layout, and animation, while the browser's javascript engine actually provides for the scripting. IMHO, that's what we did

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Peter Demling
Version 1 of Microsoft products have historically been slow, unapologizing in their copycat nature, and hampered by large numbers of major bugs and gaps in functionality. However, their astronomical cash reserves and relentless commitment to establish market share has almost always led to vastly

Re: [flexcoders] Can someone please help me? Error message *No Disk*

2007-04-17 Thread Matthew Hartman
Matthew Hartman wrote: Can someone please help me? When I try and compile or debug an application through Flex Builder 2, I get an error message with a title: Windows - No Disk and the message: There is no disk in the drive. Please insert a disk into the drive. I have tried un-installing FB2

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

2007-04-17 Thread Paul J DeCoursey
I have a java class that generates a build.as file that is included in my main application mxml file. The build.as file has only public static var uiBuildText:String = unique build info here; I put in a build id, gotten from subversion. I also include the date for the version and who did the

[flexcoders] Re: -extern compiler option for AS3 project

2007-04-17 Thread pet.theory
Thanks Alex, Tried these, none worked (the class that embeds the pic is AlertPuller); -externs /Users/Matt/Documents/Workspace/Pet/classes/control/AlertPuller.as -externs /Users/Matt/Documents/Workspace/Pet/classes/control/AlertPuller

[flexcoders] problem with displaying data in the tree control

2007-04-17 Thread paranoid_santhosh
I am having a problem in displaying the data in tree control mx:HTTPService url=http://localhost:9090/Portalserver/newxml.jsp; id=newxmlHttp useProxy=false method=POST showBusyCursor=true/ //newxml.jsp is returning me this xml. DirectoryTree Directory Did=6 Dname=santhosh File

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

2007-04-17 Thread Tom Chiverton
On Tuesday 17 Apr 2007, Johannes Nel wrote: cruisecontrol (which you use with your svn (for example)) to manage your builds. the great advantage that cruise control gives you is that its build already, I don't see Flex or ActionScript support in it. And I never had much luck with ANT scripts

RE: [flexcoders] Looping through sorted ObjectProxy

2007-04-17 Thread Alex Harui
For..in does not guarantee order. You could theoretically call it twice and get different results. You might have to find a way to get an array. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn - Sent: Monday, April 16, 2007 12:06

[flexcoders] Overwrite Skin to NULL

2007-04-17 Thread Devin
I've noticed if you put a skin in place then you can't create another style for specific changes. Is there a way to overwrite a skin style to a null value or something to get rid of it in another style? For example: this is my panel style Panel { closeButtonDisabledSkin: Embed

[flexcoders] FDS Pain

2007-04-17 Thread Harris Reynolds
Hi there. I am trying to use FDS to manage a collection tree nodes. The top-level collection that is managed by FDS contains all of the root nodes. I'd like for FDS to refresh the top-level collection of root nodes any time I insert a node into the tree, regardless of where in the hierarchy

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Stacy Tyler Young
I¹ve been digging myself and right now I get the impression that its true RIA on windows (with full WPF behind it) but primarily a media player on other platforms. I¹ll be studying further to wash away my ignorance but that¹s where I¹m at now ... :-) Stace On 4/17/07 7:34 AM, Scott Barnes

[flexcoders] Thanks for the poster

2007-04-17 Thread Teddy Setiawan
Greeting from Indonesia ,I don't know where to thanks , just receive Flex API Posters and AS 3.0 Class , delivered directly to my house for free ,thanks to Ted Patrick for the link , and Flex.org for the Posters .RegardsTeddy _

[flexcoders] Parsing Streaming Audio Headers.

2007-04-17 Thread camlinaeizerous
I have seen multiple discussions about mp3 players and streaming audio and I figured I'd take a stab and building a small player that could be used as a banner on a webpage. I found a few sample players and did a kind of mix and match of them and came up with my own.

Re: [flexcoders] Thanks for the poster

2007-04-17 Thread Nick Sophinos
Yes, same here. In addition, I found that hanging them up in my office has made them (and me) quite the chick-magnet. Thanks Ted! - Nick On 17 Apr 2007 07:38:24 -0700, Teddy Setiawan [EMAIL PROTECTED] wrote: Greeting from Indonesia , I don't know where to thanks , just receive Flex

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

2007-04-17 Thread Tom Chiverton
On Tuesday 17 Apr 2007, bhaq1972 wrote: we actually have a variable like this and my poor colleague has to always update it before being released to our testers. It would make his life so much easier if something was built into flexbuilder. Ditto. Which was the original question. If Cruise

RE: [flexcoders] FDS Pain

2007-04-17 Thread jason.proulx
I use a simple ArrayCollection in cases like this, and provide a custom TreeDataDescriptor which converts a 1-dimentional array collection into something usable by the Tree component. When you bind your array collection to the Tree as the data provider, FDS will refresh it appropriately.

[flexcoders] How to embed Type1 font in CSS?

2007-04-17 Thread Sergey Kovalyov
Hi All! How to embed Type1 font in CSS? Now I have found only the solution for TTF fonts. Any ideas? Thank you in advance. Sergey.

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Paul J DeCoursey
All I have to say is it's Microsoft, if they kill anything it's not on the merits of their product... it's brute force. This is not a threat to Flash/Flex by any means. Microsoft will never be able to create a truly cross platform product. All of their past efforts have been clumsy at best,

RE: [flexcoders] Problem using RSLs in enterprise app

2007-04-17 Thread Eric Swann
I added a dummy state with a dummy addchild element in the main app, and this seems to have solved the issue. Thanks. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Monday, April 16, 2007 7:54 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
Hey guys, I guess there is a bug in Flex code. When setting the DataGridColumn.width property programmatically the setter method of DataGridColumn.width calls the resizeColumn method of DataGrid. public function set width(value:Number):void { // remove any queued equal spacing

[flexcoders] oop constructor

2007-04-17 Thread Chad Gray
I am walking through the book Adobe Flex 2 and it is showing how to build your own AS Class file. It mentions constructor, but does not really explain what a constructor is. Can someone give a description of a constructor? Also is there any template/reference for a Class file? Like a basic

[flexcoders] Re: FDS Pain

2007-04-17 Thread Harris Reynolds
Thanks for the reply man. Unfortunately my object structure is already built to support the default TreeDataDescriptor (each node has a children property that itself is a collection of nodes). I'd like to have the tree completely refreshed any time I add a node to one of these children on the

[flexcoders] Re: Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
After recompiling a few times it works properly. I spend a whole day to fix this issue. Thanks a lot for your hint, Mane

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Scott Barnes
See there ya go ;) once you get past all this my muscles are bigger than yours stuff and you get to the heart of it, it doesn't hurt to know how SilverLight ticks though does it :) Scott. On 17 Apr 2007 06:29:35 -0700, driverdude [EMAIL PROTECTED] wrote: *snarf* I'm trying to stop

[flexcoders] Help! Object integrity across DataService.commit()

2007-04-17 Thread simonjpalmer
I seem to be getting object instances changing across a commit() boundary. Half the object ID's change through a commit for no apparent reason. This means I have no capability to manage a parent-child relationship in data. Utter disaster! Here's the situation. I have a parent child hierarchy

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

2007-04-17 Thread Peter Farland
I suppose your CC build script could run sed over the source or something but that's fairly yuck too. [Pete] Why not just use the AS3 include directive to include a snippet of a line of AS3 code that would declare your public static variable for your version inside the class body and override

[flexcoders] Re: problem with displaying data in the tree control

2007-04-17 Thread Doug Lowder
You didn't set the dataProvider property of the tree control. Also, I think the XMLListCollection entity should be declared on its own rather than as a child of the tree. mx:Tree x=0 y=0 id=tree height=294 width=230 creationComplete=newxmlHttp.send() labelFunction=treeLabel visible=true

[flexcoders] History management in own page template

2007-04-17 Thread Tom Chiverton
I'm trying to get history management working with our own page template and the 2.0.1+hotfix SDK. All seems well and there are no errors, except when I change tabs for a TabNavigator with historyManagementEnabled set to true, I get a new window pop up, witch an URL like

Re: [flexcoders] Looping through sorted ObjectProxy

2007-04-17 Thread bjorn -
Thanks for answering Alex. I solved it by adding a sort_order on the server side and using it for index when creating an Array on the client. like this: for each (var value:Object in obj.stats) { arr[ value.sort_order ] = value; } .. I was just puzzled by the fact that it always looked

[flexcoders] Re: Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
I'm on 2.0.1 But I didn't know that there is a hotfix and this Changing the width of DataGrid that is disappeared gets error (RTE) change could be mine. I will try it immediately. Thanks a lot, Mane

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread driverdude
*snarf* I'm trying to stop laughing! Realistically, Silverlight may pick up some heavy video developers, but Adobe is way far out there. I love Microsoft tools for coding, but doesn't this look like an opportunity to dis-include Linux and Solaris more than a real product? I'll pay much more

Re: [flexcoders] Library compilation takes too much time

2007-04-17 Thread Johannes Nel
not having the project open in FB should mean they do not recompile On 17 Apr 2007 04:21:13 -0700, Sergey Kovalyov [EMAIL PROTECTED] wrote: Hi All! Each time I change class in library project it takes to much time to recompile, because all the projects that use this library are recompiled.

Re: [flexcoders] Datagrid selection enabled only on first column

2007-04-17 Thread Christian Chua
Alex, Thanks for your advice. Any chance you can point me to a website with .mxml files that implement this idea ? Thanks, Christian - Original Message - From: Alex Harui To: flexcoders@yahoogroups.com Sent: Monday, April 16, 2007 5:51 PM Subject: RE: [flexcoders]

[flexcoders] Re: Versioning swf files for bug reporting

2007-04-17 Thread bhaq1972
Why don't you just define a public static variable on a class with build number information and update it before building your SWF from the command line? we actually have a variable like this and my poor colleague has to always update it before being released to our testers. It would make

RE: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-17 Thread Alex Harui
I think it is because localhost is not the same domain as the file system, and you can't load modules across domains without import loading them. You might be better off loading via relative urls instead of absolute. From: flexcoders@yahoogroups.com

[flexcoders] Re: Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
No, unfortunately it didn't solve my problem. Any other suggestions? Thanks, Mane

Re: [flexcoders] Looping through sorted ObjectProxy

2007-04-17 Thread bjorn -
Actually, it doesn't .. If I look in my debugger - this is how the object looks: obj.stats = Object (@3ff4c81) [13] = Object (@3ff40c1) [14] = Object (@40333c1) [15] = Object (@3ec07a1) [16] = Object (@a973301) The code: for( var i:String in obj.stats) { trace(i); } for each

[flexcoders] Re: user configuration file

2007-04-17 Thread lruinelli
the userconfig.xml file using HTTPService seems to be the best solution (fast and simple)...unfortunately the HTTPService asyncronous nature make this solution not working!:-( the request need some time to give the result...in this time flex has already setted the loaded parameters as null and I

RE: [flexcoders] Can someone please help me? Error message *No Disk*

2007-04-17 Thread Eric Swann
I experienced the same issue and put the installer disk into my cdrom when prompted. Assuming there was something not installed that was required. Not sure what or why, but issue has not occurred again. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Hartman

[flexcoders] Re: updateTransform question on BubbleSeries

2007-04-17 Thread Sunil Bannur
--- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: anyone know what I have to alter to force a BubbleSeries to go through updateTransform? I have a situation where a user action causes the radius of one of my bubbles to change. I trap the change and I want to cause

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Scott Barnes
Claus, Yup, so that's why FLEX does have its unique offering vs SilverLight and once developers designers unsubscribe from the notion it's a Flash Killer and do more of what you are doing (exploring it's upcoming release) you'll decide on what you think it's merits are vs aren't. It's early

[flexcoders] Re: Flex CS3 style Icon

2007-04-17 Thread scalenine
You mean like what's posted here: http://www.joshbuhler.com/2007/04/04/flex-cs3-icon/ Juan scalenine.com --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Is there a patch to 201 to update the icon to the cs3 style icon? Regards, Bjorn Schultheiss Senior

[flexcoders] scrolling TileList and fullScreen

2007-04-17 Thread luckingandrew
Hi all, (my first post to flexcoders) I've built a pretty simple piece with a TileList that renders a set of thumbnail photos. I'm finding that when the TileList has a scrollbar and I toggle the stage.displayState to FULL_SCREEN and then back to NORMAL any attempts to scroll the TileList will

[flexcoders] Re: Flex crashes if no sound card present

2007-04-17 Thread Doug Lowder
Have you seen this thread? http://tech.groups.yahoo.com/group/flexcoders/message/66211 --- In flexcoders@yahoogroups.com, Danko Kozar [EMAIL PROTECTED] wrote: This is a serious Flex bug! I run a Flex application on a corporate computer that doesn't have a sound card and the application

Re: [flexcoders] Overwrite Skin to NULL

2007-04-17 Thread Doug McCune
How about setting it back to what it was by default? Try .panel { borderSkin: ClassReference(mx.skins.halo.HaloBorder); border-alpha: 1; border-color: #ff; } On 17 Apr 2007 07:58:18 -0700, Devin [EMAIL PROTECTED] wrote: I've noticed if you put a skin in place then you can't create

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Scott Barnes
I'm so sad, I remember Flash 3... I think i was toying with Flash path or VRML... glad I went Flash.. On 17 Apr 2007 05:56:49 -0700, Ralph Hauwert [EMAIL PROTECTED] wrote: I'm amazed no-one mentioned scripting on this list yet. Silverlight relies on the browser's JS engine for scripting.

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

2007-04-17 Thread Johannes Nel
yes, svn does increment revision numbers. he asked for a good practiceregarding building and incrementing build numbers. now from my experience working in large teams i have noticed that centralised builds work better for versioning (due to obvious problems that arrises when each developer

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

2007-04-17 Thread Peter Farland
These seem like general SCM questions to me. Surely you can get cruise control to call a command line statement? There are command line tools to compile MXML or AS3 based applications to SWFs or to create component libraries as SWCs. Couldn't cruise control also call an ant task if you've

Re: [flexcoders] expand entire tree?

2007-04-17 Thread haiqing
here is another option: public function openTree():void { var obj:Object = new Object(); obj = dirTree.dataProvider.getItemAt(0); dirTree.expandItem(obj, true); } #dirTree---tree id. hq - Original Message From: Christophe Herreman [EMAIL

RE: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-17 Thread Alex Harui
Could you be linking the main app against a 2.0 framework.swc? You need to link against 2.0.1. Also, normally you -load-externs against classes in the main app and not from some package. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] probably noob question, about custom lists

2007-04-17 Thread flashcrow2000
Hello everybody, I searched through all the posts but i couln't find anything which helps me so here goes: I need to implement a list which has a custom element on each row, containing an icon, a label, a delete button and of course, data (not visible). I implemented an item object containing

Re: [flexcoders] Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread Tom Chiverton
On Tuesday 17 Apr 2007, manfred.maierhofer wrote: Hey guys, I guess there is a bug in Flex code. When setting the There were lots of DataGrid changes in 2.0.1, and a major bugfix in the first hotfix. What version are you on ? -- Tom Chiverton Helping to completely deliver granular appliances

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Tom Chiverton
On Tuesday 17 Apr 2007, driverdude wrote: I'll pay much more serious attention if they do a good job with .NET integration. Flex + Coldfusion + SQL Server Silverlight + SQL Server with no middleware application server. .. except the one MS would have to bundle for free with SQL server ? Can

[flexcoders] FlexBuilder bug?

2007-04-17 Thread Shaun
I've been having a problem with FB lately and am wondering if anyone else has run into this issue. Occassionally, FB seems to stop using my latest file changes when compiling. I try cleaning, making additional changes, etc. to no avail. Eventually, something clicks and everything builds as

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-17 Thread bjorn -
Yeah, it seems the file system is pretty tricky. I can't load from it even though I have ... this in my application: public function init():void { Security.allowDomain(*); Security.loadPolicyFile(http://localhost/crossdomain.xml;); var request:URLRequest = new URLRequest(

RE: [flexcoders] Flex crashes if no sound card present

2007-04-17 Thread Peter Farland
Are you trying to play just sound, or do you have a video that happens to have sound? Have you reported this as an issue to the Flash Player team with a reproducible case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Danko Kozar

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

2007-04-17 Thread Daniel Grace
I expected someone else to have chimed in with a full-fledged code example by now. Since nobody did, I will offer my point in a direction I have used before, without any actual code. The last time I did this it was with a big PHP project, with multiple files. The way that I did it was keep a

[flexcoders] HTTPService Security Sandbox woes

2007-04-17 Thread Battershall, Jeff
I'm tearing my hair out. I'm trying to programatically invoke an HTTPService (where the url is in another domain/sandbox) without server-side proxy (no FDS) and I've hit the proverbial wall. I have a crossdomain.xml sitting in the webroot of the other domain which explicity allows the originating

RE: [flexcoders] Overwrite Skin to NULL

2007-04-17 Thread Devin White
PERFECT! Your the man. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug McCune Sent: Tuesday, April 17, 2007 11:03 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Overwrite Skin to NULL How about setting it back to

RE: [flexcoders] probably noob question, about custom lists

2007-04-17 Thread Alex Harui
Lists are datadriven. You won't call addChild on them. You'll likely create a custom itemRenderer and have it renderer data in a dataProvider/collection. Read up on itemRenderer and collections and look at the list examples in the doc. From:

RE: [flexcoders] oop constructor

2007-04-17 Thread Peter Farland
A constructor is a special function defined on a class that must have the same name as the class and is called when creating a new instance of that class. Like any old function, a constructor can take zero or more arguments. If present, constructor arguments represent information that is required

RE: [flexcoders] HTTPService Security Sandbox woes

2007-04-17 Thread Peter Farland
Remember that you must load your SWF via HTTPS if you want to access data via HTTPS, such as HTTPService. Have you tried your SWF in both MSIE and Firefox? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Tuesday,

RE: [flexcoders] Re: -extern compiler option for AS3 project

2007-04-17 Thread Alex Harui
I think it should just be -externs=AlertPuller. What does AlertPuller.as look like? What does the link-report reference that you want to get rid of look like? Is there any reason you have to also define that class in the childSWF? From:

Re: [flexcoders] Help! How can I display different colors in one BarSeries?

2007-04-17 Thread haiqing
Can somebody help here? I want verticalAxis display different colors for a single BarSeries. When I tried to use setStyle it does not work. Is it doable? Thanks, hq. - Original Message From: haiqing7 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, April 15, 2007 9:59:53

[flexcoders] Menubar doesnt appear properly ! Is it a bug??

2007-04-17 Thread ravi kumar gummadi
Hi , I have menubar added to the application control bar. Previously I placed at the top of the stage and it used to work fine..with the menubar items wiping down. Now I moved the control bar to the bottom of stage (due to some design requirements) and I am facing a weird problem. Even now

RE: [flexcoders] Datagrid selection enabled only on first column

2007-04-17 Thread Alex Harui
Don't know of any existing samples. I think it would look something like: public class ChuaDataGrid extends DataGrid { override protected function mouseDownHandler(event:MouseEvent):void { var r:IListItemRenderer; var s:Sprite; // find out if we hit the sort arrow

RE: [flexcoders] Recursive Reloading of an image...

2007-04-17 Thread Alex Harui
I don't see a retry in the code. Maybe the source property is being changed in someway? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg Sent: Tuesday, April 17, 2007 4:06 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: Help! How can I display different colors in one BarSeries?

2007-04-17 Thread Oscar Cortes
See if this entry that I posted while ago on the Flex cookbook helps you... http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails\ postId=2021productId=2 http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetail\ spostId=2021productId=2

[flexcoders] RSL Caching Problem

2007-04-17 Thread Shaun
So I have an RSL that I link via a URL. It has apparently been cached by my ISP or some other cache server, so that now, when I try to debug some changes I've made to it, the new RSL file is never requested - I only ever get the old one. Is there some way to resolve this? Is there a way to

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread softwarecat
If you go and see the sample of the technology on the Silverlight website, it is not as smooth and elegent as the ones Ely has created. I think it will have it's audience, but IMHO I think the movement of the community and the designer involvement is going to make Flex the king. I agree,

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-17 Thread Shaun
I would have to believe that WPF will win over Apollo for backoffice/intranet software for the following reasons: 1) Ability to leverage .NET developer pool 2) Performance (I'm guessing WPF will be faster due to the CLR) 3) Vastly (sorry, Adobe) superior IDE/developer tools (at least at this

[flexcoders] Coldfusion Path problems

2007-04-17 Thread Russell Sprague
I am having problems with cfc paths when testing any Flex app that uses remoting and the cfc with absolute paths to themselves. It throws an error that it can not find the cfc. so take this line of code from Application.cfc in the Phones example app: cfset application.phoneDAO =

[flexcoders] ArrayElementType metadata tag in AS

2007-04-17 Thread moonusamy
In an AS file, why is this not flagged as an error since the array's element type is declared to be Number while the code is initializing it with String? [ArrayElementType(Number)] public var stateA:Array; In some function... stateA = ['Foo']; Is the ArrayElementType metadata tag valid only

Re: [flexcoders] Re: Help! How can I display different colors in one BarSeries?

2007-04-17 Thread haiqing
Great! That helps. Thank you very much, Oscar. - Original Message From: Oscar Cortes [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, April 17, 2007 10:50:10 AM Subject: [flexcoders] Re: Help! How can I display different colors in one BarSeries? See if this entry

[flexcoders] Re: TitleWindow, Borderskin, and the Move Effect

2007-04-17 Thread Paul Whitelock
I doubt if anyone is interested in this, but I have some additional details that I'll record here just in case someone needs it someday. It appears that if the content of a TitleWindow exceeds the boundaries of the content area that the content area is filled with the background color after the

Re: [flexcoders] Coming from Laszlo background - anyone know some migration tips?

2007-04-17 Thread Luis Eduardo
hehe sorry Tom, i was in a rush. let i try clarify something with code. here is a laszlo dataset (something equivalent to flex HTTPService) dataset name=dsRQ type=http src=${'/calamb/Servlets/ServVeiculo'} request=false querytype=POST/ it already glue to its parent.

[flexcoders] Where can I find a simple explanation on how to extend components?

2007-04-17 Thread hoffsm
I want to extend the rich text editor so that I can make the title editable. The goal is to set the subject of the message/note to the title of the text editor. However, someone might like to change that. It would be best if I could just double click on it and have it become editable. I

[flexcoders] SuperTabNavigator - Type Coercion failed:

2007-04-17 Thread Flexing . . .
When I try to load a Module as a child in SuperTabNavigator. I get following error. Any clues on how it can be resolved. TypeError: Error #1034: Type Coercion failed: cannot convert mx.controls::[EMAIL PROTECTED] to mx.controls.ButtonBar. at mx.skins.halo::ButtonBarButtonSkin/

  1   2   >