Flex :: Create A "spacer" In A LinkBar?
Dec 1, 2009
create a LinkBar with the width set to 100%, and put 4 LinkButtons on the left side, and the 5th button needs to be placed to the right side. At first, I was trying to put 2 LinkBar controls in a HBox, however, this seemed to corrupt the flex application and caused a blank screen. Then I tried to put a mx:Spacer in the dataProvider property of the linkbar, but it didn't work either, the spacer only spans about 1 character wide and didn't push the 5th button all the way to the right.
View 1 Replies
Similar Posts:
Jun 9, 2009
Is it possible in flex to create submenu under linkbar option.
View 1 Replies
Nov 7, 2010
I had display in link as follows. Three Links on left hand side ,two links on right hand Side and in between Some space has to be there. Please suggest how to do this. I have an idea's please suggest which is possible and the technical difficulties.For three Links i thought to put LinkBar and for the left hand side i thought two apply two LinkButton .Below the links I will place a canvas in that I will add viewstack for the LinkBar and VBox for the LinkButton when it is clicked.
View 1 Replies
Oct 8, 2010
I need to find the index of a linkbar, only got the label. Like array.indexOf(value) ?
View 1 Replies
Jan 25, 2011
I wanted to create a Flex LinkBar that looks similar to the iGoogle links. The links are expandable (one level-deep) by clicking on a plus button. I've considered styling a Tree or Accordion to get the desired look and feel. But before I spend time on one approach versus another, I thought to ask first. Does anyone know a component that I could use to achieve this? Or an example of someone doing a similar vertical navigation bar? It should only be one level deep and some parent nodes might not have children (doesn't expand).
View 1 Replies
Mar 23, 2011
I'm working with a LinkBar component with a dataprovider that changes dynamically. Users can add and delete items from the LinkBar using an admin tool.
The problem is if the user adds many items in the LinkBar its width increases until it shows a scrollbar in my container.
I would like it to work so that when the user adds items, the LinkBar width is not changed but the height of the component increases instead and the additional buttons "wrap" around to another row.
View 1 Replies
Nov 13, 2009
I was able to set the text color of a selected LinkBar button by "disabledColor" style of LinkBar.Accordingly, I expect to set the background color of the selected button by "backgroundDisabledColor" style, however, it didn't work; and except "backgroundDisabledColor", I didn't see any other style that could possibly achieve this.
View 3 Replies
Sep 30, 2009
I have a LinkBar which is linked to a viewstack. However, as I change the fontsize of my LinkBar, when I run it, the font size does not change at all! I've tried changing the font using CSS and it doesnt change the font size!
[Code]....
View 1 Replies
Jun 12, 2009
I have created a linkbar with two labels. Now, I need to keep a track of the label clicks.i.e. If in the beginning "First" is clicked, the details will be displayed. After that, if without submitting the details, "Second" is clicked then an alert message should come to inform the user that "First is still in progress, do you want to cancel and begin Second operation". Vice-versa for Second to First transition. I need to know how to write events to keep track of which button clicked.
View 1 Replies
Oct 19, 2008
I'm making an app where I have LinkButtons controlling aViewStack. In addition to the ViewStack they also fire offadditional functions. I have added event listeners for the
home.addEventListener(MouseEvent.MOUSE_OVER, overHandler);
home.addEventListener(MouseEvent.MOUSE_OUT, outHandler);
home.addEventListener(MouseEvent.MOUSE_DOWN, downHandler);
[code]....
View 5 Replies
Sep 30, 2009
I have a basic linkbar using a viewstack. For every entry into the viewstack an reference shows up on the linkbar. How do I remove the reference on the linkbar but still have access to the viewstack item?
View 0 Replies
Sep 30, 2009
I'm using a linkbar and viewstack. However, I don't want each viewstack item showing up on the linkbar, but I still have to navigate to the viewstack item.
View 0 Replies
Jan 13, 2012
My group is working on a Flex/AS3 scientific web application that is data intensive. Luckily the only plots involved are line charts. However, each line chart may have multiple traces (up to 24), and each trace may contain up to 2000 points. The user will need to zoom in and out and interact with the data (e.g. data tips, etc.).
The response I'm getting from developers is that's a lot of data to render in a plot in Flash. For reasons beyond the scope of this post, we can't sample the data to reduce the size (this has already been done and nature of the data prevents further sampling).
Rendering speed is critical for this app. What kind of rendering speed should I expect the Flex 4 line chart component to provide for a given number of points (e.g. 1 second to render 1000 points?)
Are there products available that handle plotting large data sets better, which can be incorporated in Flex (I've seen FusionCharts and ZingCharts online but have no idea how they compare with Flex's components)? Of those, which are easy to develop with while still providing a lot of flexibility in look and feel?
View 1 Replies
Oct 7, 2011
has their own web-to-lead form that can be used to send leads from a website contact form. But I want to submit leads from a contact form inside a flex application. I can't see anything in the documentation, or on Google about this. Is it possible?
View 1 Replies
Jan 22, 2012
I have a drop down list for selecting the titles for a person, I want to employ smooth drop down when i select the drop down menu.
View 1 Replies
May 19, 2011
I have a flex component, a VBox, that has content inside it. Text components mainly.The VBox is holding a report that I want to be able to save to PDF. I am using AlivePdf to achieve this but the PDF produced is blank when viewed in Adobe reader (latest version).When I open the PDF in Notepad++ I can see that there is definitely content in there and the file appears to be structured correctly.This is the method I am using to generate the PDF:
private function doPrint(whatToPrint:UIComponent):void
{
var printPDF:PDF = new PDF( Orientation.LANDSCAPE, Unit.MM, Size.A4 );[code].....
View 1 Replies
Nov 25, 2011
I want to create a custom component library. the components are customize-able during creation time. means like Accordion or TabNavigator, when we drag and drop the Accordion in flash builder it
<mx:Accordion x="38" y="167" width="200" height="200">
<s:NavigatorContent width="100%" height="100%" label="Accordion Pane 1">
</s:NavigatorContent>
[code]....
View 2 Replies
Nov 11, 2010
I want to create a news application for my website.how should i create drag-able panels/canvas inside another panel/canvas.What i exactly intend to do can be seen on netvibes.com . The website has different panels of every news group, and this panel could be moved from one place to other, but in a well defined manner. And the other panel take over the place of dragged panel.Is there any component in flex
View 2 Replies
Sep 6, 2011
I need to create custom component like [code]...
Here, I need to create custom component object, changing their element values and appending that custom component in VBox. What are the correct syntax to implement this one?
View 2 Replies
Mar 1, 2012
Im trying to create a pdf in high resolution in 300dpi with pdf alive for flex, i used this code: var image:ImageSnapshot = ImageSnapshot.captureImage(page[i], 300, new JPEGEncoder()); but i create the pages with a loop for(), and this makes that my web aplication crashed, beacause it spend a lot of time to create the PDF. Exist some way to create this process in the background but dont want the .swf to freeze while the number crunching happens, or another way to create pdf in high resolution(300dpi) with flex.
View 1 Replies
Aug 31, 2009
I'm trying to create a dynamic datagrid in Flex. The data is coming back fine and I can add the column headings. I need to do it this way as the column names are dynamic and coming from a mysql database.he values from re.result.resultSet.results[j].notes into the data fields?
<mx:Script>
<![CDATA[
import mx.rpc.events.FaultEvent;
[code].....
View 2 Replies
Aug 6, 2009
What is the best way to create applications in Flex/AIR, which look and feel the same irrespective of the screen resolution?
View 3 Replies
Mar 21, 2011
Multiple axis creation via MXML works fine:
http:[url]...
But when I'm trying dynamically create horizontal and vertical axis then I'm getting extra axes. I believe this is Adobe bug. How I can fix this behavior?
<?xml version="1.0" encoding="utf-8"?>
<s:Application
minHeight="600"[code].....
View 2 Replies
Mar 13, 2010
How can I create a .txt file using flex 3? And I want to write some datas in to this file......
View 1 Replies
Dec 13, 2010
All I want is to take my AS3 source code files and compile them into a SWC file.Upon inspection, the SWC files I generate end up with some kind of timeline or spite in them when I use the Flash IDE or that Flex SDK utility "compc", and it's irritating.
View 1 Replies
Apr 12, 2011
i'm facing a challenge of rebrushing and updating an almost 10-years old Screenweaver project, and looking for a decent modern swf-exe convertor. Don't have much time to evaluate all the options, therefore i'd like to hear responses with actual working experience with such a tool. Since WinAPI interaction is a must, the default projector is not an option.
Similar questions (no concrete answers there)
Package SWF into an EXE or APP Create an EXE from a SWF using Flex 3 without requiring AIR?
UPD: 300 bounty for anyone who can help me with a practical answer.
View 4 Replies
May 14, 2011
I would like to create a new AC instance with a dynamic variable which is nca1, nca2, etc. Without define using hardcode variable name, it is possible to do that in a loop?
View 1 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 1, 2011
Basically i want to create XMLDesigner kind of thing in Flex, using which user can add/edit components and properties of view/dashboard. i am storing view structure in a xml file. i parsed that file at runtime and display view. How to convert an object (having properties and sub-objects) to xml node (having attributes and elements) and add that xml to the existing xml file. so that next time when i parsed xml file i'll get that new component in my view/dashboard. for e.g, object structure of component in xml file :
[Code]...
View 2 Replies
Oct 2, 2009
I want ask if is possible to create web browser in ActionScript 3 as AIR application, without using Flex.
View 2 Replies