CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> NEWSGROUP > Adobe-Macromedia Forums > macromedia.labs.actionscript3_prerelease
 Post New
 TypeRepliesViewsDate
actionscript components
I have posted this question in the flex2 general discussion but think it should
have been posted here.
I want to be able to click on the canvas and be able to alert the canvas label
ie
 01062/25/2008 12:51:30 AM
MX code to AS3 code
The attached code has a section of its MX code commented-out intentionally from
the attempt to replicate it instead with AS3.0 code that resides in the
applyDataProvider function. However i
 31062/24/2008 8:36:51 PM
Multidimensional array data entry
WIth Flex3 Beta3 installed and learning Flex&Actionscript require help/guidance
to solve the problem described below.
Display a multi-dimensional array, 10 x 10 where each cell will cont
 21192/24/2008 6:30:32 PM
Any books recommended?
Hello All,

I am very new to ActionScript and was wondering if anyone could recommend
books on the use of XML and AS3 with Flash and Flex. I am looking to
understand the capabiliti
 71122/23/2008 7:33:30 PM
calling function in tilelist custom itemrenderer
Hi,
I have a tilelist with a custom item renderer (a canvas if it matters).
When another event on the form occurs, I want to call a function on one of the
items in the tilelist.
 01882/23/2008 6:39:03 PM
Browse Files On Server
I want to allow the user to select a file from a group of XML files located on
the server. I know Flex supports browsing the clients file system but is there
anyway to do the same thing on t
 21032/21/2008 10:09:01 PM
ActionScript 3 compiler, asc, is now open-source
In the latest nightly build of the Flex SDK is the as3 compiler code!

The ActionScript 3 compiler, asc, is now open-source! Added the source code
for Flex 3's asc.jar, at branches/3.0.x
 01492/21/2008 6:22:54 PM
Additional parameter to labelFunction
Hi there,

I am binding a dataGrid from a complex XML file. I am using the labelFunction
property of the dataGridColumn, in order to retrieve information from deeper
nodes. Until th
 32142/20/2008 3:44:43 PM
uploadUnencoded not avalaible for flash files
Hi,

I would like to know why the FileReference.uploadUnencoded function is only avalaible for AIR. It would be very useful for me to have it in swf files.

Thanks.

ArA
 01122/20/2008 10:15:14 AM
searching xml what type of value is returned
Hi, I was wondering if someone could help me with this problem. I have a set
of if commands that are designed to take the input from a text field and search
three different fields for the v
 01272/18/2008 1:55:15 AM
Embedded assets in class
Hi everyone,

I just need to get something straight in my head.

Given code along the following lines:
(pseudo code)

Package
{
Imports.....

public
 01082/17/2008 11:30:13 PM
Flex Builder 3 - Webservice Proxy Classes - Passing
I've been using Flex Builder 3 Beta. I've used the web services manager tool to
generate the proxy classes from the WSDL.

My web service requires authentication. Each time I run my flex
 01822/17/2008 10:00:16 PM
AS2 swf to AS3 local Connection
Hello: I am embedding multiple copies of a single AS2 swf build in FLASH into a
FLEX2 AS3 swf. I am using LocalConnection to communicate from FLEX to the
flash swfs. This exhibits the stra
 21632/17/2008 3:24:12 PM
using bmp image
flex is not supporting bmp images.hw to use bmp image in flex?i tried with [Embed]metadata but its not working i am getting error.pls help me.
 1962/17/2008 3:21:42 PM
Flash HTTPRequest limitation?
Is there a limitation as to how many HTTP requests can be sent by flex at a time? I am seeing problems when making more than 2 http requests that have not had a response come back yet.
 71312/16/2008 12:46:07 PM
What is the skinny on cloning
Hey all,

I need to understand the breadth of cloning

Is this a generic method usable on any Object????
 01102/15/2008 9:43:48 PM
Computed Max and Min
How do i use Computed Maximum and Computed Minium to set values for vertical
axis with HLOC Chart programmatically? I am using an Array Collection, below,
TICKERS, I would like to use the H
 31052/15/2008 4:55:35 AM
piechart radius problem
I am generating dynamic piecharts in flex.Depends upon the datas the radius of
pichart is changing.If the value is higher the charts are apperaing larger,if
the value is small then charts ar
 01202/13/2008 2:20:10 PM
Array of VO's
I have got a VO called personVO that have got firstname and lastname.

Then I have an array that contains the personVO.

In my interface it is then possible to select a personVO.
 0932/12/2008 8:14:56 AM
Problems with ListEvent.Change. Please advise
I am having a problem trying to get a custom component working.

I did not write the component. It is bascally a list with CheckBoxes.

The component dispatches ListEvent.CHANGE even
 11042/10/2008 9:29:15 AM
Dynamic Classes and Garbage Collection
I asked this in the General Flex Forum and no one responded so I thought I
would try again in this forum.

*******************************************************************************
 0962/10/2008 9:17:51 AM
Keyboard control of a ball
Hi, the following simple program was bogged down by the error message '1046:
Type was not found or was not a compile-time constant: KeyboardEvent' at line
27 where myKeyboardEvent was define
 21152/9/2008 4:55:35 AM
flex sound can not resume at the place it stops
I made a small flex application to load external mp3 and play it. Everything
goes smoothly except resuming. I can never resume exactly at the place where I
stopped. There is always an obviou
 51362/8/2008 2:30:32 PM
DataGrid dataProvider XML with Namespaces,
I have a DataGrid wich dataProvider is a XMLList. The problem is that, the xml
has a default namespace, and in my DataGridColumns I use the dataField property
to define wich XML field should
 11412/8/2008 2:19:24 PM
what should be the max size/value that can be stored in
I want to store a number 1.0E39 as maxValue of a numbervalidator. but while
going to show the number as a whole and want to validate it gives the erroneous
result. My question is what is the
 11012/8/2008 2:14:31 PM
using bmp image
hw can i use bmp image in flex. i want to use a bmp image in an image component in flex.pls help me
 2952/8/2008 6:34:27 AM
URLRequstHeader and Authorization
I am trying to make a HTTPService or URLRequest call to a remote service. This
call needs user authentication and I tried to put username/password into the
code and use the request header to
 01102/6/2008 10:39:17 PM
Tree, select leaf
I use a xml-file in a Tree-component. The xml-files has nodes, and each node
has some properties (type, id, label). I can use the code below to read the
selected item in the tree. var x
 11062/6/2008 7:56:17 PM
Failing to draw transparent PNG
Hello everyone, I've got a bit of a problem that's got me kind of stumped. I
could work around it fine, but want to try and solve it so I can learn. Here's
what's going on: I'm making a Sna
 21162/6/2008 11:59:15 AM
Desktop Dimmer for Flex? - works on DivX!
If you have noticed the desktop dimmer from DivX while playing on its
application the whole desktop dims (hence the name) - Why can it not be done in
Flex! http://www.divx.com/divx/mac/tutor
 01452/6/2008 6:15:38 AM
super newbie drawing help
Hey all...im a super newbie and this is probably easy, I just can't find what i
need in the documentation..so im hopping you guys can give me some insight. I'm
trying to figure out how to dr
 21082/5/2008 9:08:09 PM
Select a directory
I have a multi file upload script that works really well, however I've been asked to improve it.

Is there a way to recursively select all directories and sub directories?
 11002/5/2008 8:59:43 PM
Error #1006: getAttributeByQName is not a function.
I just upgraded to Flex 2 Hotfix 3 to fix some web service issues. Now when I
run my application, I get the following error: faultString = 'Error #1006:
getAttributeByQName is not a functio
 01192/4/2008 6:39:00 PM
PrintJob()
I have printableNote, which is a sprite. I try to do this:
printableNote.graphics.beginFill(0xffffff); printableNote.graphics.lineStyle(1,
0x000000); printableNote.graphics.drawRect(0, 0,
 01112/4/2008 3:30:54 PM
Simple data routing
Hello guys, I am using amfphp with Flex and trying to get 'Hello World!' from
the server! And I do get the response from the server. But the problem I am
facing while routing the server res
 01012/4/2008 3:20:29 PM
Simple data routing
Hello guys, I am using amfphp with Flex and trying to get 'Hello World!' from
the server! And I do get the response from the server. But the problem I am
facing while routing the server res
 0782/4/2008 3:19:28 PM
Loading a swf into a movie clip
Hey guys, in Actionscript 2.0 loading a swf into a movie clip would be nothing
more than the loadMovie command. Here it is a bit different. I searched on
google for a while and ran into this
 21252/3/2008 11:36:43 AM
How to create css pseudo classes for links?
Hi all!
In CSS if you define:

a.blueLink:link{...}
a.blueLink:hover{...}
...

then it creates a style for ONLY links having
...class="blueLink"...
 01071/31/2008 1:07:42 PM
ViewStack dynamic addChild
Hi, i'm creating VBoxes dynamicaly due querys and loops (ArrayCollections).
Then I add them on an existing mxml viewstack.... but when I try to advance
(stackEnquete.selectedIndex++) Flex re
 02791/31/2008 1:04:36 PM
How to add Text to Canvas in Flex/AS3
I am doing AS3 programactically so I have a one mxml file that calls to my
application.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:
 82451/31/2008 7:27:11 AM
detect change in a local shared object
Hello

I would like to update automatically a variable in a first swf through a local
shared object when a second swf update this variable in the same shared
object. The variable i
 1981/30/2008 8:31:16 PM
Noobie function help
Hello! I am kinda sucking an learning actionscript from PHP :)

Since we can't really paste code in the forums.. please take a look at
http://pastebin.com/m45850301

Basically,
 11001/30/2008 12:24:54 PM
hitTestObject problem
Hi all,

the myFooTestDisplayObject.hitTestObject(anotherDisplayObject) is supposed to
return true if the first object hits the second object right?

I have this scenario. In te
 03451/29/2008 2:01:42 PM
How to add the Array value in ListBox.
Hi ,
I am new to Flex.
I am assing the Array in to list control but it doesn't show the value. it
show only object.
This is my Coding.
Please help me.

var request:UR
 01191/29/2008 9:55:03 AM
action script error
Hai all

While running a flex application i get the following action script
error

[RPC Fault faultString="HTTP request error" faultCode="Server.Erro
 11141/29/2008 6:12:43 AM
when does a component get instantiated?
I'm creating an app that contains a custom component called TaskEditor that is
included in the MXML file of another custom component like so:

.......Snipped.........
<mx:VDivid
 3991/28/2008 9:08:00 PM
Diagonal Line
Hi Experts,

I am new to flex.
Can you please guide how to draw a diagonal line in flex?

Regards,
Gopal
 101091/28/2008 5:09:46 AM
POJO to actionscript class converter ?
Does anyone know of a simple POJO to AS3 class converter exists? If not, I
guess I'll get started.

I'm talking about only regenerating members, getters, and setters (from a pure
 01061/25/2008 10:03:20 PM
AdvancedDataGrid Drag Drop Error
I'm running into an issue where AdvancedDataGrid is not accepting drag and drop
from controls that do not implement dataprovider in HierarchicalData format.
If i change the ADG's dataprovid
 02971/24/2008 11:41:06 PM
Draw text on an image
I need to draw dynamic text, gotten from user input, onto an image (for example
png, jpg, gif, or bmp) and then save the result as a new image that the user
can select, copy, paste, click on
 11181/24/2008 4:01:08 PM


   
  Privacy | Contact Us
All Times Are GMT