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
Similar Posts:
Aug 29, 2011
I was looking around and I found this website. How did they do the flash on the accordion panel? So that part of the panel jumps to the other side (without the wiggle) and then the active panel shifts over to the right? [URL].
View 2 Replies
Aug 27, 2011
A scene with many dynamic text and several graphic. Example :
ActionScript Code:
some dynamic texts
hostname.text_ep0.text = "response from AMFPHP";
hostname.text_ep1.text = "response from AMFPHP";
hostname.text_ep2.text = "response from AMFPHP";
my_percentage_bar_ep0._width = "response from AMFPHP";
my_percentage_bar_ep1._width = "response from AMFPHP";
my_percentage_bar_ep2._width = "response from AMFPHP";
But what I want to do now its to associate each label textfield (hostname.text_ep2.text) and let's call them dynamic graphic (my_percentage_bar) to a panel of an accordion component. I drag an accordion on the scene and I want each panel to contain 1 dynamic text and 1 dynamic graphic.
ActionScript Code:
my_acc.createChild(View, "panel_ep0", {label: "Stats from node 0"});
my_acc.createChild(View, "panel_ep1", {label: "Stats from node 1"});
my_acc.createChild(View, "panel_ep2", {label: "Stats from node 2"});
[Code] .....
I dunno wanna put everything in a movieclip and then load the movieclip in the accordion panel
View 1 Replies
Sep 4, 2008
I've been using Jumpeye Accordion Panel V3 at some projects and this time a client asked me to make one where he will add a list of projects and as time goes on he will add pictures for all or most of them. So, I need to know if there's a way (in the component itself or with a code snippet) to make the panel open only the titles that have a corresponding image entered in the external .xml file. Those that have no image shouldn't be clickable and shouldn't open a blank gap. Tried using a transparent 1x1 gif but it looks real bad as it opens a lot more than 1 pixel height
View 1 Replies
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
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
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
Jul 10, 2009
I have an accordion component on my stage and I really do not even know where to start to do .I found this code on the Adobe help pages and it causes the movement of the accordion to bounce... which is great... but my problem is populating the accordion with the data.
Quote:
import mx.core.View;
import mx.transitions.easing.*;
top_acc.createChild(View, "first", {label:"FIRST", icon: vt[i]});[code]........
My accordion is called "top_acc".I have three(3) labels... (FIRST,SECOND, and THIRD) Within there i would like arrays to be displayed for the select label.My arrays are defined and when i trace them i get exactly what i am looking for... the format of the code to add an array to my accordion...then upon selecting the item in the array displayed i would to be able to display that same array value in a text box called "my_selection" ....also the amount of items in the array are not static and change day to day..
View 2 Replies
Mar 6, 2007
how to create an accordion menu with out using the accordion component.
View 14 Replies
Oct 31, 2009
I have modifyed XMLEncoder class from Flex SDK (XMLEncoder.as)
After it I run my project but I don't see any changes...
What should I do to realy modify project's behaviour?
View 2 Replies
Jun 23, 2011
there is a bar like in the following website which i am unable to create the one with blue in color and has a question mark
the Link : customize bar
View 1 Replies
Jul 2, 2009
I have a column with 4 fields named : a> Main, b> Forward c> Back d> Link, if I use pre-defined sorting of datagrid with the column names which will be alphabetically, then the order is c>Back b>Forward d> Link a> Main. But, I do not want to sort based on the alphabets. I prefer to sort by names of the column fields. i.e. somehow give priority to each individual column field names. Like pre-define my own order.
View 2 Replies
Apr 2, 2010
I need to customize my alert box with two button and both the button need to have different skins on them. I was able to do it for one skin. But i am unable to figure out about the two skins. My code that i have right now is below:
[Code]...
View 1 Replies
Apr 10, 2011
<mx:LineSeries form="curve" displayName="BG" yField="Value" xField="DateTime">
<mx:itemRenderer>
<fx:Component>
[code].....
View 1 Replies
Apr 26, 2011
How can I customize my barchart datatips in flex? The transparent background of them is too dark to see any of the text in them.
View 1 Replies
Aug 7, 2011
the thing I mean cannot be probably done with the component, but I don't know how is the component I want called. I would like to achieve a list but with sort of "icon look". You could say some sort of springboard navigation.
Here is just a quick sketch in Photoshop how it should look like: [URL]
The item is the one actual item in the list or something.
View 2 Replies
Mar 20, 2010
I have an area graph and I'm looking to have the data points to be shown. I have a CircleItemRenderer, but this shows all of the datapoints in the default stroke and fill. 1) How do I customize the display of my CircleItemRenderer? (instead of it having an orange fill, how can I change the color?
2) How can I decide to show the node for specific data points but not for others? For example, in my .XML file that imports the data for the graph, I may have a variable show_data_point which is true or false.
[Code]...
View 1 Replies
May 18, 2010
I have made a program in Flex for creating simple schedules, similar to MS Project or Vico Control. I have one problem that I would like to solve. (You can see it here: OnTime Project Scheduling tool made in Flex
The tasks of the schedule are represented as Gantt Chart, for which I created a itemRenderer inside one of the rows in the DataGrid. The tasks are shown as gantt diagrams, but I would also like to show the connectivity between tasks.
take a look at the image below, to see what I am trying to accomplish here: (above is the image of how datagrid looks now, and below is the thing I would like to add)
how I could do this inside DataGrid's item renderer?
View 1 Replies
Dec 9, 2009
I'm currently developing a Flex application with an accordion containing 2 canvas: one of them containing a DataGrid and the other one a form.When the user clicks on one of the DataGrid's rows, it opens the accordion on the second (form) canvas. However, I'd like to open the second part of the accordion only by half, so they can still see the data in de datagrid.
View 1 Replies
Mar 10, 2011
I have an accordian which contains a repeater. That repeater takes an array as a dataprovider. The array in turn gets data from an XML file, on server, via HTTPService.
Now, data in the XML file gets modified after sometime frequently so I send the HTTPService after every 5 secs by using a Timer.
Problem: When the timer timesout after 5 secs, HttpService is sent, data is retrieved and showed in accordian but each time this happens, the accordian flickers. Thus, the flickering happens every 5 sec which is quite irritating.
Can I somehow remove the flickering to make the accordian update seemlessly? If it's the problem with accodian, will it persist if I use a DataGrid in place of accordian?
View 1 Replies
Oct 5, 2011
I need to customize a look and feel of standard Flex LineChart with LineSeries. I cannot figure out how to change default circles drawn when the mouse pointer is over a data point.
View 3 Replies
Dec 17, 2010
Is it possible to create Accordion with only the headers without adding any containers in it? Is there a way so that I can just create the Accordion with three sections with only labels?
View 2 Replies
Feb 2, 2011
I want to add a button with a cross to the header of the accordion which can be clickable. that means i want to display a message when the some one click on that button. i go through many of the samples in the web but couldn't get it done.
I tried with also a CanvasButtonAccordionHeader, it shows the button but when i click it, it didn't give the message although i created the click event handler.
View 2 Replies
Mar 1, 2011
If you add an Accordion navigation component to Flex Application, like this[code]...
Question is: what code should I write to make my Accordion's panes switching animated?
(Like in Adobe's demo called Tour de Flex)
To see what I mean by animated switching between panes:
1) go here: [url]...
2) select Other Components -> Containers -> Super Accordion in the left pane
3) click on Super Accordion's pane headers and see them moving
View 1 Replies
Sep 15, 2011
I'd to use a HDividedBox and I have resize problem.Indeed, when I reduce the width of accordion component, the list is not reduce.Find below my code
<mx:HDividedBox width="100%"
height="100%"
color="0x323232">
[code].....
View 1 Replies
Jan 20, 2012
[URL] how to build something like that with controllable column numbers, width and images that might be using XML.the main thing is how to accomplish such an effect?P.S. I've developed an Image Slider using Flash Builder 4.5 The problem is that when I included that in HTML page when someone performs ZOOM with CTRL+ Mouse wheel in a browser, the DIV that holds my SWF file and SWF file itself increases in size but the image itself that is inside my slider still remains of the same size.. How to fix it?
View 1 Replies
Oct 21, 2008
When i create a new Accordion object and add some items to it with a dataProvider The default selected Child is 0.
View 3 Replies
Aug 12, 2009
In my project i used Accordion . if i add skin to Accordion then so error ? but i tried like
<mx:Accordion borderStyle="solid" width="212" height="346" upSkin="@Embed(source='image/UPDATE.png')" >
But shows error like Cannot resolve attribute 'upSkin' for component type mx.containers.Accordion. how can i add overskin,downskin,upskin to Accordion in flex ?
View 1 Replies
Jun 23, 2011
Is there a way to open multiple navigation contents at the same time with the Accordion in Flex 4.5 ?
View 1 Replies
Dec 18, 2009
I am using Flex AS3, i have a accordian with two tabs each tab contains some text boxes and i am trying to access these child controls from button event handler which resides outside the accordian, Problem is these controls are null until i open the tabs of accordian.
View 2 Replies