[flexcoders] Re: Flex RegExp issues ...

2009-02-09 Thread SJF
I haven't read into this thread, but here is a link to a great RegExp online app. built by Grant Skinner: http://www.gskinner.com/RegExr/

[flexcoders] Re: Flex + RSS samples ...

2009-02-09 Thread SJF
Chapter 3 of the book "Adobe Air - Create : Modify : Reuse" has a good little RSS Air app: http://www.wrox.com/WileyCDA/WroxTitle/Adobe-AIR-Create-Modify-Reuse.productCd-0470182075,descCd-DOWNLOAD.html

[flexcoders] Flex 3 - Latest Milestone Release Builds - Release Notices - version differences

2009-02-09 Thread giladozer
Hi, I've been looking for the different Flex SDK builds. (http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3) I am looking for the release notices which include the changes/bug fixing/differences between the builds. I can't find it. Can someone please tell me where can i find this in

RE: [flexcoders] data (array collections) in main application and components available to each other...how?

2009-02-09 Thread David Kramer
Alex, I added parentDocument at line 76, and the "problems" in Flex Builder went away and it compiled and ran, but upon click at runtime: ReferenceError: Error #1056: Cannot create property currentAC on iSlides. at DropLabel/clickHandler()[C:\work\clients\unboundary\presentationTool_v4.0\src\Dro

RE: [flexcoders] data (array collections) in main application and components available to each other...how?

2009-02-09 Thread David Kramer
I typo'd in the code there Alex, it's line 76 ...no idea why I typed 47. - Original Message - From: "Alex Harui" To: "flexcoders@yahoogroups.com" Subject: RE: [flexcoders] data (array collections) in main application and components available to each other...how? Date: Sun, 8 F

[flexcoders] Re: [apollocoders] Serious leak in mx:HTML

2009-02-09 Thread Tom Chiverton
On Thursday 05 Feb 2009, Tom Chiverton wrote: > I seem to be able to reproduce a leak in mx:HTML by just placing it on the > main application, as per https://bugs.adobe.com/jira/browse/SDK-19119 Just to follow up here, this has been logged with the AIR team it appears. What happens now I dunno...

[flexcoders] How do i stop application from docking in mac??

2009-02-09 Thread roopal_oswal
Hi All, Is there anyway to stop the application from being docked on Mac operating system. Thanks in Advance, Roopal

[flexcoders] code/content assist fails for project

2009-02-09 Thread endrone endrone
Hello, I have a problem with my code assist or content assist in Flex Builder. I have several projects in my workspace and for project A, code completion works fine. For project B I don't get any code completion, not in AS or MXML. The difference between the project was that project A had no swc

[flexcoders] How to use SWF from SWC??

2009-02-09 Thread Tahniyat Kazmi
Hi, I have a problem in getting SWF from a SWC. Actually I added a compiled SWF of a CSS file in SWC library. Then add that SWC in to project now wana use that SWF into project but runtime error occures  Example: StyleManager.loadStyleDeclarations("fontCss.swf"); StyleManager.loadStyleDeclarat

[flexcoders] Re: Displaying UIComponents vertically

2009-02-09 Thread annelie2008
Turns out it was my fault entirely, I hadn't checked the xml code properly and assumed it was supposed to give me three vertically stacked staves but it was actually showing them horizontally. I will check more properly before posting a question in the future. Thanks for answering though! Anne

[flexcoders] Add FXG graphic from external file into application

2009-02-09 Thread Jan Tošovský
Hello Everybody, I've found similar topic in this discussion, but it probably covers slightly different thing: http://www.nabble.com/Loading-.fxg-with-Actionscript-td21009054.html#a210090 54 In my case I load the external FXG file into a XML variable. Now I'd like to convert this XML code to the

[flexcoders] navigateToURL and "_self" - Works locally, not when swf is on remote server

2009-02-09 Thread uclamerrick
I have an Image on an ApplicationControlBar and I am trying to make it such that when the image is clicked, the current browser window/tab is redirected to a URL. It works when the swf file is opened locally, but not if its a remote swf file. I am guessing this is some security issue, and am wonder

Re: [flexcoders] Loading .fxg with Actionscript - got it :-)

2009-02-09 Thread honyk
Althought I see the code, I am a bit confused... Mic-17 wrote: > > displayGroup = new Group(); > var source2 : comp.FlowerPower2 = new comp.FlowerPower2(); > displayGroup.addItem(source2); > addItem(displayGroup); > My root element is Application, where Group element is not permitted. And what

[flexcoders] DataGrid - variableRowHeight="true" and wordWrap="true" not resizing properly

2009-02-09 Thread patrickfkellogg
I have a DataGrid that has dynamic columns (see below). when i set the DataGrid's variableRowHeight="true" and wordWrap="true" it resizes tall and wraps just fine when a cell's contents are really long. The problem is the next time the DataGrid appears when there is no data to display it doesn't

[flexcoders] Some material for flex 3 Certification

2009-02-09 Thread Amplify Mindware
Hello All,     Can any one provide some resource(links / ebooks / etc) for Flex 3  Certification.     Any tips,on how I should prepare for the certification.  Awaiting for prompt reply. Regards...   Amplify

[flexcoders] Question about MVC in a Flex Application

2009-02-09 Thread carlo giordano
Hi, I would share infomation about how is used the MVC in a Flex Application. I have begun to use Pure MVC two months ago but I don't know if is very useful. If someone use different MVC framework and would like to share tips would be appreciated. Thanks for attention.

[flexcoders] AdobeFlexBuilder 3 AIR: problem with Exported Release Build

2009-02-09 Thread samir_npatel
Hi Frnds, I am using Adobe Flex Builder 3 and have created an AIR application. I want to create a 'Build' so that I can install it and run it independently. So I created it using 'Project' --> 'Export Release Build'. It creates MyProject.airi file. When I click it to install it, it shows following

Re: [flexcoders] Re: I'm missing something

2009-02-09 Thread Bret Phillips
This may be of help to you: http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_2.html explains the usage of http service and gives example in both php and coldfusion. Outlines request, server side processing of response, and response return. Hope that helps.

[flexcoders] looping through xml (newbie question)

2009-02-09 Thread annelie2008
Hi, I'm trying to loop through my xml, but I'm having some problems. I thought this would give me all the line nodes, but it's empty: var xmlLines:XMLList = myXmlList..Line; Is that the right way to go about it, or is there another way? Xml code is below. Many thanks, Annelie --

[flexcoders] Sandboxed Modules in AIR

2009-02-09 Thread rob_mcmichael
I was wondering if you could help me. I would like to run a download and potentially untrusted Module (written as a Felx SWF, ) into an AIR application. This would be a bit like Tour de Flex, but downloading and storing the modules locally rather than loading them from a remote server every time.

[flexcoders] Re: AdobeFlexBuilder 3 AIR: problem with Exported Release Build

2009-02-09 Thread dmkramerica
I just solved the very same error. Which, after research, has multiple causes. What I found was: If you have .png files in a folder called "assets", for some strange reason it will not install. Delete that folder (in both the /src and in the /bin-debug or /bin-release folders), copy the those .p

[flexcoders] Re: Can't use ImageSnapshot.captureBitmapData with a rotation matrix

2009-02-09 Thread Amy
--- In flexcoders@yahoogroups.com, "skuteboarding" wrote: > > Hi, does anyone have an example of using the > ImageSnapshot.captureBitmapData function with a rotation matrix? This > is the code I'm using: > > var matrix:Matrix = new Matrix(); > matrix.rotate(degreesToRadians(90)); > var bitmapDat

[flexcoders] how to call javascript functions in AIR application?

2009-02-09 Thread Jigar Kapadia
He All,   I have Flex web application ready with me. At many places, javascripts functions are being called.   Now, I have to convert it to AIR application. How can I call javascrips functions in AIR application that I have already used in FLEX web application?   Can someone send me a sample test

[flexcoders] filter arraycollection with checkbox acting wired

2009-02-09 Thread johndoematrix
hi i am trying to filter an array collection using a checkbox, but when i select the check box all the data disappears. here is my filter function private var pizzaSelected:Boolean; private function pizzaFilter():void { if (pizza_ckb.selected == true) pizzaSelected

Re: [flexcoders] Re: I'm missing something

2009-02-09 Thread Jeffry Houser
I wouldn't try to turn XML into an ArrayCollection. Take a look at the XMLListCollection class. iloveyouwisconsin wrote: --- In flexcoders@yahoogroups.com, "iloveyouwisconsin" wrote: Maybe I'm just misstating my question or maybe I'm just not understanding. I'm just trying to make it so

Re: [flexcoders] ActionScriot file in Componet

2009-02-09 Thread Jeffry Houser
Can you share some code? Something like this should work: include 'myfile.as'; However, if you're "myfile.as" is an actual class definition, as opposed to ActionScript snippets I would expect that to cause odd errors. Additionally, how do you define "Whole Path?" I've always used a rela

[flexcoders] Re: Making the impossible possible, something odd is happening

2009-02-09 Thread valdhor
I thought I'd create a test case to test this: http://www.adobe.com/2006/mxml"; layout="absolute" applicationComplete="onApplicationComplete()"> It works fine. No Alert box. How are you invoking this code. It has to be something else. --- In flexcoders@yahoogroups

[flexcoders] Re: Tweening effect in Flex?

2009-02-09 Thread valdhor
Have you seen http://coolestflex.blogspot.com/2008/11/tweener-create-tweenings-and-other.html ? There are others as well. Google is your friend. --- In flexcoders@yahoogroups.com, "oneworld95" wrote: > > Hi. Is it possible to do tweening in Flex? For example, to have a > component change size g

Re: [flexcoders] is there different using blazeds in flex and air?

2009-02-09 Thread Fu Di
thanks i think the problem was caused by air application sandbox, see logs below : *** Security Sandbox Violation *** Connection to app:/../messagebroker/streamingamf halted - not permitted from app:/datapush.swf app:/../messagebroker/streamingamf *** Security Sandbox Violation *** Connection

[flexcoders] ctrl + mousewheel

2009-02-09 Thread flexaustin
So something I never noticed in Flex if you do a ctrl + mousewheel the entire canvas shrinks in size or grows if scrolling up. Is there a way to prevent this? I tried calling a function that stops propigation immediately if ctrl is pressed, but that doesn't work. Its like it is being fired

[flexcoders] Re: data (array collections) in main application and components available to each other...how?

2009-02-09 Thread Amy
--- In flexcoders@yahoogroups.com, "David Kramer" wrote: > > All, > > I created the DropLabel.mxml component (that is attached for reference) > for my AIR project, so now I can drag and drop item from a Grid on to the > Label of the List item (and not add to the list) Awesome. > > Once I had

[flexcoders] Re: data (array collections) in main application and components available to each other...how?

2009-02-09 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui wrote: > > Try parentDocument.currentAC Note that this is a "quick fix." If you think you might want to reuse this component, you may want to consider using event bubbling, and let the parent do the assignment based on a property of an event or a

[flexcoders] Re: code/content assist fails for project

2009-02-09 Thread endrone endrone
just created a new project, copied all my files, linked the swc files... and suprise suprises, I have my code completion back nice, but I don't want to do this every time :-) grtz 2009/2/9 endrone endrone > Hello, > > I have a problem with my code assist or content assist in Flex Builder. > I

[flexcoders] Re: Adobe Presentation Tool

2009-02-09 Thread Anthony DeBonis
If you need to send out and track views of a presentation checkout: http://www.kineticast.com Includes recording and embedding video too...

[flexcoders] Re: Flex RegExp issues

2009-02-09 Thread mmormando
We faced a similar problem where I'm working, everyone had to implement a filtering mechanism using user input, including some special characters. While we were comparing solutions it was noted that all but mine had troubles with the special characters.I was just using indexOf(string)>-1 rather

[flexcoders] Re: Some material for flex 3 Certification

2009-02-09 Thread nathanpdaniel
Flex from the Source (from Adobe Press) is a really good one to get your head wrapped around Flex - if you would consider that book "basic" or easy, you'll do fine on the Flex portion. Or you can try the online Flex training (http://www.adobe.com/devnet/flex/learn/designer/learningpath.html).

[flexcoders] Webservice with Dynamic request?

2009-02-09 Thread thibodeau.alain
Hi All, I am not sure how to go about this and couldn't find a sample anywhere...I am trying to consume a webservice that contains dynamic request data. Meaning that my request will change depending on what the user has entered... I've always used services that had the same request params, but

[flexcoders] [AIR] Custom install badge image not displaying?

2009-02-09 Thread Keith Hughitt
Hi all, I have been experimenting with using the custom install badge by Grant Skinner (http://www.adobe.com/devnet/air/articles/badge_for_air.html), however, for some reason the background image specified by "imageurl" does not display, even in the example badge. Instead of displaying the backgro

[flexcoders] Re: [SebCoverFlow] Enablinghand cursor when user mouse overs an item/picture?

2009-02-09 Thread valdhor
You are probably going to have to monkeypatch Seb's component. Adding: _shape.useHandCursor = true; to line 166 of CoverPlane.as seems to go somewhat towards the functionality you need. Note that you will need to download the source from http://www.sebastiaanholtrop.com/sebcoverflowprojectpage

[flexcoders] Re: [AIR] Custom install badge image not displaying?

2009-02-09 Thread Keith Hughitt
FIXED: There is a mistake(?) in the sample code. The parameter for the image should be "image" instead of "imageurl."

[flexcoders] Re: how to call javascript functions in AIR application?

2009-02-09 Thread Amy
--- In flexcoders@yahoogroups.com, Jigar Kapadia wrote: > > He All, >   > I have Flex web application ready with me. > At many places, javascripts functions are being called. >   > Now, I have to convert it to AIR application. > How can I call javascrips functions in AIR application that I have a

RE: [flexcoders] Re: Problem with Accordion Component resizing.

2009-02-09 Thread Tracy Spratt
Sometimes you just have to make the computer understand that "no" is not an acceptable answer. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of brucewhealton

Re: [flexcoders] Re: how to call javascript functions in AIR application?

2009-02-09 Thread Jeffry Houser
I thought [but haven't tried] that if you load web pages using the HTML browser portion of AIR, it would support embedded SWFs, in which case I would expect that the Flash Player JavaScript calls to access the HTML wrapper would work. [did I mention I haven't tried this?] However, if you'r

[flexcoders] Re: Problem with Accordion Component resizing.

2009-02-09 Thread valdhor
Bruce I changed the following and it looks good: Panel height from 800 to 700 Panel width from 550 to 600 Accordion height from 770 to 650 Form 1 height from 640 to 600 Form 2 height from 640 to 600 Form 3 height from 660 to 600 Form 4 height from 640 to 600 Also changed checkbox id "QuoteForm"

RE: [flexcoders] looping through xml (newbie question)

2009-02-09 Thread Tracy Spratt
You have a default xml namespace you need to deal with. Try: default xml namespace = "http://schemas.microsoft.com/winfx/2006/xaml/presentation";; I see another namespcae declared, "x", but it does not appear to be used. Check the archives and docs for more information about xml namespac

RE: [flexcoders] Question about MVC in a Flex Application

2009-02-09 Thread Tracy Spratt
I havent't used an MVC framework, but generally speaking, if you are using a tool, and are not sure if it is useful, then it probably is not. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod

[flexcoders] Re: navigateToURL and "_self" - Works locally, not when swf is on remote server

2009-02-09 Thread valdhor
Works for me: http://www.adobe.com/2006/mxml"; layout="absolute"> SWF, HTML file etc on the remote server. What do you mean when you say "does not work"? Do you get an error message? You click the image and nothing happens? So

RE: [flexcoders] filter arraycollection with checkbox acting wired

2009-02-09 Thread Tracy Spratt
Debug it. Does pizza_ckb.data contain what you expect? Is you filter function working correctly? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of johndoema

RE: [flexcoders] ActionScriot file in Componet

2009-02-09 Thread Tracy Spratt
Yes, or Doing this essentially copies the included file into the script block, so it can not be a class. A full path should work. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@

RE: [flexcoders] Memory consumption by the browser

2009-02-09 Thread Ryan Graham
Is this in all browsers? I know IE 6 (maybe even 7?) has issues with memory management. I consistently see memory leak-like behavior with IE 6, for example: Start debug session for basic app - IE reports 60+ MB memory usage with a value that steadily climbs as I use the app. Minimize the bro

[flexcoders] Re: ctrl + mousewheel

2009-02-09 Thread valdhor
Cool Trick. Is this on the Mac because it doesn't do it for me on a PC. Could this be a Mac Preference setting? --- In flexcoders@yahoogroups.com, "flexaustin" wrote: > > So something I never noticed in Flex if you do a ctrl + mousewheel the > entire canvas shrinks in size or grows if scrolli

[flexcoders] Tree with Custom itemRenderer "Blocking" dropIndicator...

2009-02-09 Thread Boson Au
Hi everyone, I'm not sure how I managed to get to this but here goes basically here's the problem. I have a tree that's been extended with a custom itemrenderer. I actually set the default icon and label to be effectively invisible and placed an itemrenderer (a hbox with other elements in it) ov

RE: [flexcoders] Re: Some material for flex 3 Certification

2009-02-09 Thread Ryan Graham
I found the Attest quiz software good for the Flex 2 cert. The content should still mostly apply to give you a feel for what the cert exam is like. Study up on LCDS, RPC, and of course all the new AIR features. As mentioned, it really helps if you've been in the trenches for a while before taking

RE: [flexcoders] Webservice with Dynamic request?

2009-02-09 Thread Tracy Spratt
What are the input parameters of the operation "SearchParams"? What data types? Does it have a single argument of type array that that contains an array of "searchcriteria" objects, which have the three search specification values? The request object is a dynamic "Object", not xml. build it

[flexcoders] Re: navigateToURL and "_self" - Works locally, not when swf is on remote server

2009-02-09 Thread uclamerrick
Thank you for helping. What I meant was that when I click the image nothing happens. Also, I was not clear with the local vs remote - my swf file can be embedded much like youtube, vimeo etc... When the swf file is generated from the code below and still on my laptop clicking the image takes me

RE: [flexcoders] Tree with Custom itemRenderer "Blocking" dropIndicator...

2009-02-09 Thread Tracy Spratt
When creating an item renderer with any significant complexity, it is usually a mistake to start with a containier. I advise that you start over and extend or copy TreeItemRenderer.as Tracy Spratt Lariat Services Flex development bandwidth available Fr

[flexcoders] Sign function

2009-02-09 Thread aceoohay
I need to find the sign of a number is there a sign function or method available such as; var mySign:number = sign(-123) mySign would be -1 for negative, 0 for 0 and +1 for positive. Paul

[flexcoders] [ANN] Gilead maintenance release 1.2.1

2009-02-09 Thread bruno.marchesson
Hi, I am pleased to announce the new release of Gilead, available at http://gilead.sourceforge.net Gilead allows you to send your Hibernate entities throught BlazeDS without pain, and use them back on server. This maintenance release solves many issues (see release notes for details) and should

[flexcoders] Re: Webservice with Dynamic request?

2009-02-09 Thread valdhor
This is how I would do it. You should be able to extrapolate it to your requirements: http://www.adobe.com/2006/mxml"; creationComplete="onCreationComplete()">

Re: [flexcoders] Sign function

2009-02-09 Thread Alan K
Do you mean 'sine'? Math.sin(180); Alan > need to find the sign of a number is there a sign function or method >available such as; >var mySign:number = sign(-123)

RE: [flexcoders] Sign function

2009-02-09 Thread Tracy Spratt
Google: Actionscript sign function There are several examples. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of aceoohay Sent: Monday, February 09, 2009

[flexcoders] Re: navigateToURL and "_self" - Works locally, not when swf is on remote server

2009-02-09 Thread valdhor
I have no idea how to debug that. Perhaps Charles can tell if it is a crossdomain issue. --- In flexcoders@yahoogroups.com, "uclamerrick" wrote: > > Thank you for helping. > > What I meant was that when I click the image nothing happens. > > Also, I was not clear with the local vs remote - my

[flexcoders] Re: how to call javascript functions in AIR application?

2009-02-09 Thread Amy
--- In flexcoders@yahoogroups.com, Jeffry Houser wrote: > > > I thought [but haven't tried] that if you load web pages using the HTML > browser portion of AIR, it would support embedded SWFs, in which case I > would expect that the Flash Player JavaScript calls to access the HTML > wrapper

[flexcoders] Re: Sign function

2009-02-09 Thread aceoohay
Another example of ActionScript making you roll your own I guess. Paul --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > Google: Actionscript sign function > > > > There are several examples. > > > > Tracy Spratt > Lariat Services > > Flex development bandwidth available

Re: [flexcoders] Re: Flex RegExp issues

2009-02-09 Thread Maciek Sakrejda
Python has a handy re.escape() for just this sort of situation, but it looks like ActionScript lacks it. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: mmormando Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Re: navigateToURL and "_self" - Works locally, not when swf is on remote server

2009-02-09 Thread uclamerrick
Thank you that actually helps, I will look through all of the crossdomain stuff in the books. --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > I have no idea how to debug that. Perhaps Charles can tell if it is a > crossdomain issue. > > > --- In flexcoders@yahoogroups.com, "uclamerrick

[flexcoders] Re: Tree with Custom itemRenderer "Blocking" dropIndicator...

2009-02-09 Thread Boson Au
--- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > When creating an item renderer with any significant complexity, it is > usually a mistake to start with a containier. > > > > I advise that you start over and extend or copy TreeItemRenderer.as > sorry I didn't make it clear... I _

[flexcoders] Re: Tree with Custom itemRenderer "Blocking" dropIndicator...

2009-02-09 Thread Boson Au
Sorry, I didn't make it clear: I _am_ extending the TreeItemRenderer in my custom itemRenderer. --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > When creating an item renderer with any significant complexity, it is > usually a mistake to start with a containier. > > > > I ad

[flexcoders] d

2009-02-09 Thread patrickfkellogg
my message from friday arounf 5:oo pm pst hasn't yet posted. can you tell me what's wrong? thanks, patrick kellogg

Re: [flexcoders] Re: sizing dinamically the screen

2009-02-09 Thread Gustavo Duenas LRS
thanks Amy, but it seems when I try to tell the document in Js about the new size, that it is not doing the resize, Example is trying to do the sizing in the document for vista and others like document.width = screen.availWidth; document.height= screen.availHeight; those arguments work in th

[flexcoders] DataGrid - variableRowHeight="true" and wordWrap="true" not resizing properly

2009-02-09 Thread patrickfkellogg
I have a problem with that uses dynamically generated columns. When the cell has many characters the row resizes its height properly with word wrap to show all the cell's contents. But the next time the is shown when there is no data the row height remains at the previous tall size. It doesn't

RE: [flexcoders] Making the impossible possible, something odd is happening

2009-02-09 Thread Gordon Smith
It's just pointless and possibly inefficient. If a var b is typed as Boolean, it is guaranteed to be either true or false, so you might as well just write if (b) rather than if (b == true) I haven't looked at the bytecode generated in the two cases, but I wouldn't be surprised if the

[flexcoders] Is there any difference between BigDecimal in LCDS and FDS

2009-02-09 Thread Dan
Hi Flexcoders, The conversion from Number to BigDecimal in FDS and LCDS seems to be difference. In FDS, if VOs mapping is Number to BigDecimal, seems the value is first convert to Java Double, and then a casting of Double to BigDecimal, which may cause inaccurate result. However in LCDS, the

RE: [flexcoders] Re: sizing dinamically the screen

2009-02-09 Thread Tracy Spratt
Reduce the variables, establish functionality one step at a time, testing to make sure it continues to work. Step 1: Write javascript to resize what you want. Don't do anything else until you can do this part. ... Tracy Spratt Lariat Services Flex development bandwidth available

[flexcoders] embedded font causes labels to appear with backgroundColor lighter than expected

2009-02-09 Thread hr1ny
In my Flex 3 app, when I use an embedded font, I notice that some of my labels appear against a backgroundColor that is lighter than the surrounding backgroundColor (sometimes, in repeatable conditions), even though this is nowhere specified explictly. If I use a system font like '_sans' this doe

[flexcoders] Re: filter arraycollection with checkbox acting wired

2009-02-09 Thread hfmarino
Hi, try private function myFilterFunction(item:Object): Boolean { trace("item.pizza " + item.pizza); return (item.pizza == pizzaSelected) ; } Look at the console, maybe you have all item.pizza == false. Henrique F. Marino blog.dclick.com.br www.dclick.com.br --- In flexcoders@yaho

[flexcoders] Public constant fields are null?

2009-02-09 Thread florian.salihovic
I'm more then confused! I declare in a class some string constants: // MyConstants.as package { public class MyConstants { public static const My_CONST:String = "myConst"; } } In one of my classes i declare a setter, which makes sure only allowed values can be processed, otherwise the class wil

[flexcoders] Mouse click & drop

2009-02-09 Thread smitade
I'm developing an app with click and drop as opposed to drag and drop. I have a bunch of images on a canvas. When I click an image it adds a MOUSE_MOVE event listener to the canvas. I then relocate the image based on the canvas mouseX and mouseY movement. This event is removed when I click the mous

[flexcoders] Re: Public constant fields are null?

2009-02-09 Thread florian.salihovic
To give some more input: the error occours when the data is manipulated in an itemrenderer of an advanced datagrid which displays items of an filtered ArrayCollection. But what confuses me is, that the constant is null via it is passed, not the object. --- In flexcoders@yahoogroups.com, "flo

[flexcoders] Re: Public constant fields are null?

2009-02-09 Thread florian.salihovic
Found the error. Everthing works fine - i had some other method to run as well. --- In flexcoders@yahoogroups.com, "florian.salihovic" wrote: > > To give some more input: the error occours when the data is manipulated in an > itemrenderer of an advanced datagrid which displays items of an filte

RE: [flexcoders] Mouse click & drop

2009-02-09 Thread Alex Harui
You'll see other Flex code for MOUSE_MOVE usually uses capture phase when calling addEventListener Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of smitad

Re: [flexcoders] Re: [SebCoverFlow] Enablinghand cursor when user mouse overs an item/picture?

2009-02-09 Thread Fotis Chatzinikos
Thanks Steve, I had already tried doing this in the SebCoverFlow.as in the add cover method, but shape was null there... Then, after your post, I realized that because init is called, it does not mean that the shape is initialized and i tried your suggestion but again ... you were right saying :

RE: [flexcoders] embedded font causes labels to appear with backgroundColor lighter than expected

2009-02-09 Thread Alex Harui
Your version of Flex may not allow a list of fontFamilies. How much lighter is the background? Do you have filters applied, alpha? I've seen slight changes (0xfefefe becomes 0xfdfdfd), but not much more than that. Try turning off advancedAntiAliasing. Alex Harui Flex SDK Developer Adobe Syst

RE: [flexcoders] DataGrid - variableRowHeight="true" and wordWrap="true" not resizing properly

2009-02-09 Thread Alex Harui
If there's no data, set variableRowHeight=false and rowHeight to a reasonable number. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of patrickfkellogg Sen

Re: [flexcoders] Question about MVC in a Flex Application

2009-02-09 Thread Richard Rodseth
A year ago I posted a simple example using no framework: http://flexygen.wordpress.com/2008/02/07/simple-mvc-sample/ Today I would recommend you look at Mate: http://mate.asfusion.com/ On Mon, Feb 9, 2009 at 3:45 AM, carlo giordano wrote: > Hi, > I would share infomation about how is used

RE: [flexcoders] Sandboxed Modules in AIR

2009-02-09 Thread Alex Harui
See the marshal plan presentation on my blog. Basically you can't have untrusted modules. If you move to sub-applications and the marshall plan you should be able to get something working. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/ahar

RE: [flexcoders] How to use SWF from SWC??

2009-02-09 Thread Alex Harui
A SWC is a link-time library. You cannot call loadStyleDeclarations on it. You an unzip it an extract the library.SWF and load that if you want. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:

RE: [flexcoders] Re: tilelist HighlightIndicator effects

2009-02-09 Thread Alex Harui
The example is in ListBase.as Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stinasius Sent: Sunday, February 08, 2009 10:43 PM To: flexcoders@yahoogroup

Re: [flexcoders] Re: tilelist HighlightIndicator effects

2009-02-09 Thread Fotis Chatzinikos
The following example shows how to apply effects on add and remove... Understanding this might help you towards what you are trying to do: http://livedocs.adobe.com/flex/3/html/help.html?content=createeffects_5.html On Mon, Feb 9, 2009 at 8:42 AM, stinasius wrote: > any small example on how

Re: [flexcoders] AlivePdf and scroll bars

2009-02-09 Thread Richard Rodseth
I haven't actually used AlivePDF yet, but I suspect you will need a custom layout for your "print view". Now if you want the list contents to be paginated, you're probably in for a fair amount of work. On Thu, Feb 5, 2009 at 12:03 PM, kuroiryu42 wrote: > I have a list that has scroll bars that

RE: [flexcoders] Is there any difference between BigDecimal in LCDS and FDS

2009-02-09 Thread Jeff Vroom
Yes, this was just a change to the code I think around the LCDS 2.6 timeframe (the release we split BlazeDS off from LCDS). Keep in mind that BlazeDS is just part of LCDS so LCDS will behave that way too in 2.6 and beyond. I think there might even have been a hotfix for the change for 2.5.1

[flexcoders] Re: Memory consumption by the browser

2009-02-09 Thread Dmitri Girski
Hi Ryan, I tested it on IE7, Chrome, Firefox3, Safari (Mac). They all perform in consistent manner, Safari is less greedy, IE & FF are the most hungry ones. But as I said before, I can't see this footprint shrink when I minimise browsers. I even set this secret variable for FF - trim_on_minimise

Re: [flexcoders] DataGrid - variableRowHeight="true" and wordWrap="true" not resizing properly

2009-02-09 Thread A. Resa Jones (Resa)
Try measureHeightOfItems? DataGrid.height = DataGrid.measureHeightOfItems(0, gridrows) + DataGrid.headerHeight; I added this event to my data source and called measureHeightOfItems in the listChanged function: report.addEventListener(CollectionEvent.COLLECTION_CHANGE, listChanged); On Mon,

RE: [flexcoders] Re: Memory consumption by the browser

2009-02-09 Thread Ryan Graham
Hmm... at this point I suppose it depends on what you are doing with your popup component. We'd have to see some code to try and pinpoint memory-leaks. Are you creating a new popup everytime the user requests it, or do you create one instance and use the popup manager to show and hide that ins

[flexcoders] Re: embedded font causes labels to appear with backgroundColor lighter than expected

2009-02-09 Thread hr1ny
Alex, Thanks for your reply. Following is a nice, minimal example that recreates this issue. It works with 2 different embedded fonts that I tried. advancedAntiAliasing did not make a difference. The labels have a striped appearance, which can be distracting. --Henry http://www.adobe.com/200

RE: [flexcoders] Re: LCDS : Managed associations - creating/deleting new Items

2009-02-09 Thread Jeff Vroom
Yeah, that 'undefined' error is really just the player incorrectly reporting some error which is thrown up on the stack.If you do not register a fault handler, it is thrown as an error so that makes sense. You have autoCommit set to true so the client is committing after each property chang

[flexcoders] FB3 Pro can't find ColumnChart

2009-02-09 Thread Radley
I'm missing something obvious. I'm trying the following example: http://livedocs.adobe.com/flex/2/langref/mx/charts/ColumnChart.html but I'm getting the following error: 1046: Type was not found or was not a compile-time constant: ColumnChart. I thought Charting was inclu

[flexcoders] Re: Need Help for LCDS installation for web sphere 6.1!!

2009-02-09 Thread markflex2007
Hi, I found other link at http://help.adobe.com/en_US/livecycle/8.2/lcds_installation.html I confuse the step 7,I want to know how to add a separate WorkManager for my application here " 7 From the WebSphere Administrator, define a WorkManager for use by your application. From the admin, choose

[flexcoders] Re: sizing dinamically the screen

2009-02-09 Thread Amy
--- In flexcoders@yahoogroups.com, Gustavo Duenas LRS wrote: > > thanks Amy, but it seems when I try to tell the document in Js about > the new size, that > it is not doing the resize, Example is trying to do the sizing in the > document for vista and > others like > > document.width = scr

[flexcoders] DataGrid updateComplete causes lots of memory leak.

2009-02-09 Thread Manu Dhanda
Hi Guyz, I have a viewstack holding two DG's. When I double click on an item in first DG, it should switch to the second DG and select the corresponding item in that DG and scroll down to that item. If I set verticalscrollbarposition something like.. updateComplete=this.callLater(setVerticalScro

  1   2   >