Flex :: Canvas - Change Scale Without Changing Size?

Mar 23, 2012

I'm developing a Zoom tool in my Flex App, so I'm using scaleX and scaleY property to simulate this behaviour.But when I scale my Canvas, its size change as well (obviously). The problem is that I have this Canvas inside another Canvas, so the first Canvas can't be smaller than the second one.Here is an image before and after apply zoom changing scale property in both axis:At the left, the original Canvas. At the right, Canvas after update its scale (red rectangle is the original size at 1:1, and green is after resize).I need to extend the Canvas to take up the red rectangle (not the green).

View 1 Replies


Similar Posts:


Flex :: Skin A Canvas With Image And Scale It To Size Of Canvas In It?

Apr 9, 2011

I'm trying to skin a canvas with an image (which is essentially a custom border for the canvas). I've been trying the backgroundImage style as well as the borderSkin style. I can't get the image to scale to the full size of the canvas though. I was wondering what the best way to go about this is.[code]...

View 2 Replies

Flex :: MouseOver And MouseOut On Changing Size Canvas

Jun 8, 2011

I am building a graphic component in MXML that has different states, each state having its own size. I have a "normal" state and a "highlighted state", the highlighted one having a higher height. On this components I implemented a function to be executed on each mouseOver and mouseOut to change from normal state to highlighted state and back. My problem is, in the highlighted mode, the mouseout event is triggered according to the size of the normal state.

[Code]...

View 1 Replies

Flex :: Dynamically Change The Size Of The Canvas?

Sep 3, 2009

If the size of canvas set in the MXML markup, some part of the components that go beyond the boundaries of canvas not displayed. If the canvas size to change dynamically(canvas.width, canvas.height), canvas boundaries are virtually absent. How to dynamically change the size of the Canvas?

View 2 Replies

ActionScript 2.0 :: Keep Size Of Button Same When Canvas Size Change On Run Time?

Nov 3, 2009

I want to reduce the size of Swf using the size mentioned in the object tag of html. Same swf file size can be different for different request.

The problem is this if we reduce the size all control in swf reduced according to the change in swf size. But we want the buttons and one more graphics remain same size for any change in size of swf file. How can we make it ..

View 1 Replies

IDE :: Scale-able Site Pages / Change Size W/ Browser Window?

Apr 13, 2005

I'm a bit of a newbie, wondering how this scaling effect is possible. See www.sagmeister.com - when you scale your browser window, the entire site interactively shrinks or enlarges to fit. How is this done with Flash MX? Is it a publishing option or an actionscript or what?

View 8 Replies

Flex - MX Canvas Maximum Size?

Mar 31, 2011

Anyone here know the maximum size of a Flex canvas or UIComponent? I know the old MovieClip class was limited to 2800x2800px.

View 1 Replies

Flex :: Changing Image Size Independent Of Scene Size?

Apr 6, 2011

I have three images and I want change the images size based on the scene size (default size is 1024x768). After each image has completely loaded I call bindableUtils.setter to set width/height when scene size changes but I don't know how to make a pointer or something like that. I'm using a public var img, but it only works with the last complete image.

Here is my code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

[code].......

View 2 Replies

Flex :: Get Height Of A Canvas Change Automatically?

Oct 31, 2009

I would like to have that the height of a canvas change automatically. When there are a lot of labels and images in my canvas, the height must increase. And when there are just a few labels in the canvas, the height must decrease.

In fact i want something like in CSS:

height: auto;

View 1 Replies

Flex :: Change Radiobutton Size And Label Size In Actionscript?

Aug 10, 2010

I am trying to change my radiobutton size and label size in pure as3...

searchRB = new RadioButton();
searchRB.name = "search";
searchRB.group = rbg;

[Code]....

View 1 Replies

Flex :: Dynamically Add Different Items To ThumbContent Canvas And Use Scroller Canvas To Scroll

Jun 5, 2009

I have the following code in my flex project.

[Code]...

I want to dynamically add different items to thumbContent canvas and use scroller canvas to scroll. I see than the height of thumbContent bigger than 7977 it truncate from scrolling. So - I see the scroller canvas with empty space on top. Then I scroll to bottom - I see the content of thumbContent and at bottom scrolling I see empty space too.

View 1 Replies

Flex :: Hide (or Remove) Label Text Without Changing The Button Size?

Dec 21, 2010

I have a button with variable-length of label text. I have a User Setting that can turn on or off the label text on this button.

How can I implement this?

NOTE: the button's background has a gradient color.

I tried using BlendMode.LAYER, no luck;

I tried using Button.resizeHandler

private function resizeHandler(event:ResizeEvent):void
{
if (event.oldWidth > this.width)

[Code]....

but it only worked if the initial UserSetting value is true.

How about embedded font? I don't know how to apply it to button

View 3 Replies

ActionScript 3.0 :: Changing Component's Size Doesnt Update Parent's Size?

Mar 1, 2010

I have following problem:

Code:
title_txt = new TextInput( );
title_txt.setSize( 100, 20 );

[code]....

View 4 Replies

ActionScript 1/2 :: Get Around The Scrollpane Canvas Size Limit?

Oct 27, 2010

Just wondering if theres anyway to override/cheat the scrollpane size limit of roughly 2000+px?
 
I'm making a site for my friend and she getting pedantic about each set of photos fitting into one horizontal scroll window, only problem, each set of photos has 20 + images in them.
 
I read somewhere that its poss to use actionscript to arrange a bogus the starting x point on the main canvas, but surely this would only wok if you're scrolling from right to left?
 
Another thought I had is to embed a button at the end of the canvas size limit which the user clicks on to load the next part othe series, but this would feel clunky and like a compromise + when I've tried linking the swf of this menu into the main movie the button doesn't work.
 
My friend has been insistent on a scroller rather than dynamically loading images (which can be slow too).

View 4 Replies

Professional :: Export Bigger Than Canvas Size?

Oct 3, 2011

I recently contributed a soundtrack to a flash movie. The canvas size of the document was 550x400px, and we tried to export it in near-HD format to various formats. This resulted in either no video (DivX/Xvid export) or in a real bad quality so that even a screen capture would produce much better results. My question is: can it be related to that the canvas needs to have at least the size of the desired export? The person creating the movie assumed/stated it would easily resize on export since it is vector material / high res images, but the results are rather ugly

View 9 Replies

ActionScript 2.0 :: Changing Stage Size To Match Photo Size?

Mar 30, 2010

I'm working on a slideshow where I'm calling in photos from an xml file. How do I tell AS to resize the stage according to photo dimensions? Would I need to list the dimensions in the xml file? If so, how would I pull that into the fla file with AS?

View 6 Replies

ActionScript 3.0 :: Increase Size Without Changing Stroke Size

Feb 11, 2010

I have a MovieClip that is just a 100x100 circle with a stroke but no fill. When I change this to 200x200 using as3 the stroke size doubles. How can I increase the diameter of the circle without changing the stroke size?

View 7 Replies

Flex :: Change Size Of An HBox In Flex To Fit It's Container?

Jul 28, 2010

I create an HBox, fill it with a grid of buttons, and set the scroll policy. When I resize the window, the stage changes size, and so does the HBox ... to a point. Once it reaches the height of the Grid it contains, it stops shrinking, like it has a "min-height". This ruins the scrollbar that I'm trying to establish in this case.

I've set the height to 100%, shouldn't it always take the height of the stage, it's parent?[code]....

View 2 Replies

Flex :: Change The Scroll Size?

Aug 25, 2009

I have a flex tree control bound to an xml data from the database. I have item renderers for the tree items. My concern is, when my tree item size is huge, if I scroll using the mouse, it scrolls in 4-5 items at a time. I need it to scroll item by item. When it scrolls 4-5 items at a time, there seems to be a rendering issue as I have overriden lot of properties of treeitemrenderer and also the custom control i have put into the item renderer

Is there any way I can change the scroll size?

View 1 Replies

Flex :: Change Size Of Checkbox?

Dec 9, 2009

In Flex, is there an easy way to change the size of a Checkbox? I want to make the checkbox bigger, but the label beside it the same font size

View 2 Replies

Flex :: Change Font Size In App?

Oct 7, 2010

How can i change font size in all flex application?

View 3 Replies

Shrink Canvas Size Of Flash Movie Including Elements?

Aug 14, 2009

I have Flash 8.  I created a Flash movie a number of years ago, probably in an early version of Flash.  I use it on my website.  I want to redesign my site and make the movie smaller from the standpoint of making the canvas/stage size smaller.  I don't mean just compressing the flash movie to a smaller swf.  Is there some quick way to do this without having to recreate the movie and put in smaller elements?

View 3 Replies

Javascript :: Show Flash Using Original Canvas Size Dimensions?

Sep 2, 2010

I have a generalized media player web app that I wish to be able to use flash in. The client uploads the flash to a particular directory, and a webpage is produced automatically that houses that flash file. The output of this process currently looks something like this:

<OBJECT id="flashContent" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<PARAM value="always" name="allowScriptAccess" />
<PARAM value="#FFFFFF" name="bgcolor" />

[Code]......

I am trying to get the flash to display using the original canvas size (540 x 400 by default) but every time I load this in chrome I get 300 x 150 and in IE the box is square.

how to get it to render using the flash canvas size?

View 2 Replies

Flex :: Changing States Sometimes Fail To Change Display?

Jul 6, 2011

I have a flex3 web application that displays some data from the server on the same page by using the states class.

The MXML code part is this:

<mx:states>
<mx:State name="Chart">
<mx:AddChild position="lastChild">

[Code]....

View 1 Replies

Flex :: How To Change TabBar Height Size

Aug 31, 2011

How to change the tabBar height size? Is it possible to apply for all my views.

View 2 Replies

ActionScript 3.0 :: Canvas Size Limit 2880 But Image Width 5000

Aug 20, 2010

My artist drew a beautiful island but it's 5000 in width. We scroll it as it's for a Virtual World. - it's in layers and we scroll the different layers at different speeds. Flash documentation states that the limit is 2880 BUT it does work in the player i.e.: you can see the full island but it does run a little slow.

Should I
a. Create a smaller island of 2880 which is a shame as I would have to get rid of a lot of good stuff
b. Split it into two images and dynamically connect them with code.

Also, I have different layers scrolling at different speeds which would make things more difficult to look natural.

View 13 Replies

Actionscript :: Flex - Change The Application Windows Size?

Jan 6, 2010

I am embedding the swf into a c# winform, now what I want to do is when I click a button inside the swf, the swf's size is changed. I have tried to use the stage class but failed, the system said the width/height property is not implemented:

protected function button1_clickHandler(event:MouseEvent):void
{
stage.width = 100;

[code].....

View 1 Replies

Flex :: Change Font Size In Datagrid Dynamically?

Oct 22, 2010

how do i change the datagrid's font size on the click of a button. size will be an input from a text box.

View 1 Replies

Changing Color With Sliding Scale?

Mar 2, 2010

I am looking for a way to create a sliding scale, not unlike a horizontal scrollbar that changes the background colour of a page as it moves left or right. Whats the best graphics software for this?

View 1 Replies

Flash :: Changing Y-scale Of A Movieclip?

May 5, 2011

I'm trying to change the y-scale or x-scale of a movieclip. I've tried a few tutorials but they're always talking about "elem._yscale".. However it's no longer supported by AS5.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved