Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
1k views

Whats the itemChangeEffect equivalent in Spark List?

In flex 3, with List component, you could add an effect to the itemChangeEffect property, allowing you to animate the addition/removal of the items in the list control. The equiv in the spark list ...
3
votes
2answers
278 views

What are the downsides to using Spark over Halo in Flex?

Is there more work, or source code files required to customize your look and feel (skins)? How maintainable and readable is Spark relative to Halo? Is it more productive and easier to customize ...
3
votes
5answers
745 views

Why not use SPARKAda?

Beyond some valid reasons not to use a new tool such as support of legacy code, no in-house SPARKAda knowledge base, why hasn't SPARKAda caught on? It seems like a very sound tool for many projects ...
1
vote
1answer
498 views

Make a tab blink in Spark (Flex)

In a Flex 4 app (with Spark components) I have a ViewStack with various screens, and a TabBar to navigate between them. I'd like the screens to be able to "blink" their tab when something happens in ...
19
votes
4answers
2k views

What is a “spark” in Haskell

I'm confused about the notion of "spark" Is it a thread in Haskell? Or is the action of spawning a new thread ? Thanks everybody: So to summarize, sparks are not thread but more of unit of ...
14
votes
9answers
12k views

Scroll to selected item in Flex 4 Spark List component

I'm setting selected element in s:List component with Actionscript, it works, but List doesn't scroll to selected item -- need to scroll with scrollbar or mouse. Is it possible to auto-scroll to ...
6
votes
1answer
450 views

Spark lifecycle changes between Flex 4.5 and 4.6

I have recently migrated some of my projects to the shiny new Flex 4.6 SDK. I wasn't expecting much trouble since it was only a minor release. But as a matter of fact I got hundreds of errors all over ...
5
votes
2answers
1k views

ASP.NET MVC View Engine Resolution Sequence

I created a simple ASP.NET MVC version 1.0 application. I have a ProductController which has one action Index. In the view, I created a corresponding Index.aspx under Product subfolder. Then I ...
3
votes
1answer
762 views

ASP.NET MVC 2.0 Prev 1 and SPARK?

I am trying to upgrade the ASP.NET MVC 1.0 application to 2.0 preview 1. I am using the spark as view engine. issue: Spark used the System.Web.MVC 1.0.0.0 so I got the source code and recompiled ...
0
votes
5answers
3k views

How do I attach camera to Spark.components.VideoDisplay

I'm using Flash Builder and created a spark-application Flex project that will stream video from the local camera. If I use mx.controls.VideoDisplay; there is no problem since it has ...
11
votes
6answers
9k views

Disable Flex CSS type selector warning?

I'm building a somewhat large Flex project that includes several modules (a single Flex project that produces multiple SWFs) Right now, I have a single css file, being loaded in the main SWF tag: ...
1
vote
1answer
472 views

Skin Flex 4 combobox to look like Flex 3 combobox

As I have migrated my application to Flex 4 recently, I want to utilize the <s:Combobox> component in my application rather than <mx:Combobox>. The problem is that the look and feel of ...
3
votes
1answer
172 views

Halo theme on a Spark component

I have a Flex form made up mostly of MX components. Due to limitations with the MX mx.controls.ComboBox, I'd like to use the Spark control, spark.components.ComboBox. This works, except the Spark ...
3
votes
2answers
2k views

Adding background image to mx component while using flex 4

Again, a theming question. Because the project I'm working on requires older libraries that extend mx components (such as TitleWindow and TabNavigator), I can't use what I know about Spark skinning ...
3
votes
5answers
4k views

How do you remove the border of a Flex 4 TextArea Component (spark themed halo)

With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the Flex 4 SDK ad the Spark theme, this has no effect.
2
votes
2answers
88 views

How do I respond to a NavigatorContent being selected in a View Stack

I have view stack in a app like so: <mx:ViewStack id="viewStack" left="0" right="0" top="0" bottom="0"> <views:LoginView top="0" bottom="0" right="0" left="0" id="loginView"/> ...
2
votes
3answers
2k views

Flex 4 spark Panel has an ugly gray top part

I have a Flex 4 spark Panel I'm popping up through the PopUpManager, but it has a gray portion at the top I can't get rid of. What is that and how can I remove it? UPDATE: An example Panel is below. ...
2
votes
3answers
1k views

How to get the visible items on a Spark List with virtual layout

I have: an ArrayCollection of Numbers; a List using the above ArrayCollection as it's dataprovider, and virtualLayout=true; a custom ItemRenderer that shows a label with: a) the number b) an y ...
2
votes
2answers
2k views

What's the difference between the mx/fx/s object types in Flex 4?

Flex4 provides the following namespaces: xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" What's the difference? ...
1
vote
0answers
49 views

Spark TextArea's visible text (paragraphs from text Flow)

how can I find what char's are currently visible in sparks text area. I need to know position of first (and last) visible character. OR, even better, witch paragraphs (ParagraphElement's, from ...
1
vote
1answer
62 views

Adobe Air: drag & drop grouped components

I am trying to create Adobe Air application in which I require the components below: Allow me to elaborate this mockup: There are 2 panels on each side, and the items inside these panels can be ...
1
vote
3answers
118 views

Set Spark TextInput Background when fail validation

How do I specify what a TextInput looks like in the error state? There appears to be a real scarcity of documentation on the subject! There isn't an error state, but there is an errorSkin which you ...
1
vote
3answers
428 views

Vertical tabs in Flex 4

I would like to have vertical tabs in Flex 4. I have started implementing this by having a vertical list down one side. On list selection I am updating the selection index of a view stack. This gives ...
1
vote
0answers
155 views

Spark View Engine site works for about 30 minutes then gets a “Dynamic view compilation failed.” error

First off, this may be a duplicate of "http://stackoverflow.com/questions/3892891/spark-views-work-initially-but-then-get-a-dynamic-view-compilation-failed-erro" but the answer to that question has ...
1
vote
1answer
2k views

Setting Spark DataGrid column's default sort on application's creationComplete (Flex 4.5)

I have a spark DataGrid component with several columns and I want to have my application default to descending order on the first column in the DataGrid. I would like to use the built-in default sort ...
1
vote
2answers
3k views

Flex 4 Spark component Panel - Hide Title Bar

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 ...
1
vote
1answer
221 views

Pros and cons of Spark vs. Halo theme in Flex 4 [closed]

Possible Duplicate: What are the downsides to using Spark over Halo in Flex? I have a library written in Flex 3 (and hence, with Halo theme), so it's getting a lot of conflicts in my ...
1
vote
0answers
514 views

Separator in Spark Lists

I have an s:List in Flex 4.1 and I want to skin it to have a separator between all the items. I found this link earlier and I think that I've done something similar to what it suggests, putting a gap ...
1
vote
0answers
204 views

Spark View Engine Missing Libraries visual studio 2010

I am using the Spark View engine with asp.net mvc3, gotta say I love spark bindings are awesome! Everything works fine however development is extremely painful at the moment because any time I change ...
1
vote
1answer
573 views

How can I add scrollbars to a SkinnableContainer created runtime?

I created a SkinnableContainer runtime because I want to set some style properties to it, then based on some external data I need to create a new SkinnableContainer and add it as children of the first ...
1
vote
2answers
246 views

Flex - why am I missing some spark components (but not all)?

I have a component (an s:TitleWindow) that I created and inside I have some <mx:FormItem ...> blocks. There is supposed to be an equivalent <s:FormItem...>, but when I type <s: and ...
1
vote
1answer
1k views

Flex Spark List Mouse Wheel Scroll Speed

I have a component extending a Spark List, and when I scroll using the mouse wheel it scrolls too much in one go. I have tried looking for the handler that deals with mouse wheel scrolling in the List ...
1
vote
3answers
265 views

What are the measurable benefits from migrating from Flex 3 to Flex 4?

We have a big Flex 3 project with 30 developers. I need to present benefits/costs of upgrading from Flex 3 to Flex 4 and I can't seem to find existing data on Google. I assume I am not the first to do ...
1
vote
1answer
418 views

Spark memory leaks

I've been trying to track down memory leaks in our application, and keep finding myself back looking at Spark components as the culprit. I think I've found the cause, but my understanding of Garbage ...
1
vote
1answer
4k views

Flex 4 - Add component to title bar of Spark Panel or Spark TitleWindow

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?
1
vote
2answers
210 views

I want to force the user to edit the value of the NumericStepper by using the arrows only so they cannot type a value directly into the value field

When using the NumericStepper I want to force the user to only be able to edit the value using the NumericStepper's up and down arrows. I do not want the user to be able to type in a value directly. ...
1
vote
3answers
2k views

flex 4 tabbar - disable tab

is there a common way to disable a tab of a spark tabbar component in flex 4? with the mx tabnavigator component you can just disable the content corresponding to the tab and the tab is also disabled ...
1
vote
2answers
327 views

JavaScript: Stop the selection of a draggable element

Hey there, I was just messing about in jsFiddle and attempted to make a simple drag and drop. I did not bother with getting the offset etc so as soon as you click it centers around your mouse. On ...
1
vote
1answer
87 views

How can I catch the fontSize change event?

I am writing a skin for a TextInput control, and I want it to change when the fontSize style changes dynamically. I see this is done in the default TextInputSkin but couldn't decipher the behavior ...
1
vote
1answer
85 views

In Flex 4.. how?

http://stackoverflow.com/questions/950571/how-can-i-set-window-application-as-light-weight-in-flex-still-not-get-answe There's a solution but how to do it in flex 4 using spark? Because it says it ...
1
vote
2answers
2k views

How to add separator between items in a Spark List control

I have a s:List where I've defined my own itemRenderer, and would like to insert a horizontal line separating items, similar to the way the mx:LinkBar works. I don't want to have a line at the top or ...
1
vote
2answers
2k views

Animating child elements in Flex 4

Anyone know how to animate the size/position of child elements of a layout in Flex 4 ? Example: I have a list component with a custom layout. I want when I change the positions of the child ...
0
votes
1answer
41 views

Flex, access view.data object into a variable

Below is the code i'm looking at the moment. <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" title="data" xmlns:model="model.*" ...
0
votes
1answer
74 views

Flex Column Color

I having a problem with contentColor / backgroundColor of a Spark DatagridColumn. I have <s:GridColumn> <s:itemEditor > <fx:Component> --- < component like.. ...
0
votes
1answer
73 views

What is the hostComponent?

Im skinning a progressBar in Flex, and after reading a bit about it, I see that there is something called hostComponent. Adobe site says: "The host component is the component that uses the skin. By ...
0
votes
1answer
137 views

create custom chrome adobe air desktop application using flex4 sparks controls

I have googled around but the only resource for teaching me how to create an Adobe Air Desktop Application uses mx controls instead. inside app-xml i have set transparent to true and systemChrome to ...
0
votes
0answers
180 views

flex advancedatagrid with checkbox

i can't get a advancedatagrid to work well with a checkbox, if i create a "s:MXAdvancedDataGridItemRendere" with a var, and a checkbox accessing that var: <s:MXAdvancedDataGridItemRenderer ...
0
votes
1answer
152 views

Hiding a tab in a Spark TabBar

I have a spark TabBar and I want to hide and show some elements of it from an external user input (namely a checkbox check) I am having trouble changing the tabs visibility. They are currently always ...
0
votes
2answers
134 views

How can I show a line under each row of text in a Spark TextArea

I'm trying to show a horizontal line under each row of text in a Spark TextArea. I want to give the text area the look of legal paper.
0
votes
1answer
253 views

Flex set selectedItem in Spark list outside of IndexChangeEvent handler

I've got a spark list that is part of a CallOutContent, much like this: <s:CalloutButton id="frequencyChanger" label="{frequencyChangeList.selectedItem.label}"> <s:calloutContent> ...

1 2