New component and skinning architecture in Flex 4
0
votes
1answer
9 views
How to center a header renderer in a Spark data grid?
Currently I have this code:
<s:DefaultGridHeaderRenderer maxDisplayedLines="2" textAlign="center"/>
But it's not working, even though I have textAlign="center"!
Thanks for any help.
0
votes
0answers
7 views
Spark DataGrid multiline header renderer
I have a data grid and one of its columns has a long header text, so I want to span it across multiple lines. I tried several things but to no avail. Here's my current code:
<s:GridColumn ...
1
vote
1answer
42 views
spark streaming fileStream
I'm programming with spark streaming but have some trouble with scala. I'm trying to use the function StreamingContext.fileStream
The definition of this function is like this:
def fileStream[K, V, F ...
0
votes
0answers
28 views
Flame is not showing in THREE.js World
I am making a flame using the THREE.js and spark.js, but when I render the world I can't see the flame and the world is empty. I saw the console for the error but there is no error regarding this. I ...
1
vote
1answer
28 views
How to find the graphic primitive that is clicked in a group
I have a Group that has many different graphic primitives in it. If I click on the group I can get a reference to it in MouseEvent(event).currentTarget. But how do I know if I have clicked on a ...
0
votes
1answer
64 views
Bindings not firing on Interface
I have an interface IBaseInterface and a class BaseClass.
When I refer to BaseClass via the IBaseInterface type the bindings with event names won't fire. However the normal binding (without event ...
0
votes
1answer
62 views
gzip support in Spark
For a Big Data project, I'm planning to use spark, which has some nice features like in-memory-computations for repeated workloads. It can run on local files or on top of HDFS.
However, in the ...
0
votes
1answer
44 views
How to get clip content to work on mx TabNavigator?
I have a TabNavigator and before that a ViewStack with TabBar that would not clip it's contents. It over flows the border or appears under other components positioned further down the screen. Has ...
0
votes
0answers
37 views
Rounded corners on spark buttonbar incorrect
I am having an issue with the spark ButtonBar. I use it on 2 places in my application with some custom CSS, but they look different in the 2 places and I have no idea why. This is a screenshot showing ...
0
votes
1answer
33 views
Tools and process for designing a Spark skin
I come from the web development background where the process of skinning a website normally looks like this:
Designer creates a design in Photoshop
The design is transferred into HTML + CSS using ...
0
votes
1answer
24 views
Flex CSS Select button with skinClass
I want to select all buttons with a certain skinClass, I've been trying this but it doesn't work:
s|Button[skinClass="local.MyButtonSkin"]{
fontWeight: normal;
}
My problem is that I have many ...
0
votes
2answers
59 views
Flex - Easy way to set border on image
Is there an easy way to add a simple border to an image?
I'm loading in image thumbs, and would like to add a border at runtime, instead of having to edit all the thumbs.
I'm using Spark Image.
...
0
votes
1answer
32 views
Maven web app on a remote server: missing html files
I've got a Java/Maven web app using the Spark framework that I'm attempting to deploy to a remote Tomcat server using the Cargo plugin. I've never done this using Java, and I'm having a difficult time ...
0
votes
0answers
53 views
How to use defaults.css?
I am using Flash Builder 4.7 with Flex 4.6 and Adobe AIR 3.7
I have a library project that produces a SWC.
I have included a defaults.css file in the root of the src folder.
When I try and use this ...
0
votes
1answer
39 views
Skinning for different languages
I have a flex application that currently supports english , now my task is to translate it to different languages, that requires support for different parameters for the styles, for example , some ...
2
votes
2answers
70 views
Resize component to scale
I have SampleComponent:
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
...
1
vote
0answers
50 views
How to correctly display item with dynamic size in Spark List?
I have an issue displaying some dynamic data in a Spark List.
I need to display some text from a data provider in a list. The list should display all the text without any scroll-bars and text can be ...
0
votes
2answers
36 views
How do I create s:Path.data, polygon coords?
I have a PNG image, the image features a shape surrounded by a transparent area:
I want to recreate this image as a path in flex mxml, something like this:
<s:Path data="M 0 0 L 0 100 L 100 ...
1
vote
0answers
18 views
Change the “flow” direction of a Spark TileLayout
In a Flex Spark TileLayout, it seems you can easily change the order the elements with the orientation property, set either to rows or columns. One will make the elements flow from top-to-bottom, ...
1
vote
1answer
19 views
Evenly space children of Group
With this simple example of 3 buttons, how can I have the buttons spaced evenly.
<s:HGroup width="100%">
<s:Button label="button 1" />
<s:Button label="button 2" />
...
0
votes
2answers
63 views
Embedding fonts not working
Please see the simplest of examples below, this is running as AIR Desktop on windows.
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
...
0
votes
1answer
51 views
How to remove corner radius from TextInput in spark
I'm creating a mobile app in Flex and AS3 and the design i recieved has no corner radius in TextInput fields.
In mobile projects in Flash Builder only Spark can be used for layout, and according to ...
0
votes
0answers
48 views
spark DataGrid content goes to invisible when rotate few degrees
I have an android application working on Adobe Air. Simply, I have a Spark DataGrid in a view. When I rotate my devices(tablet or mobile phone) few degrees(4-5), datagrid content goes to invisible and
...
0
votes
0answers
113 views
Flex 4 spark datagrid selected row change with tab
I'm trying to change the selected row in a spark data grid when tabbing passed the last column. In other words, I'd like to highlighted row to follow the active cell.
Any ideas?
Thank You.
0
votes
2answers
156 views
Using spark to access HDFS failed
I am using Cloudera 4.2.0 and Spark.
I just want to try out some examples given by Spark.
// HdfsTest.scala
package spark.examples
import spark._
object HdfsTest {
def main(args: Array[String]) ...
1
vote
2answers
112 views
How to set backgroundImage property in css file in flex 4?
I want to set backgroundImage property to something like "../img/foo.png" in flex. My code looks like this:
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx ...
0
votes
1answer
32 views
Register two application from main function
I am developing application in which i have to register two listener from main funtion. Out of two, One is for registering push notification and other is for when notification comes, will display icon ...
0
votes
1answer
52 views
How to render a collection of DisplayObject instances in a spark List?
Is it possible to have a Spark List display items from an ArrayCollection of DisplayObjects (i.e.: Canvas)? Something like the code below does not render anything unless I specify an itemRenderer.
...
0
votes
2answers
53 views
How to test how performant an item renderer is?
I have just watched this video on Performance Tips and Tricks for Flex and Flash Development and it lists 3 things that are measured when using and creating Flex.
Creation
Validation
Rendering
...
0
votes
0answers
38 views
Setting custom TextInput into Flext/Spark ComboBox
Is there a way to set my custom made TextInput component (call it CustomTextInput) as textInput property of ComboBox?
I've tried something like this:
<s:ComboBox id="myCombo" ...
3
votes
1answer
119 views
How to modify pom.xml so Maven 3.0.4 does not think I am running SDK 1.3
I know this question gets asked every so often, but the solutions out there seem to be for older versions of Maven.
The version I am running:
hduser@lightning252:~/spark-0.7.0-2/examples/ex2$ mvn ...
0
votes
1answer
74 views
DataGrid column value not showing with labelFunction
I have a Spark DataGrid that I'm using a labelFunction with. However it's not showing any results.
var c3:GridColumn = new GridColumn("Date Added");
c3.width = 150;
//c3.dataField = "date";
...
0
votes
1answer
83 views
How to set the text color of a row in a Spark DataGrid
I have had a lot of trouble with setting the row color and text color in Spark DataGrids more times than I can remember. This post shows how to set it.
0
votes
1answer
70 views
How to remove the caret indicator on Spark DataGrid
I couldn't find a simple way to get remove or hide the caretIndicator in the Spark DataGrid so I'm posting the solution here if there's not a better way.
0
votes
1answer
352 views
How to set the header styles of a Spark DataGrid
How do I update the look of the header parts in a Spark DataGrid? This is a how to community wiki post to set the header background color, header text color, column separator and sort arrow indicator ...
2
votes
1answer
28 views
Spark WindowedApplication, monitor keyUp event
I have a WindowedApplication, I need to monitor a keyUp so that I can close the application on the escape key pressed. However, my code is not working:
<s:WindowedApplication ...
0
votes
1answer
73 views
How to show a datatip in a column when the text is truncated in mx DataGrid?
Is there a way to show a tool tip over a cell when the text is truncated in an mx DataGrid? If not in mx DataGrid I'm interested in Spark but I will have to convert so that's a last resort.
Update
...
0
votes
1answer
71 views
s:WindowedApplication - How to remove system chrome?
I have a Spark WindowedApplication (AIR for Windows Desktop) and I want remove the title bar and borders, this option will be set via cmd line when the application is launched.
How can I do this?
1
vote
1answer
40 views
How to create the session and set the UserBean in session
I am new to Nancy and .NET framework. here I am running in a panic situation.
I have written my own Bootstrapper to enable CookieBasedSessions in project.Here are tasks i have to perform.
Once ...
0
votes
0answers
68 views
Shark for fast Hive queries on small data sets
I'd like to run fast Hive queries against a small (a few GB) sample of the full data set. The reason is that, subsequently, I want my Hive queries to be executable as is on the full data set. It seems ...
0
votes
1answer
35 views
flashbuilder s:datagrid checkbox doesnt show up
flashbuilder s:datagrid checkbox doesnt show up, am I doing something wrong?
<s:DataGrid x="9.7" y="123.35" height="467" width="999" variableRowHeight="true">
<s:columns>
...
0
votes
0answers
80 views
User Input box Freemarker Spark MongoDB
I have created a really simple program to read and display the first record from my MongoDB using Spark and Freemarker.
package com.serv;
import com.mongodb.DB;
import com.mongodb.DBCollection;
...
2
votes
1answer
137 views
Flex change css properties at runtime
I am developing one dashboard application in flex which is a replica of the flex dashboard. Here there are multiple Panels which are displaying different contents. What i want is whenever user clicks ...
0
votes
0answers
16 views
How do I declare the type of column in an extended spark datagrid?
I have an extended spark data grid and an extended column that goes with it. In MXML it looks like this
<components:AcmeDataGrid>
<components:columns>
<s:ArrayList>
...
0
votes
2answers
75 views
Accessing elements in mxml from action script
I have a mxml application as below . How do I change text of label from actionscript file ?
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" ...
0
votes
1answer
139 views
Flex mobile Button skinning in ActionScript - multiline labelDisplay
I am working on a Flex mobile application, and have been optimizing its performance on mobile. I have read that skins must be written in ActionScript so I have tried to create my AS ButtonSkin.
...
0
votes
0answers
132 views
Flex 4.9 Extend Spark Panel to add more content groups
I would like to extend the spark panel component to have three content areas whose content is settable via MXML. I want to do something like the tutorial below ...
1
vote
1answer
72 views
Can't apply embedded font to Spark Button in Flex 4
I'm trying to embed a font so that I can rotate a Spark button component, but I'm not able to do it. The button always appears blank, no text.
The code looks like this:
<fx:Style>
...
-1
votes
1answer
31 views
spark datagrid selectable
Is there a way to make text inside spark datagrid cells selectable? I don't want to make the cells editable.
I've tried extending the DefaultGridItemRenderer and setting selectable = true on it, but ...
0
votes
1answer
30 views
how to make a view running even after it goes out of context in flex spark?
I am designing a video conference application for android using flex and red5 on the server side. I have 3 views: *Chat View(text chat) - Streams View(where the other users streams will be shown) and ...

