Hi Sir/Madam,
May I install Flex Builder 3.0.2 and Flex Builder plugin 3.0.2 in same
computer? Do they affect each other.
Thanks for your help.
Mark
Hello All,
If I am to create custom components inside of Flash Builder for Mobile,
does it always have to begin by extending the View Class? I'm not
talking about custom controls, but Views that would contain a ton of
custom controls (one being a Loader component).
Up until now (for non-mo
no, you can't. however you can ask a friend to use his..
On Thu, Dec 8, 2011 at 4:51 PM, markflex2007 wrote:
>
> I am develop a app for ISO in Air now.
>
> I have not register a Apple developer account now.
>
> May I create ipa file in Flash Builder without setting a Apple development
> accoun
I am develop a app for ISO in Air now.
I have not register a Apple developer account now.
May I create ipa file in Flash Builder without setting a Apple development
account? How to do that if it is possible?
Thanks
Mark
Hi,
I have a issue for Flex builder 3. that take too long time buiding a project
I guess I need update the flexbuilder.ini
-vmargs
-Xms512m
-Xmx768m
-XX:MaxPermSize=256m
-XX:PermSize=64m
-Djava.net.preferIPv4Stack=true
I need the setting is related to Java virtul machine.
Would you please expl
Ok - so far we've had an application that uses stomp for messaging over port
61616 -- with a crossdomain being served at 843 as it should because the socket
connection was in the higher range; now we want to shift it so that we use
stomp over 443 (https) because some companies block the upper p
I have an ActionScript class that creates a custom Review object, like so:
/ Review.as
/ Taken from one of Adobe's online samples
package samples.restaurant
{
import mx.formatters.DateFormatter;
// [RemoteClass(alias="samples.restaurant.Review")]
[Bindable]
public class Review
{
p
Hi,
Please refer Stackoverflow to see screenshots and details about the problem
http://stackoverflow.com/questions/3544933/question-about-filterfunction-of-arraycollection
Rish
I am deploying a Flex app that utilizes BlazeDS and runs on HTTPS. I have
properly configured BlazeDS to work over SSL. Everything works great.. I have
one small annoying issue that I cannot seem to resolve.
the HTML generated by the html-wrapper compilation process is generating code
that con
Hey all,
I am still using 3.5 with FlashBuilder and I have a question for you all.
Can I take a FXP image file and embed it in Flex like a jpeg or png file?
Thanks,
timgerr
Should be flash.events.Event.EXITING
On 6/14/10 8:07 PM, "Arik de Guzman" wrote:
Hi,
i would like to ask how can i catch an "ALT+F4" close on my application so i
set some rules/methods before exiting.
i have tried catching a keyboard.keydown event, it directly closes the
application.
Hi,
i would like to ask how can i catch an "ALT+F4" close on my application so i
set some rules/methods before exiting.
i have tried catching a keyboard.keydown event, it directly closes the
application.
Thanks in advance for the people who would reply to this post :)
Hi, I was trying to implement the below thing but i could not get it can you
please help me out with this
xxx will pre-populate the text box with the customer name and the CLf
associated with the PNG using the following format:
_
Spaces in the customer name shall be replaced with a hyph
When I make a dock menu and run my program in OSX, the native menu when you
right-click includes a "Hide/Show" menu option by default. I can't figure out
what I'm missing but I'm trying to toggle that when I hide the program using
the Invoke event. So what happens is that I'll hide the app an
Hi all,
I have a class that extends GridLines in a Flex chart. GridLines is itself a
subclass of ChartElement.
I need the gridlines to redraw whenever the min/max of the axes changes. I can
get it to redraw but in updateDisplayList method, the reference dataTransform
object does not contain th
Or use an and specify the minValue and maxValue.
Gordon Smith
Adobe Flex SDK Team
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf
Of Tom Chiverton
Sent: Monday, April 19, 2010 3:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Question on TextInput
On Monday 19 Apr 2010, Christophe wrote:
> How to limit the value of a textInput to be a Number between 0 and 12 ?
Use a NumericStepper instead.
--
Helping to collaboratively transition corporate unique dynamic slick IPOs as
part of the IT team of the year 2010, '09 and '08
***
Hello,
How to limit the value of a textInput to be a Number between 0 and 12 ?
Thank you,
Christophe,
Hi,
I load and show a big swf. May I do play, pause,stop,replay the swf?
That will like video player.
Thanks
Mark S
Embed the swf with swfobject javascript library.
C
From: Raymond Brown
To: "flexcoders@yahoogroups.com"
Sent: Thu, April 1, 2010 5:47:09 PM
Subject: [flexcoders] Question about the flash detection kit script
Can anyone give advice on how best
Can anyone give advice on how best to use the flash detection kit. My users
have 4.0 minimum so I should be able to use the flash_AS_detection.as but I am
not sure how to use it. I want to achieve the following:
1. My users go to page https://127.0.0.1:8443/initial/startPage.swf
- if they ar
You will get a COMPLETE event from myImage
On 3/25/10 5:09 AM, "Christophe" wrote:
Hello,
After the instruction :
myImage.source = test.jpg
There is a delay before the image is updated on the client computer.
How to be sure that the image is updated ?
Thank you,
Christophe,
--
Al
Hello,
After the instruction :
myImage.source = test.jpg
There is a delay before the image is updated on the client computer.
How to be sure that the image is updated ?
Thank you,
Christophe,
I believe that Flex 3/4 has it own classes
in actionscript 3 like
Does the event type specified in an event metadata tag need to be imported in
the class where the event tag is placed?
How can I have the button responding when it is clicked with the message : "you
clicked me "
I tried but it but it does not work.
import mx.controls.Alert;
public function createHandlers(e:Event):void {
b1.addEventListener(MouseEvent.CLICK, submitForm);
b2.ad
Hello all,
I want to extend the RichTextEitor and I have a problem(s) with doing so. So I
wrote A action script class trying to extend the Rich Text Editor. I wanted to
just add a text box to the toolbar but am getting errors, here is my code:
ackage com.DaNaTiRTE
{
import mx.controls.R
Not sure I understood the question. Try the rollOver event.
On 1/28/10 10:20 AM, "timgerr" wrote:
Hello all, I am having a problem. I am using drag and drop and want to add an
event listener on objects that a mouse is over. So I have this panel and then
I add a label and maybe a butto
Hello all, I am having a problem. I am using drag and drop and want to add an
event listener on objects that a mouse is over. So I have this panel and then
I add a label and maybe a button to the panel. I then attach to the panel,
label and button an event listener mouse over to get the class
Thanks very much, Aaron, for taking the time to compile the code on your
end. Without your help, I'd have been spinning my wheels on this for days
It appears to be a compiler/debugger bug in beta 2. I started
commenting out code and recompiling and then uncommenting and
recompiling and event
I just tried it on my machine and it compiled without any problems after I
took out the dependencies I didn't have access to. I never got the error
you mentioned. Maybe it's referring to something else? Cut everything out
of your project (maybe make a new one) except the onResult function you
be
Am I missing something?
var h1:HBox = new HBox();
h1.setStyle("backgroundColor",0xFF);
trace("GetStyle of backgroundColor--> " +
h1.getStyle("backgroundColor"));
.trace output...
GetStyle of backgroundColor--> undefined
Isn't the getStyle suppose to retu
I am having trouble with an override, getting "Method marked override
must override another method".
No problem at all doing this:
in the BASE CLASS:
protected function foo(): void{}
in the SUBCLASS
override protected function foo(): void{}
But the error given above occurs here:
in the BASE
I'm not sure I understand your question clearly but if I assume correctly I
think the answer will be yes, there is no need for each descendant to
instantiate its own responder.
Aaron
On Sun, Jan 17, 2010 at 6:37 PM, Tim Romano wrote:
>
>
> Thank you, Aaron, for the helpful answers. My intention
Thank you, Aaron, for the helpful answers. My intention would be to have
each of the descendants of MYHTTPSERVICEBASE point to a different
destination and raise an event specific to that destination, and to have
a separate listeners for each kind of event. If I've understood you
correctly, ther
I'll take a crack at it.
Can the event object be dispatched from within the MYHTTPSERVICEBASE?
Sure. I think there may be a separate underlying question here though. Are
you asking how? Maybe you can clarify?
Will the GUI hear it if it's dispatched from the base class?
First of all, if the ser
Let's say I have a class MYHTTPSERVICEBASE which extends
mx.rpc.http.HTTPService. This base class of mine checks whether it is
being run in debug mode or release, and sets the base URL to localhost
or the remote host. Then I have individual http service classes that
extend MYHTTPSERVICEBASE.
bject: [flexcoders] Question about 'copyLocale'
Usage: copylocale srcLocale dstLocale
copyLocale is a command to generate framework resource for each locale.
I wonder whether srcLocale should be a default locale for dstLocale. In other
words, should srcLocale be a locale that is as close
Usage: copylocale srcLocale dstLocale
copyLocale is a command to generate framework resource for each locale.
I wonder whether srcLocale should be a default locale for dstLocale. In other
words, should srcLocale be a locale that is as close as possible to dstLocale.
For example, would the foll
On Monday 11 Jan 2010, Christophe wrote:
> How to avoid hacking techniques like injection from a text input in a flex
> application ?
The normal server-side filtering approach should be fairly solid.
Anything specific ?
--
Helping to appropriately reinvent design-patterns as part of the IT team
Hello,
How to avoid hacking techniques like injection from a text input in a flex
application ?
Thank you,
Christophe,
, January 04, 2010 7:31 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Question about flex source
See here under asdoc tags:
http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html
The @eventType tells the ASDoc generator that what it's seeing on that line is
some
See here under asdoc tags:
http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html
The @eventType tells the ASDoc generator that what it's seeing on that line
is something special and needs to be dealt with in a special way. It
shouldn't affect your application's code execution in an
I notice that the flex source files have commented out sections like this one:
**
* Dispatched after the Application has been initialized,
* processed by the LayoutManager, a
e Flex SDK Team
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf
Of timgerr
Sent: Wednesday, December 09, 2009 12:01 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question about getting the type of item / component with
drag and drop
Hello all,
I have b
Hello all,
I have been tasked with creating a menu that gets build with drag and drop
components. I have followed this tutorial
(http://www.flexafterdark.com/tutorials/Flex-Drag-and-Drop) and have learned a
lot.
I have a few questions to get to the next stage so I will ask a few questions.
1
I'm not sure if I'd call an MXML component a set of AS3 classes. The
complete Flex Framework is built in AS3 without using any MXML.
MXML is an "AS3" code generation language and the MXML file is compiled
to AS3 by the Flex compiler. But, you cannot use an MXML component in a
non-Flex appl
Hey,
Flex is nothing more than a framework built using AS3, and AS3 only exists
in the flash player, so they are the exact same AS3. An Flex (mxml)
component, is just a set of AS3 classes, that you can modify, update,
extend, or change in any way. Flex simply provides a high-level and
convenient w
I am new to Flex however I have both platforms , Flex 3 and Flash CS4. My
question is : When you code AS3 using Flex3 is it totally similar than Flash
AS3? Do they use different packages & Classes? Is it better to start with Flex
3 first then doing Flash aftwards?or can I learn both platforms o
mailto:flexcod...@yahoogroups.com] On Behalf
Of guytom19
Sent: Thursday, October 22, 2009 6:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question about overlay and transparency
Hello,
I'm failing to achieve something that sounded trivial at first - please see if
you have an idea
Hello,
I'm failing to achieve something that sounded trivial at first - please see if
you have an idea:
- We have a video player
- The video player loads a flex application
- This flex application we'd like to have a semi transparent (alpha=0.5) black
background
- on top of the black background
I have a line which can be horizontal or diagnol, and the user can make it
longer or short by dragging an end.
If the user should click anywhere on the line I need to keep track of this and
place a marker or callout over this clicked spot on the line at all times. So
if the user clicks say 1/4
Hi all,
I am stumped.
If I want to add an additional data series to a HLOC Chart that is a line
series of a simple 20 day moving average for the closing price ("Close") value
in an array collection (Array_Tickers)... how would I perform that calculation
in Flex?
How would I calculate "Close
excoders@yahoogroups.com
Subject: [flexcoders] Question about function Date
Hello,
Does the function new Date() return the date of the server or the date
of the client PC ?
Thank you,
Christophe,
Hello,
Does the function new Date() return the date of the server or the date of the
client PC ?
Thank you,
Christophe,
> Tracy Spratt,
>
> Lariat Services, development services available
> --
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Nick Middleweek
> *Sent:* Thursday, August 27, 2009 6:43 AM
> *To:* flexcoders@yah
groups.com [mailto:flexcod...@yahoogroups.com]
On Behalf Of Nick Middleweek
Sent: Thursday, August 27, 2009 6:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script
Execution + Alert.show
Why won't it work? I can't see why i
--
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Nick Middleweek
> *Sent:* Thursday, August 27, 2009 6:43 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Sc
, development services available
_
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Nick Middleweek
Sent: Thursday, August 27, 2009 6:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script
Execution + Alert.show
;>
>> Lariat Services, development services available
>> --
>>
>> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
>> Behalf Of *Nick Middleweek
>> *Sent:* Wednesday, August 26, 2009 7:33 PM
>> *To:* flexcoders@yah
to:flexcod...@yahoogroups.com] *On
> Behalf Of *Nick Middleweek
> *Sent:* Wednesday, August 26, 2009 7:33 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [Spam] [flexcoders] Question on Flex Script Execution +
> Alert.show
>
>
>
>
>
> I'm not sure if this tech
: flexcoders@yahoogroups.com
Subject: Re: [Spam] [flexcoders] Question on Flex Script Execution +
Alert.show
I'm not sure if this technique is frowned upon but...
You could have a new private var boolAlertContinue:Boolean = false;
In your alertHandler function, you would set it to
paradigm.
Tracy Spratt,
Lariat Services, development services available
_
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Angelo Anolin
Sent: Wednesday, August 26, 2009 2:03 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question on Flex Script
I'm not sure if this technique is frowned upon but...
You could have a new private var boolAlertContinue:Boolean = false;
In your alertHandler function, you would set it to true... boolAlertContinue
= true;
And after the Alert.show and before the if(myAlert == 1) you need to do a do
while loop.
Thanks and regards,
Angelo
From: Beau Scott
To: flexcoders@yahoogroups.com
Sent: Thursday, 27 August, 2009 0:32:02
Subject: Re: [flexcoders] Question on Flex Script Execution + Alert.show
Alert.show is async, so move the code after Alert.show to the alertHandler
Alert.show is async, so move the code after Alert.show to the alertHandler
method after your if/else block that's already in there.
Beau
On Wed, Aug 26, 2009 at 12:03 AM, Angelo Anolin wrote:
>
>
> Hi FlexCoders,
>
> This has puzzled me a bit..
>
> I have the following scripts in my applicatio
Hi FlexCoders,
This has puzzled me a bit..
I have the following scripts in my application:
private var myAlert:int;
private function testFunction(evt:Event):void
{
Alert.show('do you want to proceed', 'Title', Alert.YES | Alert.NO, null,
alertHandler, null, Alert.YES);
if(myAlert == 1)
Sorry if this is a really simple question.
I have a button and im loading in an external stylesheet and setting the
buttons styleName to .removeUserButton.
*
*
.removeUserButton {
upSkin: Embed("/assets/images/btn_secondary_up.png");
overSkin: Embed("/assets/images/btn_secondary_over.png"
classes effectively.
Tracy Spratt,
Lariat Services, development services available
_
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of fred44455
Sent: Sunday, August 09, 2009 1:28 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question about
The label is not defined in this example. How can the label
be called without an error? (('right side with ' + event.label)"/)
Thanks for your time.
http://www.adobe.com/2006/mxml";>
public function showMsg(msg:String):void
{
mx.controls.Alert.show('You just clicked on ' + msg);
}
I am learning AS3 with Actionscript 3 Esssential Training(Lynda.com) but I was
told that the Flash packages are different from Flex 3 packages. Should I
continue learning AS3 with this video? It use Flex 3 as compiler but does not
use any
coders@yahoogroups.com
Subject: [flexcoders] Question about a flex component
Hi,
I am new to Flex. I am looking for help on designing a custom component that
will
hold a lot of items. When the items exceed the number that are visible in the
ui
of this horizontal component on the webpage an ic
Hi,
I am new to Flex. I am looking for help on designing a custom component
that will
hold a lot of items. When the items exceed the number that are visible in
the ui
of this horizontal component on the webpage an icon appears, which if you
click
will show a list of the other components you can
Here is some code of what I am using today:
private function startAliveDeadCheck():void {
startMonitor("127.0.0.1", 80);
}
private function startMonitor(location:String, port:uint):void {
monitor = new SocketMonitor(location, port);
monitor.addEventListener(StatusEvent.S
Sent: Sunday, May 17, 2009 5:19 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question on Mx:HTTP Service
I am using an app Server{Jboss] to host Flex files .
I want to call
http://machineName:
<http://machineName:8080/ContextPath/flex/showReports.do>
8080/ContextPat
I am using an app Server{Jboss] to host Flex files .
I want to call
http://machineName:8080/ContextPath/flex/showReports.do"/>
how do i replace this part url=
"http://machineName:8080/ContextPath/flex/showReports.do"; with
"/ContextPath/flex/showreports.do" .
Otherwise its link depending on
: [flexcoders] Question regarding FLV protection
I don't use fms, but couldnt streaming flv through https or rtmps do the work ?
Or maybe a session based authorization ?
thomas
---
http://www.web- attitude. fr/
msn : thomas.parquier@ web-attitude. fr
softphone : sip:webattitude@ ekig
I don't use fms, but couldnt streaming flv through https or rtmps do the
work ?
Or maybe a session based authorization ?
thomas
---
http://www.web-attitude.fr/
msn : thomas.parqu...@web-attitude.fr
softphone : sip:webattit...@ekiga.net
téléphone portable : +33601 822 056
2009/5/4 Jon Oxtoby
>
Hi,
We're currently using FMS 3.0 as a streaming solution in an effort to prevent
people stealing our FLV's, with limited success. The main issue we're running
into is people using stream downloading software which is basically creating a
new connection to FMS and downloading the stream. My q
ffiliates. If you are not the intended recipient
please contact is.helpd...@inps.co.uk
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of timgerr
Sent: 23 April 2009 16:02
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question
When I run ASDocs on a project that works fine, I get some errors that somthing
was not found at compile time. Is there a way to turn off errors and just
write the documentation???
Thanks,
timgerr
Hi,
I have a question about accessing Flex from Java.
Some context: I am writing automated JUnit integration tests that will call
the remote objects in the Flex application that is under test. We also have
Junit unit tests and will have automated Flex GUI tests ... but this
question is
I confuse the syntax if two event more events triage the Binding?
Is the following syntax right or not?
[Bindable(event="event1",event="event2",event="event3")]
Thanks
Mark
Hi,
I take a look the Amfphp server code and structure. I do not see
service-config.xml and remoting-config.xml file.
I need set connection with the two files in server if I use Flex remoteobject.
service-config.xml is used for endpoint setting and remoting-config.xml is used
for destination/s
Hello all,
I am creating an application that is a windowed system, I mean that I have
windows that will launch and you can move them around. I have ad to create all
my content dynamically in Action Script because when my windows close I remove
the object.
Here is my question for y'all, can
On Tue, Mar 17, 2009 at 2:38 PM, Josh McDonald wrote:
> I re-read the original post, and it makes sense. I always use change
> events rather than bindings on the way back from components, which is what
> I'd recommend rather than two-way bindings.
>
Yes that is what I was trying to give as an ans
ew MyForm();
>>>> mf.addEventListener(FlexEvent.CREATION_COMPLETE, formCreatedHandler);
>>>> addChild(mf);
>>>>
>>>> protected function formCreatedHandler(event:FlexEvent):void {
>>>> mf.removeEventList
exEvent.CREATION_COMPLETE, formCreatedHandler);
>>> addChild(mf);
>>>
>>> protected function formCreatedHandler(event:FlexEvent):void {
>>> mf.removeEventListener(FlexEvent.CREATION_COMPLETE,
>>> formCreatedHandler);
>>> mf.foo = "bar";
>>> }
>
--
>> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
>> Behalf Of *enriirne
>> *Sent:* Wednesday, March 11, 2009 8:25 AM
>> *To:* flexcoders@yahoogroups.com
>> *Subject:* [flexcoders] Question about binding and circular reference
>&g
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *enriirne
> *Sent:* Wednesday, March 11, 2009 8:25 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Question about binding and circular reference
>
> Say I have this:
>
You should check out the int, uint, and Number types. The sizes are
predefined in ActionScript 3 and not system dependent (e.g. int is
always 32-bit signed).
Operator overloading is not available. You can create an 'equals'
method and use it like so:
if (obj1.equals(obj2))
...
You can crea
I am saving some info, and when i save the int goes in correctly, but when I
readInt() it comes out a lot bigger, I can't find the relationship
Here's what i am dealing with:
##VirtualBounds (x=0, y=0, w=3200, h=1200)
READING this.virtualBounds 0 0 819200 307200
It's really co
Salut Christophe,
Other will definitely pitch in but here are some answers:
> Is it possible to define a variable as a long ?
The data type is "Number". It's a IEEE-754 double-precision
floating-point number.
> How to program the overloading of an operator like the equal between 2
objects o
onvert an int to a Number ?
just cast it
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7f87.html
From: christophe_jacquelin
To: flexcoders@yahoogroups.com
Sent: Thursday, March 12, 2009 10:27:32 AM
Subject: [fl
Hello,
I am a C developper and now I am developing in Action Script. I have questions
about ActionScript
- Is it possible to define a variable as a long ?
- How to program the overloading of an operator like the equal between 2
objects of a same class.
- What is the equivalent of a structur
oveEventListener(FlexEvent.CREATION_COMPLETE,
formCreatedHandler);
mf.foo = "bar";
}
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of enriirne
Sent: Wednesday, March 11, 2009 8:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcode
Say I have this:
// MyForm.mxml
[Bindable]
public var foo:String;
Is there an elegant way to avoid that foo is cleared upon creation of MyForm?
Indeed, if I do this in the main app:
var mf:MyForm = new MyForm();
mf.foo = "bar";
addChild(mf);
then myText is empty, probably because it's empt
On Wed, Mar 4, 2009 at 7:57 AM, claudiu ursica wrote:
> Try with ant or maven, have to manually write build scripts though...
Thanks for the confirmation. I ended up spending a couple of hours the
other night writing executable scripts that call the compc compiler in
the SDK. I haven't figured ou
Try with ant or maven, have to manually write build scripts though...
HTH,
Claudiu
From: David Adams
To: flexcoders@yahoogroups.com
Sent: Friday, February 27, 2009 5:23:56 AM
Subject: [flexcoders] Question: Strategies for compiling individual modules
into
On Tuesday 03 Mar 2009, carlo giordano wrote:
> Thanks for the link, but now I would connect the node with straight
> lines not curved lines. Have you some idea or some tututorial how to
> do this ?
Graphics.lineTo();
--
Tom Chiverton
Helping to apprehensively integrate visionary magnetic distri
1 - 100 of 562 matches
Mail list logo