[flexcoders] Trigger DateFormatter bindings

2009-04-30 Thread Ben Reynolds
Hey guys,

   Is there a way to trigger the binding on all related items when
changing the DateFormatter's formatString? eg.  becomes MMM, 
via actionscript in the following:




I'd prefer not to be manually injecting the new format into each of the
text objects every time.

Regards,

   MrB.



Re: [flexcoders] Trigger updateDisplayList

2008-07-22 Thread Michael Schmalle
Hi,

updateDisplayList() is a method.

You would call

invalidateDisplayList() and the next frame, updateDisplayList() will be
called AFTER measure() if invalidateSize() was called OR measurements became
invalid for some other reason.

Mike

On Tue, Jul 22, 2008 at 8:25 AM, markgoldin_2000 <[EMAIL PROTECTED]>
wrote:

>   What are the ways of triggering that event programmatically?
>
> Thanks
>
>  
>



-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.


[flexcoders] Trigger updateDisplayList

2008-07-22 Thread markgoldin_2000
What are the ways of triggering that event programmatically?

Thanks



Re: [flexcoders] Trigger a function in the main applicatoin mxml from a popup window.

2007-10-28 Thread Bjorn Schultheiss
Listen to the closeEvent from the popup and call the function from  
the handler.


Bjorn


On 29/10/2007, at 12:10 PM, kalpkat9 wrote:


Hi,

This might be a really petty question to ask, but I will greatly
appreciate if someone can answer.

How can I trigger a function in my main application mxml, from a popup
window(title window/panel) after a submit button click. (I am  
trying to

change the state of my main application by clicking the submit button)

Thank you,
Kal.







[flexcoders] Trigger a function in the main applicatoin mxml from a popup window.

2007-10-28 Thread kalpkat9
Hi,

This might be a really petty question to ask, but I will greatly
appreciate if someone can answer.

How can I trigger a function in my main application mxml, from a popup
window(title window/panel) after a submit button click. (I am trying to
change the state of my main application by clicking the submit button)

Thank you,
Kal.







[flexcoders] Trigger DataTips - Event Injection?

2007-09-05 Thread Abyss Knight
I'm working on a charting project, and we're rendering some extra
objects in the chart to represent different data in the actual series
using the DataDrawingCanvas. Basically, what I'd like to do is on
mouseover of one of those custom components, trigger a specific data
point's toolTip. What I've done so far is store the actual data to the
component, so I can recall it from the event handler and then use
findDataPoints to get the data point to trigger the toolTip on.
Currently I do get points back, which is a good sign, but I can't seem
to trigger the correct event to show the toolTip/dataTip.

arrow2.addEventListener(MouseEvent.ROLL_OVER,function(event:MouseEvent):void{
var myData:Object = (event.target as FlowArrow).data;
var myLocation:Point = bigChart.dataToLocal(myData.time,myData.avg);
var hitRay:Array =  bigChart.findDataPoints(myLocation.x,myLocation.y);
if(hitRay.length > 0){
var myTrigger:ChartItemEvent = 
new 
ChartItemEvent("itemRollOver",hitRay,event,bigChart);
(hitRay[0] as HitData).chartItem.dispatchEvent(myTrigger);
}
});



[flexcoders] Trigger?

2007-02-09 Thread Tom Cornilliac
The ComboBox.close() method accepts a "trigger:Event = null" argument.
What does the trigger do?

What I'm trying to do is close the combobox from a function and then
dispatch and event when it's done closing. Any ideas?

~Tom


RE: [flexcoders] Trigger a method a method in a child document

2007-01-22 Thread Tracy Spratt
If you give the component an id, you can access the public members
through that id:

myComponent.init();

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of TJ Downes
Sent: Monday, January 22, 2007 12:29 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Trigger a method a method in a child document

 

Im looking for a way to trigger a method in a child document, namely a
custom component, from the parent document. For example, when I click
the tab in the parent document that displays my custom component I
want the parent document to trigger the init() method in the component
to reset itself. 

Since there is no childDocument property, is there another way to
handle this?

 



[flexcoders] Trigger a method a method in a child document

2007-01-22 Thread TJ Downes
Im looking for a way to trigger a method in a child document, namely a
custom component, from the parent document. For example, when I click
the tab in the parent document that displays my custom component I
want the parent document to trigger the init() method in the component
to reset itself. 

Since there is no childDocument property, is there another way to
handle this?



RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Erik Westra
Title: Trigger flex from Java listener





Agreed, a socketserver in java is very easy to build (or 
download). From that socketserver u can push information to your 
client.
 
Greetz Erik


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Peter 
FarlandSent: woensdag 11 mei 2005 15:11To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from 
Java listener

Have you looked at Flash's XMLSocket 
class?
 
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary860.html
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 7:55 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trigger flex from 
Java listener

Hi all, 
I need to trigger actions in Flex based on values 
received by a Java listener. So, the listener 
sees a certain value and needs to send a message to Flex telling it to do 
something. 
Is there any way that I can do this? I thought using LocalConnection, but there is no Java 
equivalent for this ActionScript function. 
Thanks, Jeroen. 
 
Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen 
C/ICT - AMARIS  
Deze e-mail en alle gekoppelde bestanden zijn officiele 
documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke 
of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail 
of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen 
en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te 
verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf 
Antwerpen is op geen enkele manier verantwoordelijk voor fouten of 
onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf 
Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte 
schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of 
fout in deze e-mail. English Translation: This e-mail and all attached 
files are official documents of Antwerp Port Authority and may contain 
confidential or personal information. If you have received this e-mail in error, 
you are asked to inform the sender by e-mail or telephone immediately, and to 
remove it from your system without reading or reproducing it or passing it on to 
other parties. Antwerp Port Authority is in no way responsible for any errors or 
inaccuracies in the contents of this e-mail, nor can it be held liable for any 
direct or indirect loss, damage or inconvenience arising from any such errors or 
inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Peter Farland
Title: Trigger flex from Java listener





Have you looked at Flash's XMLSocket 
class?
 
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary860.html
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 7:55 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trigger flex from 
Java listener

Hi all, 
I need to trigger actions in Flex based on values 
received by a Java listener. So, the listener 
sees a certain value and needs to send a message to Flex telling it to do 
something. 
Is there any way that I can do this? I thought using LocalConnection, but there is no Java 
equivalent for this ActionScript function. 
Thanks, Jeroen. 
 
Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen 
C/ICT - AMARIS  
Deze e-mail en alle gekoppelde bestanden zijn officiele 
documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke 
of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail 
of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen 
en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te 
verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf 
Antwerpen is op geen enkele manier verantwoordelijk voor fouten of 
onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf 
Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte 
schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of 
fout in deze e-mail. English Translation: This e-mail and all attached 
files are official documents of Antwerp Port Authority and may contain 
confidential or personal information. If you have received this e-mail in error, 
you are asked to inform the sender by e-mail or telephone immediately, and to 
remove it from your system without reading or reproducing it or passing it on to 
other parties. Antwerp Port Authority is in no way responsible for any errors or 
inaccuracies in the contents of this e-mail, nor can it be held liable for any 
direct or indirect loss, damage or inconvenience arising from any such errors or 
inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Abdul Qabiz
Title: Trigger flex from Java listener





Hi,
 
I am little confused, what is this java listener? Is it 
client side or server side?
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 6:06 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from 
Java listener

Abdul,
 
Thanks for the effort, but I fear it doesn't help me along. 
It seems that the only way you can call _javascript_ is through applets. But a 
listener is not applet...
 
Is there maybe documentation on the flashgateway.jar? I 
think that there might be something interesting in those 
classes.
 
Jeroen.


Van: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Namens Abdul 
QabizVerzonden: woensdag 11 mei 2005 14:29Aan: 
flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex 
from Java listener

You can search google to find some info on 
it.
 
I found following two links:
 
- http://www.apl.jhu.edu/~hall/java/_javascript_-from-Java.html
- http://forum.java.sun.com/thread.jspa?threadID=568890&messageID=3015226
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:35 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from 
Java listener

Abdul,
 
I think the most difficult part here is to call a 
_javascript_ from the listener...
Any idea on how to do that?
 
Jeroen.


Van: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Namens Abdul 
QabizVerzonden: woensdag 11 mei 2005 14:02Aan: 
flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex 
from Java listener

Hi,
 
You can route your messages to Flex application through 
_javascript_ code
 
So java listener sends messages to _javascript_ code, 
_javascript_ code sends the values to Flex/Flash application view available 
methods
 
I am sure it's not very difficult. If you can interact with 
_javascript_ it's straight forward..
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:25 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trigger flex from 
Java listener

Hi all, 
I need to trigger actions in Flex based on values 
received by a Java listener. So, the listener 
sees a certain value and needs to send a message to Flex telling it to do 
something. 
Is there any way that I can do this? I thought using LocalConnection, but there is no Java 
equivalent for this ActionScript function. 
Thanks, Jeroen. 
 
Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen 
C/ICT - AMARIS  
Deze e-mail en alle gekoppelde bestanden zijn officiele 
documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke 
of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail 
of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen 
en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te 
verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf 
Antwerpen is op geen enkele manier verantwoordelijk voor fouten of 
onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf 
Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte 
schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of 
fout in deze e-mail. English Translation: This e-mail and all attached 
files are official documents of Antwerp Port Authority and may contain 
confidential or personal information. If you have received this e-mail in error, 
you are asked to inform the sender by e-mail or telephone immediately, and to 
remove it from your system without reading or reproducing it or passing it on to 
other parties. Antwerp Port Authority is in no way responsible for any errors or 
inaccuracies in the contents of this e-mail, nor can it be held liable for any 
direct or indirect loss, damage or inconvenience arising from any such errors or 
inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Jeroen De Vos
Title: Trigger flex from Java listener





Abdul,
 
Thanks for the effort, but I fear it doesn't help me along. 
It seems that the only way you can call _javascript_ is through applets. But a 
listener is not applet...
 
Is there maybe documentation on the flashgateway.jar? I 
think that there might be something interesting in those 
classes.
 
Jeroen.


Van: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Namens Abdul 
QabizVerzonden: woensdag 11 mei 2005 14:29Aan: 
flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex 
from Java listener

You can search google to find some info on 
it.
 
I found following two links:
 
- http://www.apl.jhu.edu/~hall/java/_javascript_-from-Java.html
- http://forum.java.sun.com/thread.jspa?threadID=568890&messageID=3015226
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:35 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from 
Java listener

Abdul,
 
I think the most difficult part here is to call a 
_javascript_ from the listener...
Any idea on how to do that?
 
Jeroen.


Van: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Namens Abdul 
QabizVerzonden: woensdag 11 mei 2005 14:02Aan: 
flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex 
from Java listener

Hi,
 
You can route your messages to Flex application through 
_javascript_ code
 
So java listener sends messages to _javascript_ code, 
_javascript_ code sends the values to Flex/Flash application view available 
methods
 
I am sure it's not very difficult. If you can interact with 
_javascript_ it's straight forward..
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:25 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trigger flex from 
Java listener

Hi all, 
I need to trigger actions in Flex based on values 
received by a Java listener. So, the listener 
sees a certain value and needs to send a message to Flex telling it to do 
something. 
Is there any way that I can do this? I thought using LocalConnection, but there is no Java 
equivalent for this ActionScript function. 
Thanks, Jeroen. 
 
Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen 
C/ICT - AMARIS  
Deze e-mail en alle gekoppelde bestanden zijn officiele 
documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke 
of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail 
of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen 
en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te 
verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf 
Antwerpen is op geen enkele manier verantwoordelijk voor fouten of 
onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf 
Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte 
schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of 
fout in deze e-mail. English Translation: This e-mail and all attached 
files are official documents of Antwerp Port Authority and may contain 
confidential or personal information. If you have received this e-mail in error, 
you are asked to inform the sender by e-mail or telephone immediately, and to 
remove it from your system without reading or reproducing it or passing it on to 
other parties. Antwerp Port Authority is in no way responsible for any errors or 
inaccuracies in the contents of this e-mail, nor can it be held liable for any 
direct or indirect loss, damage or inconvenience arising from any such errors or 
inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Abdul Qabiz
Title: Trigger flex from Java listener





You can search google to find some info on 
it.
 
I found following two links:
 
- http://www.apl.jhu.edu/~hall/java/_javascript_-from-Java.html
- http://forum.java.sun.com/thread.jspa?threadID=568890&messageID=3015226
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:35 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from 
Java listener

Abdul,
 
I think the most difficult part here is to call a 
_javascript_ from the listener...
Any idea on how to do that?
 
Jeroen.


Van: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Namens Abdul 
QabizVerzonden: woensdag 11 mei 2005 14:02Aan: 
flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex 
from Java listener

Hi,
 
You can route your messages to Flex application through 
_javascript_ code
 
So java listener sends messages to _javascript_ code, 
_javascript_ code sends the values to Flex/Flash application view available 
methods
 
I am sure it's not very difficult. If you can interact with 
_javascript_ it's straight forward..
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:25 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trigger flex from 
Java listener

Hi all, 
I need to trigger actions in Flex based on values 
received by a Java listener. So, the listener 
sees a certain value and needs to send a message to Flex telling it to do 
something. 
Is there any way that I can do this? I thought using LocalConnection, but there is no Java 
equivalent for this ActionScript function. 
Thanks, Jeroen. 
 
Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen 
C/ICT - AMARIS  
Deze e-mail en alle gekoppelde bestanden zijn officiele 
documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke 
of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail 
of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen 
en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te 
verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf 
Antwerpen is op geen enkele manier verantwoordelijk voor fouten of 
onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf 
Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte 
schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of 
fout in deze e-mail. English Translation: This e-mail and all attached 
files are official documents of Antwerp Port Authority and may contain 
confidential or personal information. If you have received this e-mail in error, 
you are asked to inform the sender by e-mail or telephone immediately, and to 
remove it from your system without reading or reproducing it or passing it on to 
other parties. Antwerp Port Authority is in no way responsible for any errors or 
inaccuracies in the contents of this e-mail, nor can it be held liable for any 
direct or indirect loss, damage or inconvenience arising from any such errors or 
inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Jeroen De Vos
Title: Trigger flex from Java listener





Abdul,
 
I think the most difficult part here is to call a 
_javascript_ from the listener...
Any idea on how to do that?
 
Jeroen.


Van: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Namens Abdul 
QabizVerzonden: woensdag 11 mei 2005 14:02Aan: 
flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex 
from Java listener

Hi,
 
You can route your messages to Flex application through 
_javascript_ code
 
So java listener sends messages to _javascript_ code, 
_javascript_ code sends the values to Flex/Flash application view available 
methods
 
I am sure it's not very difficult. If you can interact with 
_javascript_ it's straight forward..
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:25 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trigger flex from 
Java listener

Hi all, 
I need to trigger actions in Flex based on values 
received by a Java listener. So, the listener 
sees a certain value and needs to send a message to Flex telling it to do 
something. 
Is there any way that I can do this? I thought using LocalConnection, but there is no Java 
equivalent for this ActionScript function. 
Thanks, Jeroen. 
 
Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen 
C/ICT - AMARIS  
Deze e-mail en alle gekoppelde bestanden zijn officiele 
documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke 
of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail 
of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen 
en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te 
verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf 
Antwerpen is op geen enkele manier verantwoordelijk voor fouten of 
onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf 
Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte 
schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of 
fout in deze e-mail. English Translation: This e-mail and all attached 
files are official documents of Antwerp Port Authority and may contain 
confidential or personal information. If you have received this e-mail in error, 
you are asked to inform the sender by e-mail or telephone immediately, and to 
remove it from your system without reading or reproducing it or passing it on to 
other parties. Antwerp Port Authority is in no way responsible for any errors or 
inaccuracies in the contents of this e-mail, nor can it be held liable for any 
direct or indirect loss, damage or inconvenience arising from any such errors or 
inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Abdul Qabiz
Title: Trigger flex from Java listener





Hi,
 
You can route your messages to Flex application through 
_javascript_ code
 
So java listener sends messages to _javascript_ code, 
_javascript_ code sends the values to Flex/Flash application view available 
methods
 
I am sure it's not very difficult. If you can interact with 
_javascript_ it's straight forward..
 
-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De 
VosSent: Wednesday, May 11, 2005 5:25 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trigger flex from 
Java listener

Hi all, 
I need to trigger actions in Flex based on values 
received by a Java listener. So, the listener 
sees a certain value and needs to send a message to Flex telling it to do 
something. 
Is there any way that I can do this? I thought using LocalConnection, but there is no Java 
equivalent for this ActionScript function. 
Thanks, Jeroen. 
 
Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen 
C/ICT - AMARIS  
Deze e-mail en alle gekoppelde bestanden zijn officiele 
documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke 
of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail 
of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen 
en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te 
verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf 
Antwerpen is op geen enkele manier verantwoordelijk voor fouten of 
onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf 
Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte 
schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of 
fout in deze e-mail. English Translation: This e-mail and all attached 
files are official documents of Antwerp Port Authority and may contain 
confidential or personal information. If you have received this e-mail in error, 
you are asked to inform the sender by e-mail or telephone immediately, and to 
remove it from your system without reading or reproducing it or passing it on to 
other parties. Antwerp Port Authority is in no way responsible for any errors or 
inaccuracies in the contents of this e-mail, nor can it be held liable for any 
direct or indirect loss, damage or inconvenience arising from any such errors or 
inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] Trigger flex from Java listener

2005-05-11 Thread Jeroen De Vos
Title: Trigger flex from Java listener








Hi all,


I need to trigger actions in Flex based on values received by a Java listener.

So, the listener sees a certain value and needs to send a message to Flex telling it to do something.


Is there any way that I can do this?

I thought using LocalConnection, but there is no Java equivalent for this ActionScript function.



Thanks,

Jeroen.






Jeroen De Vos

Gemeentelijk Havenbedrijf Antwerpen

C/ICT - AMARIS




Deze e-mail en alle gekoppelde bestanden zijn officiele documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf Antwerpen is op geen enkele manier verantwoordelijk voor fouten of onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of fout in deze e-mail. English Translation: This e-mail and all attached files are official documents of Antwerp Port Authority and may contain confidential or personal information. If you have received this e-mail in error, you are asked to inform the sender by e-mail or telephone immediately, and to remove it from your system without reading or reproducing it or passing it on to other parties. Antwerp Port Authority is in no way responsible for any errors or inaccuracies in the contents of this e-mail, nor can it be held liable for any direct or indirect loss, damage or inconvenience arising from any such errors or inaccuracies. [GHA#Disclaimer]







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.