At the risk of sounding too ignorant, do you mean put the tabs within
the Form tag/class? I guess you would have to do it that way to make
sure it is all part of the same form, so that after they go through
all the form fields, either by going from one accordion area or tab
area to the next, every
I would like to add a horizontal scrollbar to the column chart that I
have. Can someone please show me how to do this? Below is the axis
renderer class that I need to alter. Please help. Thanks
package
{
import flash.display.Graphics;
import flash.display.Shape;
import
You lost me at hello!
"It's a lot easier if your class just implements what it needs and
leave the inheritance to the class framework that is implementing the
interfaces."
Can you break this down a little? TIA
--- In flexcoders@yahoogroups.com, "Michael Schmalle"
<[EMAIL PROTECTED]> wrote:
>
Hey Dudes
var a:String="sources/ top2Over. jpg";
[Bindable]
[Embed(source= a)] or
public var top2Over:Class;
I want to create object embed adders to be fetched by string .liek the given
simple wrong code
Sajid
You could create separate sprites for each rectangle and apply the
smaller one as a mask to whatever content is meant to show through the
window.
--- In flexcoders@yahoogroups.com, "Christoph Leva"
<[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I am trying to cut a smaller rectangle (name: cutout) ou
--- In flexcoders@yahoogroups.com, "EddieBerman"
<[EMAIL PROTECTED]> wrote:
>
> I can't help with the Alert issue, but since I often debug within a
> wrapper, here's one alternative that provides a constant, simple
> debug window. I can't remember, but I might've grabbed it from this
> forum or
I can't help with the Alert issue, but since I often debug within a
wrapper, here's one alternative that provides a constant, simple
debug window. I can't remember, but I might've grabbed it from this
forum originally.
Paste the code below in your app.
Call showWindow() to activate the window.
Hi all,
I am trying to cut a smaller rectangle (name: cutout) out of a rectangle,
which has the screen size. I read, that u can do it when you draw the cutout
reverse, but I don't know how to do it.
I use the flash.display.graphics class. I created both rectangles, using the
drawRect() method. Al
--- In flexcoders@yahoogroups.com, "Nancy Gill" <[EMAIL PROTECTED]> wrote:
>
> >There's a public Beta of Captivate 4 going on now. I would suspect
> >that this version uses AS3.
>
> There is, Amy? Where? I just checked Adobe Labs and I don't see
anything.
http://blogs.adobe.com/silke.fleisch
I am trying to troubleshoot a problem that only occurs in the Flash
Player ActiveX embedded in an application, so I can't use normal debug
methods. I'm trying to use Alert.show() to try to get to the bottom of
what's going on. The problem I'm having is that in some situations,
this just pops
>There's a public Beta of Captivate 4 going on now. I would suspect
>that this version uses AS3.
There is, Amy? Where? I just checked Adobe Labs and I don't see anything.
Nancy
- Original Message -
From: "Amy" <[EMAIL PROTECTED]>
To:
Sent: Saturday, October 11, 2008 4:29 PM
Subject: [flexcoders] Re: Couple questions
snip
>> One thing I should add - when I was researching powerpoint to flash
>> converters a few months back - none of them produced AS3 swfs, so
--- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote:
>
> - Original Message -
> From: "Paul Andrews" <[EMAIL PROTECTED]>
> To:
> Sent: Saturday, October 11, 2008 9:19 AM
> Subject: Re: [flexcoders] Couple questions
>
>
> > Bruce, there are a mass of powerpoint to
--- In flexcoders@yahoogroups.com, "brucewhealton" <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>I had a few questions, where I could use some suggestions or
> opinions and ideas. One is regarding Powerpoint-like presentations
> online. If you were going to do something like this, would you
--- In flexcoders@yahoogroups.com, "sailorsea21" <[EMAIL PROTECTED]>
wrote:
>
> Hi everyone,
> I can find a solution to my problem...
> Loading, unloading and then re-loading a module with a chart
> populated from a MySQL database gives me this error:
>
>
> TypeError: Error #1034: Type Coercion
Dear All,
Thank you but none of suggestions work.
Finally, I deleted all files in folder
including configuration files. And then,
recreate the project. It works fine now.
On this specific question:
"Is It possible to use ressources in a CustomPreloader"
You will find an answer in that excellent presentation by Michael Labriola
http://blogs.digitalprimates.net/codeslinger/index.cfm?
mode=entry&entry=923040ED-FFF8-98FF-6D01B7FE243E8FC9">Dense and Hot @
webDu by Mi
On Windows, press F5. This refreshes the files in the active project the same
way as F5
refresh your File Explorer.
--- In flexcoders@yahoogroups.com, "itdanny2002" <[EMAIL PROTECTED]> wrote:
>
> Dear All,
>
> How to refresh all projects in flex builder ?
> I delete some files in corresponding
HI Jitendra,
Thanks for your kind reply,
Let me to explain my question in detail .
suppose I have a small banking application
a)I want ensure user's login
b) user can request a loan
c) admin can approve loan
d) admin can enter payment details etc...
For this I have provided a fl
Thanks Tracy and Mark,
what I want to do is create something like a guided tour, that displays
instructions in a popup on how to interact with the component, from where
the help is called. Therefore, this component has to accept user
interaction, but all the other components not.
I think I wil
You can use an iframe to display html inside a flex app. Check out the
IFrame component from here:
http://ccgi.arutherford.plus.com/blog/wordpress/?p=133
Also, I'm toying around with using Adobe Captivate to generate flash help
files and then display them in flex. You might want to check th
For online presentations you could try http://www.sliderocket.com . It's a
commercial service but if you will be putting regularly presentations
online, I think this will help you a lot to create great ones!
On Sat, Oct 11, 2008 at 7:01 AM, brucewhealton
<[EMAIL PROTECTED]>wrote:
> Hello all,
In AS3, I set the vertical scroll position of the text area, but would like
the area to smoothly scroll to that area rather than jump to it
(disorientating the user).
I've done this using the AnimateProperty class on the verticalScrollPosition
property.
Is there a more standard way?
--
View thi
- Original Message -
From: "Paul Andrews" <[EMAIL PROTECTED]>
To:
Sent: Saturday, October 11, 2008 9:19 AM
Subject: Re: [flexcoders] Couple questions
> Bruce, there are a mass of powerpoint to flash converters out there -
> google
> is your friend.
>
> The one I've worked with produced
Here's the code for a BindableComboBox. Save it in a file called
BindableComboBox.mxml (borrowed this code from Adobe, modified slightly):
http://www.adobe.com/2006/mxml";
creationComplete="initComponent()">
Use it in your components as follows:
Get the data back from t
Bruce, there are a mass of powerpoint to flash converters out there - google
is your friend.
The one I've worked with produced fairly large files and the output is an
AS1/AS2 swf.
If I were writing a slide player, I'd probably use Flex, though for a slide
player it could probably just as well
26 matches
Mail list logo