[flexcoders] Re: Images not getting reloaded when source changes?

2010-04-22 Thread cuttenv
you should have your source as a bindable variable then you can just change that variable when you need to and the source of the image should change. I didn't look that closesly at the code... but it also looks like you are trying to load the same source into the image? If the image already has

[flexcoders] Re: Images not getting reloaded when source changes?

2010-04-22 Thread PFD Studio
Thanks! --- In flexcoders@yahoogroups.com, cuttenv cutt...@... wrote: you should have your source as a bindable variable then you can just change that variable when you need to and the source of the image should change. Good point, but it still should work the way I have it, I think.

[flexcoders] Re: images inside text htmltext as in IM application

2009-07-24 Thread guy.tomer
Thanks, we'll wait with this feature. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: In my experience, it doesn't always work right. If you're not shipping soon, get Flex 4 beta and try using the TLF functionality Alex Harui Flex SDK Developer Adobe Systems

[flexcoders] Re: Images

2009-03-05 Thread ppongtong
Try using style... mx:Style .testImage { background-image: Embed(assets/images/testBg.png); background-size: 100%; } /mx:Style mx:HBox width=100%

[flexcoders] Re: Images

2009-03-05 Thread app.developer
You have the three images you mentioned earlier, let's name them imgLogoLeft, imgCenter, imgLogoRight. Take an HBox, (imagine a table in HTML that has 3 columns) placing the imgLogoLeft first, a Spacer to push the logo images apart from one another, and imgLogoRight. With each logo image, you

[flexcoders] Re: images not appearing in AIR app

2008-10-01 Thread arieljake
I too had this start happening just recently (days). Exactly the same issue. Had to resort to embedding my assets. I believe there was a recent AIR update. Could it be connected? How do we start to test that hypothesis? --- In flexcoders@yahoogroups.com, Andrew Wetmore [EMAIL PROTECTED] wrote:

[flexcoders] Re: Images In MenuBar

2008-04-25 Thread valdhor
Use iconField: mx:MenuBar id=myMenuBar labelField=@label iconField=@icon mx:XMLList menuitem label=MenuItem A icon=myIcon/ menuitem label=MenuItem B/ menuitem label=MenuItem D /menuitem /mx:XMLList /mx:MenuBar --- In flexcoders@yahoogroups.com, Parkash [EMAIL PROTECTED] wrote:

[flexcoders] Re: Images in Rich Text Control

2008-03-06 Thread Amy
--- In flexcoders@yahoogroups.com, phil swenson [EMAIL PROTECTED] wrote: I entered a feature request for image support in the Flex Rich Text Control. Unfortunately they marked it deferred, so I guess they decided it's not worth doing for Flex 4 :( If you agree with me that this feature is

Re: [flexcoders] Re: Images in Rich Text Control

2008-03-06 Thread Max Frigge
stupid reasons (one of them probably money ;-) they just don't do it. Arrrgg - Original Message From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 7, 2008 3:35:28 PM Subject: [flexcoders] Re: Images in Rich Text Control --- In [EMAIL

[flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread mr.octopz
Hi Lee The zoom tool in our app is similar to the zoom tool in photoshop. You can click on the image to zoom incrementaly or you can marquee zoom. The image jumps to the new zoom level it does not animate. I can reproduce this problem in a very simple flex app. I can post the code if it is

Re: [flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread Daniel Freiman
The flash player has a maximum value for placement (x/y coordinates) of DisplayObjects of +/-8191. I think I've seen that there's a similar limitation to the size of a DisplayObject but I can't find it right now. If these limitations are exceeded, the DisplayObject will simply disappear. That's

[flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread mr.octopz
Thanks thats helpful. I'm still cunfused though because if I wrap the image in a swf before I load it into the app I don't see the problem, but if I load the image directly I do. Paul

Re: [flexcoders] Re: images dissappearing on zoom

2008-02-26 Thread Daniel Freiman
That is confusing. I'll look into it after work if I have time. - Dan Frieman On Tue, Feb 26, 2008 at 1:13 PM, mr.octopz [EMAIL PROTECTED] wrote: Thanks thats helpful. I'm still cunfused though because if I wrap the image in a swf before I load it into the app I don't see the problem, but

[flexcoders] Re: Images show in FireFox but NOT IE using @Embed

2007-05-03 Thread tjcox1969
Forget it! I just got a new laptop and had not changed my IE settings to always check for new pages so it was caching an older page. Thanks. --- In flexcoders@yahoogroups.com, tjcox1969 [EMAIL PROTECTED] wrote: I am trying to understand why some of my images show up fine in FireFox but when

[flexcoders] Re: images, etc. off-screen

2006-11-28 Thread Paul Hastings
On 11/28/06, Paul Hastings [EMAIL PROTECTED] wrote: i need to burn a PDF from some stuff (images their vector children) that's represented on-screen. using andrew trice's nifty bitmap capture technique, works fine. but in some instances i need to re-do/rescale some of the images, etc. which