Flex :: Give MS Word Like Interface To User To Expand Or Contract Display Object's Like Canvas, Images

Dec 9, 2009

How to give a ms word like interface to a user so that he can enlarge and contract the display objects like Images, canvas, Hrules etc. at runtime in an web application?

View 1 Replies


Similar Posts:


User Interface - Flex Give Yes/No Box For Checkbox Deselect?

Nov 21, 2011

I want to show the user a confirmation box when they deselect a checkbox. My code works although I think it is a bit of a hack. I listen to the checkbox click and then show the alert. Depending on the result I then set the checkbox to be checked again.

My code is

<?xml version="1.0"?>
<s:NavigatorContent xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" >
<fx:Script><![CDATA[

[code]....

the code is specific to cb1 and cannot be reused for other checkboxes the checkbox is deselected when the alert shows. Then when the user clicks no the checkbox is selected again. stop the uncheck event if the user clicks no on the alert box. Is it possible to intercept this in Flex?

View 1 Replies

Flex :: User Interface - Spark Datagrid And Word Wrapping

Nov 18, 2011

I would like to have a spark datagrid that wordwraps all rows where relevant. At the moment it appears like the width of a cell is dependent on the contents of the first row and then subsequent rows are word wrapped. For example:

[Code].....

How can I get the datagrid to dynamically resize to 100% of the container width and for wordwrapping to happen on all rows? (not just rows after row 1)

View 1 Replies

ActionScript 2.0 :: Expand/contract On Button Actions?

Jul 9, 2009

i'm creating a flash map with various buttons located in different regions. when the user mouses over the button, i need a little information balloon to expand with various info in it. i have this set up with a movie clip for buttons that play on mouseOver, and stop at the fully expanded frame.the problem i'm having is trying to figure out the best way to deal with a user then mousing over a different button. i need this mouseOver action to trigger the closing frames of the first movie clip, and then the opening of the new button's MC.

View 1 Replies

Actionscript 3.0 :: Get Tab Graphic To Expand/contract On Click?

Nov 2, 2011

I am creating a swf file for Captivate and am having trouble with my actionscripting. I want it to simply open and close when clicked, depending on what state it is in. I was able to get it to open/close a few times before it locked itself in an open state.

View 2 Replies

ActionScript 3.0 :: Display Images From The Images Server As Long As The User Is Plugged Into The Domain

Jan 22, 2009

I have a flash file sitting inside of a web page in our company domain. There is another server (used to store images) that is part of the domain but is not running any web services (for security reasons). A folder on the images server is however shared in such a way that any site on the web server can display images from the images server as long as the user is plugged into the domain. For example, both I and my boss can pull up a web site on the web server and see all the information, but only he can see the images
because I have Vista Basic and no domain support. This is done via "<img src='\serverNamedirectory.'/>"

That's ok, but on this particular instance I don't want to display the image on the webpage, I want it in a SWF on the page. However the SWF can't seem to load the images even though the page it's sitting in could. I've tried tons of variations of URLRequests and Loaders, most resulting in security errors. Since most of the online discussions about these errors revolve around cross-domain access, I can't seem to find any tech support for our specific situation.

View 2 Replies

Flex :: Display A Symbol From The .SWF File On Canvas?

May 21, 2010

how i can display a symbol from the .swf on canvas.. i have exproted the .fla file from the flash CS3 as .swf file...

View 1 Replies

User Interface - What Does A Web Designer Need To Migrate To Flex Quickly

Mar 12, 2011

What does a web designer need to migrate to Flex quickly? A: tell me how I can get good fast B: tell me why it would be unrealistic to learn Flex quickly I want here both sides of it.

TELL ME WHAT I NEED
- Projects I need to complete in Flex
- Tutorials
- Key concepts
- Other technologies in a nutshell (webservices, SOAP, AJAX, HTML5 etc.)

[code].....

This Flex reference should include everything needed for beginning Adobe Flash Builder 4

View 1 Replies

Flex :: User Interface - Change A PopupButton Into A Regular Button?

Aug 20, 2009

I have a PopUpButton that only contains 2 actions. Both actions are complete opposites of each other and switches a boolean property on an object from true to false or false to true. To avoid redundancy, I've only displaying one action at a time. So, if the property is true, the action to change it to true is not shown.

If my PopUp menu has a single option, I would like to remove the menu from being shown and basically revert the PopUpButton to act and look like a regular button. So far, I haven't really found a good way to do that in ActionScript without adding, removing or modifying styles for the button.

Is there a nice way to simply tell the button to hide the PopUp toggle? PS: In my specific example, YES it might be easier if I just used a toggle button. However, I want to reuse this button when dealing with an Array of objects. If I have more than one, the property could be true and false at the same time. In that case, I want to show the menu so they can choose what option to set all the object's properties to.

View 1 Replies

Flex :: Open Source Phpmyadmin Flash User Interface?

Jan 30, 2010

is out there any Open Source phpmyadmin flash user intrface?

View 1 Replies

Flex :: User Interface - Accessing Child Through Navigating The Hierarchy?

May 24, 2011

I have a generic function to build rows of controls (each row comprising of sliders, radio buttons, reset buttons, text display) etc, and some functionality to change underlying data based on these

As I didn't want to write specific code for each row, I had code written by which I can detect the row on which there has been a mouseevent, and though the row access each individual control

[Code]...

View 2 Replies

Flex :: User Interface - Title Window Goes Out Of Accessible Area?

Jul 2, 2011

I have a strange issue- I use a title window to create a message to the user. The user has the ability to move the title window around the screen so that the main screen is visible.However if the user were to move the title window way too much, it can actually go outside the browser accessible area- the user has no option but to close the browser and start again. How do we ensure that the title window movement is limited, such that the title bar is always available for control?

I might not have worded this right- pls check the attached image.

View 2 Replies

Flex :: Put Images On A Canvas And Have Them Be Moved Around By The Mouse?

Jan 11, 2010

I want to dynamically create and put some Image (mx.controls.Image) objects on a Canvas and I want them then to be able to be repositioned by the user via the mouse. Can this be done? Note, I am not looking for drag and drop. I just want to change the X and Y coordinates of Images with the mouse.

View 3 Replies

Flex :: Placing Images Into A Collage Canvas?

Apr 28, 2010

I've got an array of different sized images. I want to place these images on a canvas in a sort of automated collage.

All my images have heights divisible by 36 pixels and widths divisible by 9 pixels. They have mouseDown functions that allow you to drag and drop. When dropped the image goes to the closest x point divisible by 9 and y point divisble by 36. There is a grid drawn on top of the canvas.

I've sorted the array of images based on height, then based on their widths.

imagesArray.sortOn("height", Array.NUMERIC | Array.DESCENDING);
imagesArray.sortOn("width", Array.NUMERIC | Array.DESCENDING);

I'd like to take the largest image ( imageArray[0] ) to put in corner x,y = 0,0. Then randomize the rest of the images and fit them into the collage canvas.

View 3 Replies

Flex :: Give A Depth To An Object Created From Graphics?

Apr 18, 2011

I am drawing some lines in my program using

graphics.lineTo(xx, yy);

The program has a background image over which these lines are drawn.The problem which I am facing is that the image overshadows the lines and the lines are not visible to the user.Since these lines do not have an id, I am not sure as to how I can assign a depth to them?

View 2 Replies

Flex :: Line Weight In Canvas Object Changes During ScaleX Animation?

Jul 13, 2011

I am currently working with a Canvas object on which I am drawing curves using the curveTo() function of the canvas' corresponding Graphics object.The following animation is being performed on the Canvas object's scaleX attribute.<mx:AnimateProperty property="scaleX" fromValue="1" toValue=".5" duration="1000" />At present, this transformation is also scaling the line weight down by some arbitrary value. Is there any way to perform a scaleX transformation on the Canvas without it modifying the line weight of the lines drawn in the canvas?

View 1 Replies

Flex :: Interface - Getting Value Of The Object Attribute

Dec 1, 2009

i have an xml which contains 'interface' sub tag, iam converting xml to object using SampleXmlDecoder. compiler did not allow me to access the value of the 'inteface' attrible of the resultobject.

[Code]....

its treating interface as keyword. the solution for this.

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 :: Create Interface Object In Mxml?

Sep 7, 2010

Let's say I have an interface

public interface IFoo {
...
}

[Code]....

and have it be instantiated at runtime by a factory.

However, the compiler won't let me do this-- it's trying to do "new IFoo" in the generated ActionScript.

How to get around this? How can I use an interface and a factory purely in MXML?

View 3 Replies

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

Expand Images On Rollover?

Jul 24, 2010

I have been searching online to figure out a way to expand images on rollover EXACTLY as is show on this site (skip intro to see what i mean)does this involve AS or just simple tweening.

View 8 Replies

ActionScript 3.0 :: Images Expand On Mouseover?

Feb 13, 2009

Each scene has previous and next scene buttons.In each scene there is a row of 3 pics 100x75 in the lower left quadrant of the page, I would like them to expand to 500x225 in the center of the page when the user mouses over the thumbnail then shrink back when mousever event is done. point me in the right direction. I would like it to grow (tween) to the new size but and alpha fade would work as well.

View 0 Replies

Flex :: Pass Data Retrieved From A Remote Object Service To A Modules Interface?

Jun 9, 2010

I found at this Adobe tutorial a nice "RemoteService" class that creates a RemoteObject and contains the functions for handling the result and fault events. If I wanted to use this approach, how could I pass the data from the result handler to interfaces that modules from the main application could use?

I could put the RemoteService/RemoteObject in the modules, but (in my opinion- and I could be wrong) the best design seems to be using the remote calls in the main app and passing the data along to the modules.

View 1 Replies

ActionScript 3.0 :: Give User The Option To Skip A Mc/frame?

Sep 21, 2009

I am building a short "introduciton" movie that an orthodontist will show prospective patients. It has 32 pages (frames) each is it's own mc. I have a btn that the user can click and go to a screen that will allow them to choose to dispay or omit 6 of the pages (becasue they may not pertain to their practice). I have no clue how to do this since I am a graphic artist and a novice to Flash. I've watched as many tutorial movies as my brain can handle, and it's about to burst! From what I've read, I think I need to use Flash cookies (local), so that the choices will be remembered.

View 5 Replies

ActionScript 3.0 :: Give User Input In Flsh Animation?

May 22, 2011

create animation of dc motors whose parameters can be controlled by user input means current,voltage and speed of the rotor...how con i do it..and can i make these type of animation in flash professional CS5?

View 1 Replies

Professional :: Build A Flash Object To Display Images From A Catalog?

Sep 14, 2010

I apologize in advance -- I am new to Flash. I am triyng to build a Flash object to display images from a catalog. I would like to build something like this. I really just need some advice/direction to get started.Once I know the basics/techniques to be used, I can go from there. Is this some thing that can be done solely in Flash or will I need to use some combination of Flash & Javascript. Right now, I am thinking I can use the loader class to achieve something like this.

View 1 Replies

ActionScript 3.0 :: CSS Editor - Read The Code And Then Give The User One Simple UI?

Aug 2, 2009

how the editors work. Which will be the best way to read the code and then give the user one simple UI? I am thinking of using charCodeAt(num) == "{"? But would it be possible for me to read the code? give me example of how editors 'read' the data or point me some issues that i can look through.

View 2 Replies

ActionScript 3.0 :: Papervision3D - Expand One Face Of The Cube Which Is Clicked To Expand To Fit In The Screen?

Mar 2, 2010

i have been using AS2.0 for quite a long time. And i started using papervision3D too.I am using tutorial made by Lee Brimelow's cube tutorial. but i want different results. So long i am able to move the cube in one direction and that is my requirement. But in his tutorial he as link to urls. what i want is to expand one face of the cube which is clicked to expand to fit in the screen.(i am also using fullscreen and stage resize).

View 1 Replies

ActionScript 2.0 :: Sharedobject - Give The User A Option To Save That Layout/arangment?

Oct 29, 2005

i want to create a custumaizable interface that utalises the shared object code.for an over viewi am going to have a series of movieclips that contain navagation elements , that when draged into the order they want will give the user a option to save that layout/arangment .. so everytime they log in its the same ..

View 10 Replies

ActionScript 3.0 :: Any Good User Interface Libraries

Aug 2, 2011

Do you know any good User Interface libraries for ActionScript? And I'm not interested in Flex: it's big and you can't customize anything at it except for colors and fonts which I don't care about.I am looking for a decent UI library which is good for game development: custom shaped buttons, stuff like that. More customization that Flex ever had that is.

View 7 Replies







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