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

2010-04-21 Thread Alex Harui
Simplify the test case further. Just press a button and change the image source. Then set a breakpoint in Image.as or SWFLoader.as and see what it is doing. On 4/21/10 12:20 PM, Peter Davis p...@peterdavis.info wrote: I'm trying to fix a *very* simply app. that just displays some

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

2009-07-23 Thread Alex Harui
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 Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

Re: [flexcoders] Images

2009-03-05 Thread Fotis Chatzinikos
for your first question try horizontalGap=0 property on the hbox I do not understand your second question... On Thu, Mar 5, 2009 at 4:30 PM, Darrin Kay dar...@stop-ing.com wrote: Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put

Re: [flexcoders] Images

2009-03-05 Thread Jake Churchill
the space is probably caused by the default horizontal spacing in the HBox. Take that down to 0 and it'll probably work fine. Darrin Kay wrote: Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put another image in there and have it butt

Re: [flexcoders] Images

2009-03-05 Thread Darrin Kay
Ok I was given a jpg image to use as the header, and I broke to 3 images, the left logo and right logo. Now in the original image there was a bar that connected the two to make it look like one. But I want the image to move with the size of the screen so the left and right are on the

Re: [flexcoders] Images

2009-03-05 Thread Fotis Chatzinikos
width = 100% ? On Thu, Mar 5, 2009 at 4:45 PM, Darrin Kay dar...@stop-ing.com wrote: Ok I was given a jpg image to use as the header, and I broke to 3 images, the left logo and right logo. Now in the original image there was a bar that connected the two to make it look like one. But I

Re: [flexcoders] Images

2009-03-05 Thread Darrin Kay
I tried that, and it did not stretch it out, the img is 1px wide and just puts blank space On Mar 5, 2009, at 2:47 PM, Fotis Chatzinikos wrote: width = 100% ? On Thu, Mar 5, 2009 at 4:45 PM, Darrin Kay dar...@stop-ing.com wrote: Ok I was given a jpg image to use as the header, and I

Re: [flexcoders] Images

2009-03-05 Thread Fotis Chatzinikos
To set an explicit height or width for an imported image, set its height and width properties of the Imagehttp://livedocs.macromedia.com/flex/201/langref/mx/controls/Image.htmlcontrol. Setting the height or width property prevents the parent from resizing it. The scaleContent property has a

Re: [flexcoders] images dissappearing on zoom

2008-02-26 Thread Tom Chiverton
On Tuesday 26 Feb 2008, mr.octopz wrote: Has anyone seen this problem before, or know of a solution? Cynergy Systems ImageZoomer component has the same issue. I don't know of a solution, apart from limiting the max zoom in your GUI. -- Tom Chiverton Helping to completely syndicate fine-grained

RE: [flexcoders] images dissappearing on zoom

2008-02-26 Thread Lee Evans
Can you provide any details as to how you are doing the zooming? Is it a dynamic variable zoom or a one-time one click to a preset zoom level? If you zoom to the same image size do you have the same problem? Lee From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Images and tooltips

2006-12-05 Thread Kenneth Sutherland
I have tried changing the baselinePosition, various X and Y cords, and even tried to change the mouse position to make the tooltip start higher up, but none of these things worked. There doesn't seem to be a property that I can change that will allow you to move the tooltip to start somewhere

Re: [flexcoders] images being cached w/ mx:image

2005-10-05 Thread jraben
Maybe its the flash plugin cache. Right mouse and set all to 0. On 4 Oct 2005 at 16:27, Raymond Camden wrote: I am calling a custom control that makes use of mx:image. When I update the jpg file on the file system, it isn't reflected in Flex, even after a restart. Any ideas? --

Re: [flexcoders] images being cached w/ mx:image

2005-10-05 Thread Raymond Camden
Eh? I've never heard of a flash plugin cache. It isn't in the settings. The only thing close is the local storage option, which is for shared objects I believe, not cached data. On 10/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Maybe its the flash plugin cache. Right mouse and set all to 0.

Re: [flexcoders] images being cached w/ mx:image

2005-10-05 Thread Raymond Camden
Production mode is false. I'm not @Embeding. On 10/4/05, Roger Gonzalez [EMAIL PROTECTED] wrote: I am calling a custom control that makes use of mx:image. When I update the jpg file on the file system, it isn't reflected in Flex, even after a restart. Any ideas? Make sure that - you're

RE: [flexcoders] images being cached w/ mx:image

2005-10-05 Thread Carson Hager
, 2005 7:55 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] images being cached w/ mx:image Eh? I've never heard of a flash plugin cache. It isn't in the settings. The only thing close is the local storage option, which is for shared objects I believe, not cached data. On 10/5/05, [EMAIL

RE: [flexcoders] images being cached w/ mx:image

2005-10-05 Thread Kevin Langdon
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 3:52 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] images being cached w/ mx:image Maybe its the flash plugin cache. Right mouse and set all to 0. On 4 Oct 2005 at 16:27

RE: [flexcoders] images being cached w/ mx:image

2005-10-05 Thread Roger Gonzalez
, October 05, 2005 7:57 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] images being cached w/ mx:image Production mode is false. I'm not @Embeding. On 10/4/05, Roger Gonzalez [EMAIL PROTECTED] wrote: I am calling a custom control that makes use of mx:image. When I update

Re: [flexcoders] images being cached w/ mx:image

2005-10-04 Thread JesterXL
Delete the generated folder. In Tomcat, it's: C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\flex\WEB-INF\flex\generated I'm pretty sure that's what fixed it for me. - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

RE: [flexcoders] images being cached w/ mx:image

2005-10-04 Thread Roger Gonzalez
I am calling a custom control that makes use of mx:image. When I update the jpg file on the file system, it isn't reflected in Flex, even after a restart. Any ideas? Make sure that - you're not in production mode - you're not @Embed-ing a http URL -Roger Roger Gonzalez mailto:[EMAIL

Re: [flexcoders] Images in datagrid

2005-09-20 Thread Tariq Ahmed
You need to make a cell renderer. Check out: http://www.richinternetapps.com/archives/48.html Jeremy Crane wrote: Is it possible to place an icon in a datagrid? I have a tree setup that is drag enabled so I can drag the node over to a datagrid ( sort of a favorites

RE: [flexcoders] Images in swf

2005-06-09 Thread Abdul Qabiz
Hi Nithya Are you embedding the images or loading on runtime? If you are loading on runtime, make sure Jpeg file is non-progressive one. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthikSent: Thursday, June 09, 2005 5:17 PMTo:

RE: [flexcoders] Images in swf

2005-06-09 Thread nithya karthik
haiabdul I am attaching a small code of what i tried. I compiled it to swf and tried runnign from the same folder which contains the image, then it worked well but when i tried running it from a different folder the swf did not display the image. y is that so? pls help. i need this for a

RE: [flexcoders] Images in swf

2005-06-09 Thread nithya karthik
haiabdul, sorry abdul. i forgot to attach the code. i am sending it now. pls help. ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" backgroundColor="#FF" mx:Canvas clipContent="true" backgroundColor="#FF" verticalGap="0"

RE: [flexcoders] Images in swf

2005-06-09 Thread Abdul Qabiz
@yahoogroups.comSubject: RE: [flexcoders] Images in swf haiabdul, sorry abdul. i forgot to attach the code. i am sending it now. pls help. ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" backgroundColor=

RE: [flexcoders] Images moveable and running top-most

2005-01-29 Thread Matt Chotin
. Manish From: Seth Voltz [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 5:36 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Images moveable and running top-most Good call, Matt. Thanks! I have a fair amount of the code working but I've