0
votes
1answer
24 views
Restrict MouseEvents to Mask in Flex Skin?
I have a ButtonSkin (Flex 4 Skin) with a Rect, a Label, and a Group, the Group masking the Rect. On rollOver, I animate the Label's x to this.width, and on rollOut, back to the original position. …
0
votes
1answer
45 views
Cannot use fluent html lambda expressions in Spark view
I'm attempting to use fluent html and the spark view engine in my asp.net mvc application.
I've assinged the proper base class, added the assemblies, and when i do this.TextBox("MyProperty") it works …
1
vote
1answer
22 views
Is is Possible to Use a Master Layout when using Spark in the form of the Direct Usage Example
Is is possible to use a master layout when using Spark in the form of
the Direct Usage Sample? I have tried using both in my layout with my master layout in the
same folder as the calling layout …
0
votes
1answer
35 views
Getting at ViewData.Model from spark template post
I am trying to convert my spark views to use ViewData.Model instead of the namevaluecollection so that I can use AutoMapper to map my dto's to entities before it gets into my action method.
I can …
0
votes
1answer
71 views
Flex 4 Remote Object Method Question
I post this previously in Adobe Forum but haven't got any answers so far.
How do I do this in Flex 4?
<mx:RemoteObject id="srv" destination="product" channelSet="{channelSet}"
…
0
votes
1answer
53 views
spark view engine Precompilation and extension methods
In our web project we have added Extension methods in a folder
\Code\Extensions\DateTimeExtension.cs containing an extension method
called FromUtcToUserTimeZone()
We use the spark view engine in …
1
vote
5answers
158 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 …
1
vote
3answers
104 views
Using Spark View Engine in a stand alone application
My client application needs to generate HTML. I'd like to use a template/view engine solution like Spark, but I'm not sure whether Spark can be used outside of an ASP.NET application. Does anyone know …
0
votes
1answer
57 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
54 views
Global States in Flex 4
Flex 4 introduces states that are localized within a skin, and within a component. This makes sense on an MVC model, so the visual elements can have their own states (i.e. for a button: up, down, …
3
votes
4answers
466 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:
…
3
votes
3answers
126 views
Is WebsiteSpark too good to be true? [closed]
Seriously, where is the catch? To me the biggest show stopper in BizSpark was that it didn't cover consultants, as I understood it. WebsiteSpark doesn't seem to have those limitations, looks like …
1
vote
1answer
49 views
Adobe Air 1.5.2 and Flash Builder
Recently I'm working on some air stuff, and I am using Flash Builder and latest Nightly build SDK in order to compile my application ( I even used stable version before this stage ), but when ever I …
1
vote
1answer
149 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 …
2
votes
1answer
280 views
Integrating MVC Futures in Spark view engine without killing intellisense
I want to add MVC futures to my project and make the assembly
available in my spark views however it's not accepting it whatsoever.
I can use Microsoft.Web.Mvc fine from my classes …
