Flex :: Pop Up Panel By Clicking On GWT(or GXT) Component?

Oct 6, 2010

I have a web-application whose UI is implemented in GXT (ext GWT).Now I want to switch to Flex but as the application is so large that I cannot afford to start migrating the whole application at once.So I have decided to migrate slowly. So what I want is to bring up a Flex panel on the click of a GXT's button.Basically the idea is how to make Flex components listen to the events generated by GXT's component.

View 1 Replies


Similar Posts:


Flex :: Actionscript - Remove Login Panel Upon Clicking On Screen In Flex?

Sep 19, 2011

i am using following code to popup a login panel whenever i click on some specific button.
the problem is the login panel sticks it should be non visible again if i click somewhere else on screen. Anyone got ideas how to do that.

[CODE]....

View 3 Replies

Flex :: Add A Image To Header Of Flex Panel Component

Jul 24, 2009

I want to replace the default title of the header with my image in Flex Panel.

View 2 Replies

Flex :: 4 Spark Component Panel - Hide Title Bar

Aug 18, 2011

Flex 4 Spark component Panel - Hide Title Bar I have used Spark panel to display the object inside a container. The panel and the inside elements are created dynamically. (using ActionScript). I need to remove the title bar of the panel in actionscript. When i tried to remove that, i am unable to hide the same. Tried below ways.

[Code]...

View 2 Replies

Flex :: Extending Panel : Calculating Title's Width In Custom Component?

May 28, 2011

I'm extending the Flex 3 panel component. I need to figure out the width of the title's text. Because, title is a private variable in panel, I can't access it via title.width.I know the font, fontsize (14), and length of the title (which will vary). Knowing this info is there a way to calculate how many pixels wide the title is?

View 1 Replies

Find The Component In The Flash Component Panel?

May 3, 2009

i've downloaded the text layout component from adobe site and i install it with extension manager but i didn't find the component in the flash component panel

View 5 Replies

Flex :: Components - Components - Any Component With The Functionality Such As Horizontally Collapsible Window Or Panel

Aug 22, 2010

Do you know any flex component with the functionality such as horizontally collapsible window or panel I found arc90, but it folds vertically.

View 1 Replies

Flex :: Set Visible="true" Attribute To The Panel From Other Component?

Dec 14, 2009

My code is :

< mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:rest="com.sourcestream.flex.http."
xmlns:custom="Components." initialize="loadProduct()"

[Code]....

View 1 Replies

Flex :: Maximizing Panel - Make The Map Within Panel Growing Synchronizely?

Mar 6, 2010

I have a map in a panel.When maximizing the panel,the map remain the smaller size.How to make the map growing synchronizely with the Panel? When maximizing the Panel,I added Resize Effects.How to apply Resize effects on the Map when the extent of the map changing? It seems to me that I should dispatch extentChange event when maximizing the panel.

View 1 Replies

Flex :: Controls In Spark Panel Still Show When Outside Of Panel Size?

Mar 24, 2011

I discovered this while doing some programmatic panel resizing:Components in a spark Panel will still be visible when their location is outside the physical Panel boundaries. This does not happen with the mx Panel.unning Flex 4.1 on Windows 7I tried putting mx and spark controls in the spark Panel, and they both appear outside of the boundaries. Note this doesn't happen with the mx Panel. What am I missing to make the spark behave like the mxSample Code:

<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[code].....

View 1 Replies

Flex :: 4 - Add Component To Title Bar Of Spark Panel Or Spark TitleWindow

Feb 7, 2011

I'm looking to add a couple of buttons to the title bar of a Spark Panel or Spark TitleWindow. Is this possible to do without making the panel from scratch?

View 1 Replies

Flex :: Popup - Dock A Normal Panel To A Pop Up Panel?

Nov 14, 2009

I want to create a panel docking to a pop up panel in my flex app, like Winamp's playlist window can dock to main window. but I didn't find any useful on docking in flex

I've traced the PopUpManager, but I didn't find any available interfaces or events about popup window's moving, I think it's design shouldn't be so bad.

View 2 Replies

ActionScript 2.0 :: Path For Mc In Component In Currently Opened .fla For A .swf Panel

Aug 21, 2004

some may know im building a hell-of-a-component. which basically types text. i figured out how to get a movieclip to act as a cursor. but now that my list of options/attributes/settings or whatever you want to call them are so huge, i decided i really had to make a custom UI. now ive done most of it now (hence the array.sort() question earlier - thanks sen! ) but i want to be able to preview what the current cursor is (if they choose to use a movieclip!).

the path of the movieclip to be used as a cursor is, from within the component is: Typr.cursorMC i tried using xch.Typr.cursorMC but that didnt work and ive no idea how i could link in with a currently open flash document. or if its even possible.

View 1 Replies

Professional :: CS5 Component Inspector Panel - Slow Performance

Aug 31, 2010

I'm curious when Adobe are going to repair the performance issues inside component inspector panel in CS5? Scrolling through the properties of some components is ridiculously slow, 486 like slow...

View 2 Replies

Flash :: AddElement To TopGroup Of A Spark Panel Component Skin?

Apr 16, 2011

How do I addElement() to the topGroup of a Spark Panel component skin?For instance, if I create a custom UIComponent, then create an associative skin that uses the Spark Panel as a default, how do I add elements to the topGroup from within the skin?

View 1 Replies

ActionScript 2.0 :: AS 2 Deactivate OnMouseDown When Clicking On Scrollpane Component

May 25, 2011

I have a CS3 scrollpane component with a movieclip loaded into it that the user can scroll up and down and side to side. In the movieclip I have a PNG and a drawing function that essentially lets the user drag and draw a yellow highlight box on the PNG. So onMouseDown the drawing function starts, onMouseMove the box size is set based on where the user puts the cursor and onMouseUp the box is actually drawn.

My problem is that if the user clicks on the scroll pane dragger bars (for lack of a better term) it draws a box where they clicked and dragged the scroll bar. how I could disable the onMouseDown if the user is interacting with the scrollpane?

I have tried setting X&Y conditions, but if they only work if the user is at the bottom right corner of the image. I also tried making an invisible button that would change a variable on rollOver and rollOut but that messed up my scrollpane somehow.

here is my drawing code if that helps at all:

PHP Code:

//
var myClipNames:Array = ["mc0", "mc1", "mc2", "mc3", "mc4", "mc5", "mc6", "mc10", "mc11", "mc12", "mc13", "mc14", "mc15"];
var i = 0;

[Code].....

View 1 Replies

ActionScript 3.0 :: Playing External FLV On Clicking Video Component?

Oct 20, 2008

I have a button on stage names voices. When it is click the video component should play voices.flv.

Here is my code.
import fl.video.FLVPlayback;
import flash.events.MouseEvent;
voices.buttonMode = true;
voices.addEventListener(MouseEvent.CLICK, video);
function video(event:MouseEvent):void {
flvplayback.source = this.event.target + ".flv";
}

I get this when I click on the button:
Error #1010: A term is undefined and has no properties.

View 1 Replies

ActionScript 3.0 :: Component - Scroll Panel Get Stuck While Loading And Doesn't Display The Full Size Image

Sep 10, 2008

I made a flash website with photo galleries using a component that I bought online. The component is loading the image in a thumbnail scroll bar via a XML file and the full size image display in a UILoader. So far nothing special. But when I reach a certain amount of pictures in the gallery, the scroll panel get stuck while loading and doesn't display the full size image. Then the thumbnails don't react at all.

[Code]...

View 4 Replies

Flex :: 4 - Null-component - Checking If The Cancel Button Component In The Child Component?

Jun 23, 2011

I have a component "child" which has a cancel button. Now this component is placed in a state called "newChildComp" I also have another component called "parent". In the parent component, i have a button that dispatches an event. Here is the event code:

[Code].....

so, basically,i am checking to see if the cancel button component in the Child component, while i am still in the parent Compoent, was clicked, if it was clicked, call the cancelButtonHandler. The problem is by the time the addNewChild handles the event, that cancel button was still null. My question is how do i solve this without using the itemCreationPolicy on the cancel button?

View 1 Replies

Professional :: Workspace / Panel - Error: The Following Panel Layout Is Missing Or Could Not Be Read...

Dec 7, 2011

I just downloaded Flash CS5 for mac which installed without any errors. However, when I first launched the software I am getting the following error: The following panel layout is missing or could not be read: /users/rob/Library/Application Support/Adobe/Flash CS5.5/en_US/Configuration/Workspace/Essentials.xml The application will not have a correct layout. load one from Windows ->Workspace Once past this message none of the panels load.

View 3 Replies

ActionScript 3.0 :: Get The Output Panel In Flash Or The Console Panel?

Jun 26, 2009

Does anyone knows of a way to get the output panel in flash or the console panel in flex builder or flash builder, to format the "traces" with html or any thing else? for example:

trace( <b>brett</b> ); and to get that to appear in bold in the console window or the output window?

View 0 Replies

Flex :: Swatch Panel Size In Color Picker Flex?

Apr 28, 2011

Is there any way to change the size of swatch panel in color picker control?? I tried thiscolorPicker {

swatchHeight: 21;
swatchWidth: 24;
}

but this is not working

View 1 Replies

ActionScript 3.0 :: Clicking A Custom Image Component With Embedded Image?

Nov 22, 2010

I have created a component that I want to add to all of my panels that allows It works reasonably well.The last (hopefully) issue that I have is that I want to embed the image in the class. Doing this causes the click event not to fire.If I us"this.source='assets/info.png'" everything works OK. If however, I embed the image as shown below, the image displays, but is not clickable.

public class HelpIcon extends Image{
[
[

[code]....

View 1 Replies

Actionscript 3 :: Change The Color Of One Shape By Clicking On Clicking Another Object Of Sprite?

Aug 30, 2011

I have drawn intersecting lines. The user can click on a region inside the angle formed by the two lines.When the user clicks inside the area, the small region formed by the arc between the two lines showing the angle should change. How can I do that.the region between the intersecting lines is sprite object to dispatch event listener, but the arc is shape object.

View 1 Replies

Flex :: Gui - Panel Not Being Updated?

Dec 29, 2009

I am drawing a cellular automaton simulation on a Flex Canvas. I alternate computing the state of the automaton with updating the graphics on the Panel. However, the updating of the Panel does not seem to be "keeping up" with the update of the CA state.

I'm wondering whether I am doing something wrong with my handling of the graphics code. The code is below. Sorry it's so lengthy, but I don't think the problem will happen with anything simpler (well, it probably will, but I'm not certain I want to take the time to find it).

[Code]...

View 1 Replies

Flex :: Add Controls To The Title Bar Of A Panel?

Jul 8, 2010

I'm trying to implement a collapsible TitleWindow popup by adding a handle to the top right corner of a Panel control. Unfortunately, the image that I add as the handle doesn't show up when the control is drawn. I can trigger a redraw by changing the source of the image, so apparently it's there, but it's somehow hidden. Is there a way to make this Image control visible to the user?Here's the code for the window:

package
{
import mx.containers.Panel;

[code]......

View 2 Replies

Flex :: Customize Accordion And Panel Look?

Sep 17, 2010

I want to increase the (height) size and change the color of a spark accordion header, similarly I want to change the color of a spark panel header. Can I do this through mxml properties and css or will I need to use a custom skin?

View 1 Replies

Flex :: How To Make Panel Draggable

Jan 17, 2011

I give my users the ability to create items. The Create item dialogs such as:

<s:Panel id="postitNoteCreatePanel"
horizontalCenter="0" verticalCenter="0"
...

How can I make panel draggable so that users can move it around the page so it doesn't block other items

View 5 Replies

Flex :: Center The Titleicon In A 3 Panel?

May 27, 2011

How can I center the titleicon in a Flex 3 panel? The title is centered but the titleicon is way on the left side of the panel.

<mx:Panel
title="{myTitle}"
textAlign="center"
titleStyleName="panelTitle"

[code]...

View 1 Replies

Flex :: Removing Border Of A Panel?

Sep 6, 2011

Is there a way to remove the left+right+bottom border of a mx:Panel?

basically I want to have the right UI instead of the left one ( check the screenshot )

I know that the default spark Panel is able to do so, but I just need to use Flex 3.

Here is what I tried already :

padding (seems only changing the children)
borderStyle = none is removing the color of the header

View 1 Replies







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