[flexcoders] Flex 1.5 print problem

2006-03-07 Thread Mika Kiljunen
Hi,

When printing big printjobs (over 10 pages) flex 1.5 completely makes a mess 
out of the result. It prints few pages nicely but the rest of the pages are 
just a mess. In a single printJob result there are empty pages, some pages that 
are completely fine and pages that have some printing on them but miss the most 
of the content (ie. there are vertical lines, half of a datagrid, lines of 
datagrids and empty lines between etc). If I print only few pages (10) then it 
prints all fine, but when there is over 10 pages it messes up. Any hints or 
clues how to fix this irritating problem?

 

-Mika



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Checkboard / chessboard pattern

2006-03-07 Thread Philippe Maegerman
I still believe it would be much easier to implement with beginBitmapFill()
 
http://www.blog.lessrain.com/?p=218
 
Philippe


From: flexcoders@yahoogroups.com on behalf of Gordon Smith
Sent: Mon 3/6/2006 21:46
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkboard / chessboard pattern


beginFill() will let you fill with a solid color; there's no reason to use 
beginBitmapFill() unless the checkerboard squares are bitmaps.

 

- Gordon

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Philippe Maegerman
Sent: Monday, March 06, 2006 1:18 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkboard / chessboard pattern

 

actualy 'beginBitmapFill'

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2441.html

 

Philippe

 

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon 
Smith
Sent: dimanche 5 mars 2006 4:09
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkboard / chessboard pattern

There are drawing APIs like beginFill(), drawRect(), etc. that you can
use to draw the squares. Check out the Graphics class.

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of andrewstuartblah
Sent: Saturday, March 04, 2006 1:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Checkboard / chessboard pattern

Hello

I'd like the background of my application to be a checkerboard /
chessboard pattern.

Can anyone suggest an easy programmtic way to do this?

I'd like to avoid using bitmaps but i'll do it if need be.

Thanks

Andrew






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 





SPONSORED LINKS 
Web site design development 
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 Computer software development 
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
 Software design and development 
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 
Macromedia flex 
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 Software development best practice 
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
   



YAHOO! GROUPS LINKS 



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





--
**STATEMENT OF CONFIDENTIALITY** 

This e-mail and any attached files are confidential and intended solely for the 
use of the individual to whom it is addressed. If you have received this email 
in error please send it back to the person that sent it to you. Any views or 
opinions presented are solely those of author and do not necessarily represent 
those the Emakina Company. Unauthorized publication, use, dissemination, 
forwarding, printing or copying of this email and its associated attachments is 
strictly prohibited.

We also inform you that we have checked that this message does not contain any 
virus but we decline any responsability in case of any damage caused by an a 
non detected virus.
--



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: 

Re: [flexcoders] Flex2 :: mx.logging package usage IE TraceTarget.filters

2006-03-07 Thread Michael Schmalle



Thanks Matt,

I was thinking the same thing about making it protected. I do the same
thing with a constructServices() method and defer the implementation to
the subclass, IE Template Method.

Peace, Mike
On 3/7/06, Matt Chotin [EMAIL PROTECTED] wrote:
















No, the logging filters are not smart
enough to understand the relationships between classes. If you put logging for
a category in for a superclass, that's it. Now what you can do is make
the logger protected and then have it assigned by the subclass. So the
subclass could assign it with its own value which would then get filtered out,
while a different class would leave it filtered in. That might be OK?



You set up flashlog by adding a mm.cfg
file to your windows %HOME% directory (usually c:\documents and
settings\username). In the mm.cfg you want:

ErrorReportingEnable=1

TraceOutputFileEnable=1



Matt











From:
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle
Sent: Monday, March 06, 2006 5:58
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2 ::
mx.logging package usage IE TraceTarget.filters






Hello,

Now, I was experimenting with the mx.logging package. Looks really kewl, I have
got some things working(BTW the docs are completly messed up on method
signatures).

Any adobe peplz want to give a heads up on the filters property of ITarget aka
TraceTarget class?

I have this method...

  protected function constructLogger():void
  {
   var
traceTarget:ITarget = new TraceTarget(); 
   traceTarget.filters =
[com.teotigraphix.teodoc.core.TEODocObject]; 
   traceTarget.level =
LogEventLevel.DEBUG; 

  
Log.addTarget(traceTarget); 
   
   __logger =
Log.getLogger(com.teotigraphix.teodoc.core.TEODocObject);
   
  
debug(constructLogger()); 
  }

Now, I am building a documenting framework for as3/mxml and most of my classes
inherit the TEODocObject for using services, logging and events. Now, using the
TraceTarget.filter, is there any way to filter calls FROM the TEODocObject and
filter out subclasses of certain packages ?

Example

com.teotigraphix.teodoc.core.Project extends
com.teotigraphix.teodoc.core.TEODocObject

I don't want the debug being called for this class Project

but I do want say

com.teotigraphix.teodoc.core.TEODocProjectManager extends
com.teotigraphix.teodoc.core.TEODocObject

Any way to do this?
Any more docs being produced for these classes?

Remember, I have been reading the spotty docs on this and most of my trips are
guesses ;-)

Also, how do I set up the flash trace.txt file ???

Peace, Mike

-- 
What goes up, does come down. 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders
 on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  










-- What goes up, does come down.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  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] Advanced Preloader in Flex 1.5....?!

2006-03-07 Thread moyosaned
I created a preloader and i'm using it for my Flex app..
But in this application the config, user, profile data is loaded on
initialization. Now in that time I want to update the loader and when
I have all data it has to go to flexapp.

The situation now is that you will see initializing in the preloadeer
and than it will load my data.

Anybody??






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] polymorphic interfaces

2006-03-07 Thread Michael Schmalle



Hello Gordon,

My bad, I was having a weird problem with events.

Am I misunderstanding or do the bubbles property only apply to
DisplayObject's ? That is what it says in the docs. The events bubble
through the displayList.

A question, can you use bubbles with a class framework? This class is
not connected to DisplayObject just EventDispatcher. I tried using
bubbles and I guess I am missing the point when it comes to
non-DisplayObjects.

The problem I had was;

- I am using an amf service class,
- this class dispatches a loaded event
- then the listener of the service grabs that event say the Project class

Can I have a class that hooks a loaded listener to the Project instance
and use bubbles without redispatching the ResultEvent from the Project
class? 

I relaize the implementation of clone() now but, it was due to the
error above that Flex said cannot coerce flash.events.Event to
com.teotigraphix.events.ResultEvent.

I had to end up making a new event using clone() and pass it on, then
the compiler didn't care. But in the method of the stack just before
the erorr I traced an is and flex said it was a ResultEvent.

This is what confused me.

Peace, Mike
- On 3/7/06, Matt Chotin [EMAIL PROTECTED] wrote:
















I realize that folks are frustrated that
you can't change parameters in subclasses, but I want to make sure
everyone realizes that in other languages you are always adding new
functionality when you change the parameter types, you are not overriding the
methods. Take this simple Java example:



class Superclass

{

 public void
print(Object obj)

 {


System.out.println(Object print:  + obj);

 }

}



class Subclass extends Superclass

{

 

 public void
print(String str)

 {


System.out.println(String print:  + str);

 }

 

}



In this example the superclass has a print
method that takes an Object and the subclass has the same print method but
taking a String. Will the subclass's method be called if I pass in
a string? The answer depends on the type of the variable of the instance when
I call print.




String str = blah;


Superclass inst = new Superclass();


inst.print(str);


inst = new Subclass();


inst.print(str);


System.out.println(---);


Subclass sub = new Subclass();


sub.print(str);



Output:


Object print: blah


Object print: blah


---


String
print: blah



When the
variable was typed as the superclass, regardless of whether the instance was
the superclass or subclass the superclass method was called. I had to
have my instance typed as the subclass for the new method to be reached.



And what if we
do:

Object obj = string typed as
object;

sub.print(obj);



Guess what, it prints the Object version
even though the actual value is a String.



So let's be clear that polymorphism
is not really coming into play here. You would still need to have the
strongly typed reference to the subclass to accurately access the new
functionality. And if that's the case, having a different method
name than the superclass isn't such a big deal IMHO.



Now the ability to overload the parameters
is certainly something I wish we supported…



Matt 











From:
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Johannes Nel
Sent: Monday, March 06, 2006 4:15
PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
polymorphic interfaces





i kinda walked the other
way and excluyded this method from the interdface since i want each class to
return its type (its a semantic argument but it hink a clone method should
return the correct type and not some base type)



On 3/6/06, Michael
Schmalle [EMAIL PROTECTED]
wrote:



Hello,

This is funny becasue I was just having this problem with the Event clone() !
:)

I guess I just slammed it with a coerrsion for now.(Yeah I realize this is not
an interface but it's the same idea :: you can't override a return type) 

But, yeah, I second this motion for the futrue!

Peace, Mike









On 3/6/06, Gordon
Smith 
[EMAIL PROTECTED] wrote:





I think there's general agreement here that we want to do
this in a future release, but that the schedule doesn't allow it for this
release. There are quite a few other things that people want as well --
strongly-typed array, enums, inner classes, etc. -- but we can't open up the
feature set again this late in the cycle (nearly Beta 2).



- Gordon











From: 
flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Johannes Nel
Sent: Monday, March 06, 2006 1:12
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] polymorphic
interfaces









hi all, especially Adobe dudes working on ze language.

the fact that method signatures are not polymorphic when implementing an
interface or overriding a function is a real pain in the  behind.
now in my interface i have to create a function as such

interface IBla 
{

function clone():IBla
}

but two levels down the line when i have extended this interface with another i
want my clone to 

[flexcoders] Why Java 1.4?????

2006-03-07 Thread digital_eyezed
Why wont flex 1.5 work with anything other than 1.4 JDK?

It doesn't even work with the latest Tomcat, why would anyone 
constrain an application to a version of JRE, JDK or tomcat version?

This is useless if the rest of the environment want to move on to 
pastures new and Flex is left behind dragging everyone back.

I guess this is going to be the same problem with Flex 2, as soon as 
it's released it's stuck in a timewarp of 'old java'.

It doesn't work with the latest JBOSS either or for that matter the 
last 14 versions, that's how sanboxed a technology it is.

Maybe they should have spent time thinking about how to suppport it 
rather than how to price it, it only makes life difficult for us in 
a lose lose situation.

Please remember that Flex 2 is still in beta and they should be 
supporting their existing release, without trying to hype everyone 
up about what the future brings..

Iain





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Why Java 1.4?????

2006-03-07 Thread Michael Schmalle



Sorry for your bad day,

Remeber this,

Flex2 does not have to be java. Ironically, I probably never will use
Flex2 with java and for the most part, there can be an infinate amount
of applications without Java and Flex2.

Maybe you should refrase and say, Adobe isn't supporting their Java
developers well but, Flex2 is a breath of fresh air for those who don't
use java.

Peace, MikeOn 3/7/06, digital_eyezed [EMAIL PROTECTED] wrote:




Why wont flex 1.5 work with anything other than 1.4 JDK?

It doesn't even work with the latest Tomcat, why would anyone 
constrain an application to a version of JRE, JDK or tomcat version?

This is useless if the rest of the environment want to move on to 
pastures new and Flex is left behind dragging everyone back.

I guess this is going to be the same problem with Flex 2, as soon as 
it's released it's stuck in a timewarp of 'old java'.

It doesn't work with the latest JBOSS either or for that matter the 
last 14 versions, that's how sanboxed a technology it is.

Maybe they should have spent time thinking about how to suppport it 
rather than how to price it, it only makes life difficult for us in 
a lose lose situation.

Please remember that Flex 2 is still in beta and they should be 
supporting their existing release, without trying to hype everyone 
up about what the future brings..

Iain










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  










-- What goes up, does come down.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  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] Re: Why Java 1.4?????

2006-03-07 Thread digital_eyezed
Just knew it..


Can't talk about anything else other than Flex2, hasn't even been 
released yet.

Guess what, Flex3 is Nuclear, let's talk about that now.

Iain


--- In flexcoders@yahoogroups.com, Michael Schmalle 
[EMAIL PROTECTED] wrote:

 Sorry for your bad day,
 
 Remeber this,
 
 Flex2 does not have to be java. Ironically, I probably never will 
use Flex2
 with java and for the most part, there can be an infinate amount of
 applications without Java and Flex2.
 
 Maybe you should refrase and say, Adobe isn't supporting their Java
 developers well but, Flex2 is a breath of fresh air for those who 
don't use
 java.
 
 Peace, Mike
 
 On 3/7/06, digital_eyezed [EMAIL PROTECTED] wrote:
 
   Why wont flex 1.5 work with anything other than 1.4 JDK?
 
  It doesn't even work with the latest Tomcat, why would anyone
  constrain an application to a version of JRE, JDK or tomcat 
version?
 
  This is useless if the rest of the environment want to move on to
  pastures new and Flex is left behind dragging everyone back.
 
  I guess this is going to be the same problem with Flex 2, as 
soon as
  it's released it's stuck in a timewarp of 'old java'.
 
  It doesn't work with the latest JBOSS either or for that matter 
the
  last 14 versions, that's how sanboxed a technology it is.
 
  Maybe they should have spent time thinking about how to suppport 
it
  rather than how to price it, it only makes life difficult for us 
in
  a lose lose situation.
 
  Please remember that Flex 2 is still in beta and they should be
  supporting their existing release, without trying to hype 
everyone
  up about what the future brings..
 
  Iain
 
 
 
 
 
   --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
 
 
 
   SPONSORED LINKS
Web site design developmenthttp://groups.yahoo.com/gads?
t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=
Computer+software+developmentw3=Software+design+and+developmentw4=M
acromedia+flexw5=Software+development+best+practicec=5s=166.sig=L
-4QTvxB_quFDtMyhrQaHQ  Computer
  software developmenthttp://groups.yahoo.com/gads?
t=msk=Computer+software+developmentw1=Web+site+design+developmentw
2=Computer+software+developmentw3=Software+design+and+developmentw4
=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig
=lvQjSRfQDfWudJSe1lLjHw  Software
  design and developmenthttp://groups.yahoo.com/gads?
t=msk=Software+design+and+developmentw1=Web+site+design+development
w2=Computer+software+developmentw3=Software+design+and+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
ig=1pMBCdo3DsJbuU9AEmO1oQ   Macromedia
  flexhttp://groups.yahoo.com/gads?
t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
I36cYzBjw  Software
  development best practicehttp://groups.yahoo.com/gads?
t=msk=Software+development+best+practicew1=Web+site+design+developm
entw2=Computer+software+developmentw3=Software+design+and+developme
ntw4=Macromedia+flexw5=Software+development+best+practicec=5s=166
.sig=f89quyyulIDsnABLD6IXIw
   --
  YAHOO! GROUPS LINKS
 
 
 -  Visit your 
group flexcodershttp://groups.yahoo.com/group/flexcoders
 on the web.
 
 -  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]flexcoders-
[EMAIL PROTECTED]
 
 -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.
 
 
   --
 
 
 
 
 --
 What goes up, does come down.








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Michael Schmalle



Your obviously pissed,

I never used Flex1.5, so I have no reason to think about it. Read my
post, say Java developers are not happy, that is what you are saying. I
am going to be making money with Flex2, so it is ALL I talk, dream and
think about.

Don't take the whole ship down with your one bitch.

Peace, MikeOn 3/7/06, digital_eyezed [EMAIL PROTECTED] wrote:




Just knew it..


Can't talk about anything else other than Flex2, hasn't even been 
released yet.

Guess what, Flex3 is Nuclear, let's talk about that now.

Iain


--- In flexcoders@yahoogroups.com, Michael Schmalle 

[EMAIL PROTECTED] wrote:

 Sorry for your bad day,
 
 Remeber this,
 
 Flex2 does not have to be java. Ironically, I probably never will 
use Flex2
 with java and for the most part, there can be an infinate amount of
 applications without Java and Flex2.
 
 Maybe you should refrase and say, Adobe isn't supporting their Java
 developers well but, Flex2 is a breath of fresh air for those who 
don't use
 java.
 
 Peace, Mike
 
 On 3/7/06, digital_eyezed [EMAIL PROTECTED] wrote:
 
  Why wont flex 1.5 work with anything other than 1.4 JDK?
 
  It doesn't even work with the latest Tomcat, why would anyone
  constrain an application to a version of JRE, JDK or tomcat 
version?
 
  This is useless if the rest of the environment want to move on to
  pastures new and Flex is left behind dragging everyone back.
 
  I guess this is going to be the same problem with Flex 2, as 
soon as
  it's released it's stuck in a timewarp of 'old java'.
 
  It doesn't work with the latest JBOSS either or for that matter 
the
  last 14 versions, that's how sanboxed a technology it is.
 
  Maybe they should have spent time thinking about how to suppport 
it
  rather than how to price it, it only makes life difficult for us 
in
  a lose lose situation.
 
  Please remember that Flex 2 is still in beta and they should be
  supporting their existing release, without trying to hype 
everyone
  up about what the future brings..
 
  Iain
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
 
 
 
  SPONSORED LINKS
  Web site design developmenthttp://groups.yahoo.com/gads?
t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=
Computer+software+developmentw3=Software+design+and+developmentw4=M
acromedia+flexw5=Software+development+best+practicec=5s=166.sig=L
-4QTvxB_quFDtMyhrQaHQ Computer
  software developmenthttp://groups.yahoo.com/gads?
t=msk=Computer+software+developmentw1=Web+site+design+developmentw
2=Computer+software+developmentw3=Software+design+and+developmentw4
=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig
=lvQjSRfQDfWudJSe1lLjHw Software
  design and developmenthttp://groups.yahoo.com/gads?
t=msk=Software+design+and+developmentw1=Web+site+design+development
w2=Computer+software+developmentw3=Software+design+and+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
ig=1pMBCdo3DsJbuU9AEmO1oQ Macromedia
  flexhttp://groups.yahoo.com/gads?
t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
I36cYzBjw Software
  development best practicehttp://groups.yahoo.com/gads?
t=msk=Software+development+best+practicew1=Web+site+design+developm
entw2=Computer+software+developmentw3=Software+design+and+developme
ntw4=Macromedia+flexw5=Software+development+best+practicec=5s=166
.sig=f89quyyulIDsnABLD6IXIw
  --
  YAHOO! GROUPS LINKS
 
 
  - Visit your 
group flexcodershttp://groups.yahoo.com/group/flexcoders

  on the web.
 
  - To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]flexcoders-
[EMAIL PROTECTED]
 
  - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/.
 
 
  --
 
 
 
 
 --
 What goes up, does come down.













--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  










-- What goes up, 

RE: [flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Nick Weekes





hmm...that aint helping dude. if someone is doing an 
implementation with 1.5, then its a pretty big bitch if it doesnt work as 
expected, oui?

and dont forget, 1.5 is still the released version, not 
2.

Iain, you spoken to Adobe about this direct? they are 
pretty damn helpful on this list, maybe try giving their support people a 
call.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Michael 
SchmalleSent: 07 March 2006 13:06To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Why Java 
1.4?
Your obviously pissed,I never used Flex1.5, so I have no 
reason to think about it. Read my post, say Java developers are not happy, that 
is what you are saying. I am going to be making money with Flex2, so it is ALL I 
talk, dream and think about.Don't take the whole ship down with your one 
bitch.Peace, Mike
On 3/7/06, digital_eyezed [EMAIL PROTECTED] 
wrote:

  Just knew it..Can't talk about 
  anything else other than Flex2, hasn't even been released 
  yet.Guess what, Flex3 is Nuclear, let's talk about that 
  now.Iain--- In flexcoders@yahoogroups.com, "Michael Schmalle" 
  [EMAIL PROTECTED] 
  wrote: Sorry for your bad day,  Remeber 
  this,  Flex2 does not have to be java. Ironically, I probably 
  never will use Flex2 with java and for the most part, there can be 
  an infinate amount of applications without Java and Flex2. 
   Maybe you should refrase and say, Adobe isn't supporting their 
  Java developers well but, Flex2 is a breath of fresh air for those who 
  don't use java.  Peace, Mike 
  
   On 
  3/7/06, digital_eyezed [EMAIL PROTECTED] wrote:  
   Why wont flex 1.5 work with anything other than 1.4 JDK? 
It doesn't even work with the latest Tomcat, why would 
  anyone  constrain an application to a version of JRE, JDK or 
  tomcat version?   This is useless if the rest of 
  the environment want to move on to  pastures new and Flex is left 
  behind dragging everyone back.   I guess this is going 
  to be the same problem with Flex 2, as soon as  it's released 
  it's stuck in a timewarp of 'old java'.   It doesn't 
  work with the latest JBOSS either or for that matter the  last 
  14 versions, that's how sanboxed a technology it is.   
  Maybe they should have spent time thinking about how to suppport 
  it  rather than how to price it, it only makes life difficult 
  for us in  a lose lose situation.   
  Please remember that Flex 2 is still in beta and they should be  
  supporting their existing release, without trying to hype everyone 
   up about what the future brings..   
  Iain  
   --  Flexcoders Mailing List  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
   Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  SPONSORED 
  LINKS
Web site design 
  developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer  software developmenthttp://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software  design and developmenthttp://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 
  Macromedia  flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software  development best practicehttp://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 
   --
YAHOO! GROUPS 
  LINKS- Visit 
  your 
  group "flexcodershttp://groups.yahoo.com/group/flexcoders"

  on the web.   - To unsubscribe 
  from this group, send an email to:
[EMAIL PROTECTED]flexcoders-[EMAIL PROTECTED] 
- Your use of Yahoo! Groups is 
  subject to the Yahoo! Terms of  Service http://docs.yahoo.com/info/terms/.  
--  
 --
   What goes up, does come 
  down.
  
  --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  SPONSORED 
  LINKS 
  


  Web site design development 
  Computer software development 
  Software design and 

[flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Dave Wolf
Your statements are not accurate.  We run under Tomcat 5.5.15 (latest
release) and under JDK 1.5. in development and in production for
several clients.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In flexcoders@yahoogroups.com, digital_eyezed [EMAIL PROTECTED]
wrote:

 Why wont flex 1.5 work with anything other than 1.4 JDK?
 
 It doesn't even work with the latest Tomcat, why would anyone 
 constrain an application to a version of JRE, JDK or tomcat version?
 
 This is useless if the rest of the environment want to move on to 
 pastures new and Flex is left behind dragging everyone back.
 
 I guess this is going to be the same problem with Flex 2, as soon as 
 it's released it's stuck in a timewarp of 'old java'.
 
 It doesn't work with the latest JBOSS either or for that matter the 
 last 14 versions, that's how sanboxed a technology it is.
 
 Maybe they should have spent time thinking about how to suppport it 
 rather than how to price it, it only makes life difficult for us in 
 a lose lose situation.
 
 Please remember that Flex 2 is still in beta and they should be 
 supporting their existing release, without trying to hype everyone 
 up about what the future brings..
 
 Iain








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread digital_eyezed
Really?

We tried this and got Java Class Adapter errors on every service 
call that uses Remote Objects.

Are you using Remote Object calls?

Cheers,

Iain

--- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote:

 Your statements are not accurate.  We run under Tomcat 5.5.15 
(latest
 release) and under JDK 1.5. in development and in production for
 several clients.
 
 -- 
 Dave Wolf
 Cynergy Systems, Inc.
 Macromedia Flex Alliance Partner
 http://www.cynergysystems.com
 
 Email:  [EMAIL PROTECTED]
 Office: 866-CYNERGY
 
 --- In flexcoders@yahoogroups.com, digital_eyezed iain.mclean@
 wrote:
 
  Why wont flex 1.5 work with anything other than 1.4 JDK?
  
  It doesn't even work with the latest Tomcat, why would anyone 
  constrain an application to a version of JRE, JDK or tomcat 
version?
  
  This is useless if the rest of the environment want to move on 
to 
  pastures new and Flex is left behind dragging everyone back.
  
  I guess this is going to be the same problem with Flex 2, as 
soon as 
  it's released it's stuck in a timewarp of 'old java'.
  
  It doesn't work with the latest JBOSS either or for that matter 
the 
  last 14 versions, that's how sanboxed a technology it is.
  
  Maybe they should have spent time thinking about how to suppport 
it 
  rather than how to price it, it only makes life difficult for us 
in 
  a lose lose situation.
  
  Please remember that Flex 2 is still in beta and they should be 
  supporting their existing release, without trying to hype 
everyone 
  up about what the future brings..
  
  Iain
 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] FastMxmlc

2006-03-07 Thread Joe Berkovitz
The pre-parsed information that makes Fastmxmlc fast is only generated 
by mxmlc.  At least in 1.5, compc does not cache this information, so 
there's no similar way to speed it up.

... .  ..   .j


Clint Modien wrote:
 http://www.deitte.com/archives/2005/09/speeding_up_mxm.htm
 
 Is there anyway to do this for compc and making SWC's ?
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  
   Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  
   Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
  
 
 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
  
   Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
  
 
 
 
 
 YAHOO! GROUPS LINKS
 
 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

 *  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]

 *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/.
 
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Michael Schmalle



Nick,


hmm...that aint helping dude. if someone is doing an 
implementation with 1.5, then its a pretty big bitch if it doesnt work as 
expected, oui?

 
My post maybe was not clear enough, I understand he is trying to
implement a concrete 1.5 version using JAVA. Why not inquire about the
Java support instead of going off on a tangent about a beta technology
oh and even a nuclear technology for that matter.

Don't miss my point but there was static in his post.

Peace, Mike



On 3/7/06, Dave Wolf [EMAIL PROTECTED] wrote:




Your statements are not accurate. We run under Tomcat 5.5.15 (latest
release) and under JDK 1.5. in development and in production for
several clients.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email: [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In flexcoders@yahoogroups.com, digital_eyezed [EMAIL PROTECTED]

wrote:

 Why wont flex 1.5 work with anything other than 1.4 JDK?
 
 It doesn't even work with the latest Tomcat, why would anyone 
 constrain an application to a version of JRE, JDK or tomcat version?
 
 This is useless if the rest of the environment want to move on to 
 pastures new and Flex is left behind dragging everyone back.
 
 I guess this is going to be the same problem with Flex 2, as soon as 
 it's released it's stuck in a timewarp of 'old java'.
 
 It doesn't work with the latest JBOSS either or for that matter the 
 last 14 versions, that's how sanboxed a technology it is.
 
 Maybe they should have spent time thinking about how to suppport it 
 rather than how to price it, it only makes life difficult for us in 
 a lose lose situation.
 
 Please remember that Flex 2 is still in beta and they should be 
 supporting their existing release, without trying to hype everyone 
 up about what the future brings..
 
 Iain













--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  









-- What goes up, does come down.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  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] Newbie: VBox expanding when it shouldn't

2006-03-07 Thread revanisle
Somehow I lost the default behaviour of a VBox.  When I put more stuff
in it than will fit, I want it to scroll.  I had this working
correctly 2 days ago and for the life of me can't figure out what I
did to mess it up.
 Part of my UI is a VBox nested inside another VBox. The first VBox
puts a control bar on top of a results window.  The second VBox is the
results window which is empty in mxml and gets populated dynamically
with other containers based on search result.  

mx:VBox width=100% height=100%
mx:HBox id=header
mx:TextInput id=imagetag/
mx:Button label=Go id=go click=get_thumbs()/
/mx:HBox
mx:VBox id=thumbs width=100% height=100% /
/mx:VBox

Everything is sized by percent (height  width =100%) so it always
fills the available space.  So far so good, but when thumbs VBox
should automatically add scroll bars, it just keeps getting taller,
forcing the parent VBox to scroll.  If I set the vScrollPolicy off on
the parent, the child still grows and I can't get to the bottom of it
anymore.  If I turn on vScrollPolicy on thumbs, I get the scroll
track, but no scrollbar because the container grows instead.  Child
containers are added to thumbs with .addChild() method.  I changed the
header HBox to an ApplicationControlBar container to force thumbs to
scroll with no luck. What other settings are there that would allow a
container to grow beyond 100% size (height) without scrolling?  Is is
possible for a child container/component to cause this?  (thumbs is
populated with any number of alternating Label and Tile components)

Thanks
Rick





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: Dynamic inserted column in datagrid

2006-03-07 Thread sinacapho
Dear Matt,
But i am using flex 1.5. is That possible ? Actually i have
working for the company that will use Flex as the front end
development. is it more convenience if i use Flex 2 and actionscript
to development? As it seems that Flex 2 have fixed any bugs
thx
capho


--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 I think you may be experiencing a bug that is fixed in beta 2.  Try
 calling validateNow() on the DataGrid after you've assigned the
 dataProvider and then try setting the width of the columns.
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of sinacapho
 Sent: Monday, March 06, 2006 3:19 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Dynamic inserted column in datagrid
 
 Dear all,
i have facing a problem like this. I call two web service. One
 of them get the dataset .The other is get the column label and name of
 the datagrid. 
After i have get this 2 web service result(i sure i got it). I
 use actionscript to add the datagridcolumn into the datagrid according
 to the data i get from the second web service. 
 
After that i have set the dataprovider of the datagrid to be
 the result of the first web service . Actually the data can show . But
 the column width cannot set. Sometime 3 of the column width have used
 up all the datagrid width and the other column just hidden until you
 have use mouse to resize the column. i have set the column width but
 the problem come the same. What i can do?
 
 thx
 capho
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Dave Wolf
Yes really.  RemoteObject, HttpService, WebService, all of it.  We've
written several applications for major clients in production today. 
Works like an absolute champ with JDK 1.5 and Tomcat 5.5.15.

That said, we very much prefer WebService and HttpService over
RemoteObject, but it works just dandy.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

--- In flexcoders@yahoogroups.com, digital_eyezed [EMAIL PROTECTED]
wrote:

 Really?
 
 We tried this and got Java Class Adapter errors on every service 
 call that uses Remote Objects.
 
 Are you using Remote Object calls?
 
 Cheers,
 
 Iain
 
 --- In flexcoders@yahoogroups.com, Dave Wolf gatorj24@ wrote:
 
  Your statements are not accurate.  We run under Tomcat 5.5.15 
 (latest
  release) and under JDK 1.5. in development and in production for
  several clients.
  
  -- 
  Dave Wolf
  Cynergy Systems, Inc.
  Macromedia Flex Alliance Partner
  http://www.cynergysystems.com
  
  Email:  dave.wolf@
  Office: 866-CYNERGY
  
  --- In flexcoders@yahoogroups.com, digital_eyezed iain.mclean@
  wrote:
  
   Why wont flex 1.5 work with anything other than 1.4 JDK?
   
   It doesn't even work with the latest Tomcat, why would anyone 
   constrain an application to a version of JRE, JDK or tomcat 
 version?
   
   This is useless if the rest of the environment want to move on 
 to 
   pastures new and Flex is left behind dragging everyone back.
   
   I guess this is going to be the same problem with Flex 2, as 
 soon as 
   it's released it's stuck in a timewarp of 'old java'.
   
   It doesn't work with the latest JBOSS either or for that matter 
 the 
   last 14 versions, that's how sanboxed a technology it is.
   
   Maybe they should have spent time thinking about how to suppport 
 it 
   rather than how to price it, it only makes life difficult for us 
 in 
   a lose lose situation.
   
   Please remember that Flex 2 is still in beta and they should be 
   supporting their existing release, without trying to hype 
 everyone 
   up about what the future brings..
   
   Iain
  
 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread digital_eyezed
Great, I'll try this now on an app and see if it works, we tried 
with jdk1.5 and tomcat 4.1.34 and it failed.

Cheers,

Iain

--- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote:

 Yes really.  RemoteObject, HttpService, WebService, all of it.  
We've
 written several applications for major clients in production 
today. 
 Works like an absolute champ with JDK 1.5 and Tomcat 5.5.15.
 
 That said, we very much prefer WebService and HttpService over
 RemoteObject, but it works just dandy.
 
 -- 
 Dave Wolf
 Cynergy Systems, Inc.
 Macromedia Flex Alliance Partner
 http://www.cynergysystems.com
 
 Email:  [EMAIL PROTECTED]
 Office: 866-CYNERGY
 
 --- In flexcoders@yahoogroups.com, digital_eyezed iain.mclean@
 wrote:
 
  Really?
  
  We tried this and got Java Class Adapter errors on every service 
  call that uses Remote Objects.
  
  Are you using Remote Object calls?
  
  Cheers,
  
  Iain
  
  --- In flexcoders@yahoogroups.com, Dave Wolf gatorj24@ wrote:
  
   Your statements are not accurate.  We run under Tomcat 5.5.15 
  (latest
   release) and under JDK 1.5. in development and in production 
for
   several clients.
   
   -- 
   Dave Wolf
   Cynergy Systems, Inc.
   Macromedia Flex Alliance Partner
   http://www.cynergysystems.com
   
   Email:  dave.wolf@
   Office: 866-CYNERGY
   
   --- In flexcoders@yahoogroups.com, digital_eyezed 
iain.mclean@
   wrote:
   
Why wont flex 1.5 work with anything other than 1.4 JDK?

It doesn't even work with the latest Tomcat, why would 
anyone 
constrain an application to a version of JRE, JDK or tomcat 
  version?

This is useless if the rest of the environment want to move 
on 
  to 
pastures new and Flex is left behind dragging everyone back.

I guess this is going to be the same problem with Flex 2, as 
  soon as 
it's released it's stuck in a timewarp of 'old java'.

It doesn't work with the latest JBOSS either or for that 
matter 
  the 
last 14 versions, that's how sanboxed a technology it is.

Maybe they should have spent time thinking about how to 
suppport 
  it 
rather than how to price it, it only makes life difficult 
for us 
  in 
a lose lose situation.

Please remember that Flex 2 is still in beta and they should 
be 
supporting their existing release, without trying to hype 
  everyone 
up about what the future brings..

Iain
   
  
 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Resize issue

2006-03-07 Thread Robs
I have a component containing 2 controls vertically. The first is a 
datagrid control  the other is a vbox control within which there are 
multiple hbox controls. All hbox controls have been given a width of 
100% so that they r in flush with the outer vbox.

The outer vbox is initially set to a width of 0  visibility 'false'. 
On click of a datagrid cell, I make the vbox visible with the help of a 
resize effect written programmatically.

What I get to see is that the inner hbox controls don't stretch to 
100%. Only after some other action within it, do they stretch to 100%.
Is it a redraw issue while resizing? What do i need to do to solve this?

Thanks...





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




[flexcoders] SEO strategies for RIA?

2006-03-07 Thread Sergey Kovalyov
Hi All!

Are there any effective strategies to make the RIA listed in search engines?
I heard that Google's spider parses SWF already, but in most cases content
is located on server layer, so there is nothing to parse in SWF actually.
Any ideas on how to organize the application to make some content visible to
spiders and how to reach top ranks with RIA without cheating?

Regards, Sergey.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Re: Dynamic Image Loading

2006-03-07 Thread Roger Gonzalez
Not so, jpeg is definitely supported.

Progressive jpegs are not supported in 1.5, though.  You might just need
to reencode.

-rg 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of wujunjr
 Sent: Tuesday, March 07, 2006 2:20 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Dynamic Image Loading
 
 what kind of picture format r u using?
 only png can be loaded at runtime.
 jpg is definitely not supported.
 
 --- In flexcoders@yahoogroups.com, shahnavaz Alware [EMAIL PROTECTED] 
 wrote:
 
  Hi,
  
   
  
  I changed my mxml file to have mx:Image  mx:Loader but still I 
 am not
  able to see any Image. 
  
   
  
  * mxml */
  
  ?xml version=1.0 encoding=utf-8?
  
 mx:TitleWindow xmlns:mx=http://www.macromedia.com/2003/mxml;
  
  closeButton=true   width=600  height=600 
  
 modalTransparency=20 click=this.deletePopUp(); 
  
  
   
  
  mx:Script
  
  ![CDATA[
  
  public var attachmentImageLocation:String;
  
  public var attacmentImageTitle:String;
  
   
  
  ]]
  
   
  
  /mx:Script
  
   
  
  mx:VBox id=imageBox height=100% width=100%
  hScrollPolicy=on vScrollPolicy=on
  
  mx:Image id=imageSource
  source=../../../../../images/{attachmentImageLocation}/mx:Image
  
  mx:Loader id=imageLoader
  source=../../../../../images/
 {attachmentImageLocation}/mx:Loader
  
  /mx:VBox  
  
  /mx:TitleWindow
  
   
  
   
  
  Thanks,
  
_  
  
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of Roger Gonzalez
  Sent: Monday, March 06, 2006 5:31 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Dynamic Image Loading
  
   
  
  Embed is a compile-time directive, not a runtime directive.  You 
 need to use
  mx:Image or mx:Loader to pull in your image.
  
   
  
  -rg
  
   
  
  
_  
  
  
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of shahnavaz Alware
  Sent: Monday, March 06, 2006 1:56 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Dynamic Image Loading
  
  Hi 
  
   
  
  I have to create an image in a TitleWindow when User clicks on one 
 of the
  button.
  
  * mxml */
  
  ?xml version=1.0 encoding=utf-8?
  
 mx:TitleWindow xmlns:mx=http://www.macromedia.com/2003/mxml;
  
  closeButton=true
  
  width=600  
  
  height=600 
  
  xmlns:attachment=com.hmssoftware.sfm.view.attachment.*
  
  modalTransparency=20 click=this.deletePopUp();
  creationComplete=createImage();   
  
   
  
  public var attachmentImageLocation:String;
  
  public var attacmentImageTitle:String;
  
  public var initObject:Object;
  
  
  
  
   
  [Embed(icon=../../../../../images/+attachmentImageLocation)]
  
  
  
  var _imgAttachment;
  
   
  
  
  public function createImage
 ():Void
  
  {
  
  initObject = new 
 Object();
  
  initObject.source =
  _imgAttachment;
  
  Image
 (imageBox.createChild(
  Image, undefined, initObject));   
  
  
  
  }
  
   
  
  mx:VBox id=imageBox height=100% width=100%
  hScrollPolicy=on vScrollPolicy=on
  
  /mx:VBox  
  
  /mx:TitleWindow
  
   
  
  I get the following error result Failed to find resource:
  ../../../../../images/  
  
   
  
  Can show me how to load images dynamically? My 
 attachmentImageLocation is
  the full name of the image file without path e.g. Op120.jpg.
  
   
  
  Thanks,
  
   
  
  Shahn
  
   
  
  Shahnavaz Alware | Software Engineer | Visiprise | office: +1 760-
 929-2300
  ext 140 | cell: +1 858-366-3440 |  http://www.visiprise.com/
  www.visiprise.com
  
   
  
  It is our company policy not to accept email of any data controlled 
 by the
  International Traffic in Arms Regulations (ITAR). Please contact our
  Security Officer, Matt Reeves, for instructions and authorization to
  transmit such data.
  
   
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%
 40yahoogroups.com 
  
  
  
  
  SPONSORED LINKS 
  
  
  Web
  http://groups.yahoo.com/gads?
 t=msk=Web+site+design+developmentw1=Web+site
  
 

RE: [flexcoders] Why Java 1.4?????

2006-03-07 Thread Roger Gonzalez
So, not to get in the way of your rant, but perhaps instead of assuming
the worst and going ballistic, you could first see if perhaps there -is-
a solution.  Did you contact support?

-rg

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed
 Sent: Tuesday, March 07, 2006 4:41 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Why Java 1.4?
 
 Why wont flex 1.5 work with anything other than 1.4 JDK?
 
 It doesn't even work with the latest Tomcat, why would anyone 
 constrain an application to a version of JRE, JDK or tomcat version?
 
 This is useless if the rest of the environment want to move on to 
 pastures new and Flex is left behind dragging everyone back.
 
 I guess this is going to be the same problem with Flex 2, as soon as 
 it's released it's stuck in a timewarp of 'old java'.
 
 It doesn't work with the latest JBOSS either or for that matter the 
 last 14 versions, that's how sanboxed a technology it is.
 
 Maybe they should have spent time thinking about how to suppport it 
 rather than how to price it, it only makes life difficult for us in 
 a lose lose situation.
 
 Please remember that Flex 2 is still in beta and they should be 
 supporting their existing release, without trying to hype everyone 
 up about what the future brings..
 
 Iain
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Resize issue

2006-03-07 Thread Andrew Trice










Try adding a border to your HBox and VBox controls
so that you can determine whether or not it is actually the HBox that is not
resizing, or the content inside of that HBox not resizing. Just add this
to each HBox and VBox: 

borderStyle=solid
borderThickness=1



I had a similar problem in one of my apps
I thought it was the HBox, when it was actually the width of a mx:Text element
inside of the HBox that was not being set correctly.



Hope this helps.



-Andy





_

Andrew Trice

Cynergy Systems, Inc.

http://www.cynergysystems.com



Email: [EMAIL PROTECTED]

Office: 866-CYNERGY













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robs
Sent: Tuesday, March 07, 2006
10:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Resize issue





I have a component containing
2 controls vertically. The first is a 
datagrid control  the other is a vbox control
within which there are 
multiple hbox controls. All hbox controls have
been given a width of 
100% so that they r in flush with the outer vbox.

The outer vbox is initially set to a width of 0
 visibility 'false'. 
On click of a datagrid cell, I make the vbox
visible with the help of a 
resize effect written programmatically.

What I get to see is that the inner hbox controls
don't stretch to 
100%. Only after some other action within it, do
they stretch to 100%.
Is it a redraw issue while resizing? What do i
need to do to solve this?

Thanks...











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  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] Image WMF/JPG/GIF

2006-03-07 Thread Devis
Hi,
i have my java app that read some picture format and return the relative
path for flex client.
But i have a problem with the format (wmf for example), about you it's
possibile to pass imagebuffer to a Flex application,
in this way my flex will read it always my picture, independently from the
file format.
Sorry if this question is very stupid, but i have no idea how to resolve
this problem, also because for our project is impossibile to change image
format.
Pls have you some suggestion for this question
Devis




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] SSL and IE using flex 1.5

2006-03-07 Thread Carson Hager
What do you have in your content.xml file?  What kind of auth are you
using? Basic or Form? 


Carson


 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of digital_eyezed
Sent: Tuesday, March 07, 2006 8:37 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SSL and IE using flex 1.5

Is their a known issue with IE and Flex 1.5 when using Tomcat and SSL?

It seems that Firefox works fine, but when using IE 6 flex just 
redirects to /flex-internal/?action=history_html_secure.

and sits their forever.

Anyone seen this issue?

I have tried using the context.xml file in the Meta-Inf directory, but 
this doesn't work.

Tomcat Version 5.5.15

Cheers,

Iain






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: SSL and IE using flex 1.5

2006-03-07 Thread digital_eyezed
I'm using neither, I'm using a security-constraint within the 
web.xml to redirect the context to https.

Like this:

security-constraint
web-resource-collection
web-resource-nameTest Context/web-resource-name
url-pattern/*/url-pattern
http-methodGET/http-method
http-methodPOST/http-method
/web-resource-collection
user-data-constraint
transport-guaranteeCONFIDENTIAL/transport-guarantee
/user-data-constraint
/security-constraint 
It works fine on firefox, just IE goes into an infinite loop.

I guess the answer to your question is CONFIDENTIAL.

Cheers,

Iain

--- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] 
wrote:

 What do you have in your content.xml file?  What kind of auth are 
you
 using? Basic or Form? 
 
 
 Carson
 
 
  
 Carson Hager
 Cynergy Systems, Inc.
 http://www.cynergysystems.com
  
 Email:  [EMAIL PROTECTED]
 Office:  866-CYNERGY
 Mobile: 1.703.489.6466
  
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of digital_eyezed
 Sent: Tuesday, March 07, 2006 8:37 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] SSL and IE using flex 1.5
 
 Is their a known issue with IE and Flex 1.5 when using Tomcat and 
SSL?
 
 It seems that Firefox works fine, but when using IE 6 flex just 
 redirects to /flex-internal/?action=history_html_secure.
 
 and sits their forever.
 
 Anyone seen this issue?
 
 I have tried using the context.xml file in the Meta-Inf directory, 
but 
 this doesn't work.
 
 Tomcat Version 5.5.15
 
 Cheers,
 
 Iain
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Re: SSL and IE using flex 1.5

2006-03-07 Thread Carson Hager
Got it. At what point does this happen?  Does the swf load or is this
upon the initial page load? I know you're using remote objects so I want
to make sure I know what the context is - page load or remote object
invocation over amf.  I reread your message and it's not entirely clear
what behavior you're seeing.


Carson


 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of digital_eyezed
Sent: Tuesday, March 07, 2006 8:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: SSL and IE using flex 1.5

I'm using neither, I'm using a security-constraint within the 
web.xml to redirect the context to https.

Like this:

security-constraint
web-resource-collection
web-resource-nameTest Context/web-resource-name
url-pattern/*/url-pattern
http-methodGET/http-method
http-methodPOST/http-method
/web-resource-collection
user-data-constraint
transport-guaranteeCONFIDENTIAL/transport-guarantee
/user-data-constraint
/security-constraint 
It works fine on firefox, just IE goes into an infinite loop.

I guess the answer to your question is CONFIDENTIAL.

Cheers,

Iain

--- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] 
wrote:

 What do you have in your content.xml file?  What kind of auth are 
you
 using? Basic or Form? 
 
 
 Carson
 
 
  
 Carson Hager
 Cynergy Systems, Inc.
 http://www.cynergysystems.com
  
 Email:  [EMAIL PROTECTED]
 Office:  866-CYNERGY
 Mobile: 1.703.489.6466
  
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of digital_eyezed
 Sent: Tuesday, March 07, 2006 8:37 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] SSL and IE using flex 1.5
 
 Is their a known issue with IE and Flex 1.5 when using Tomcat and 
SSL?
 
 It seems that Firefox works fine, but when using IE 6 flex just 
 redirects to /flex-internal/?action=history_html_secure.
 
 and sits their forever.
 
 Anyone seen this issue?
 
 I have tried using the context.xml file in the Meta-Inf directory, 
but 
 this doesn't work.
 
 Tomcat Version 5.5.15
 
 Cheers,
 
 Iain
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: SSL and IE using flex 1.5

2006-03-07 Thread digital_eyezed
I dont receive the swf it just stays white, it shows the url in the 
address bar and in the status bar at the bottom of the page it reads:

/flex-internal/?action=history_html_secure.

And it just hangs around like that forever.

Maybe I should go look into Tomcat and see if there is a way to 
disable the caching of the headers in 5.5.15

Cheers,

Iain


--- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] 
wrote:

 Got it. At what point does this happen?  Does the swf load or is 
this
 upon the initial page load? I know you're using remote objects so 
I want
 to make sure I know what the context is - page load or remote 
object
 invocation over amf.  I reread your message and it's not entirely 
clear
 what behavior you're seeing.
 
 
 Carson
 
 
  
 Carson Hager
 Cynergy Systems, Inc.
 http://www.cynergysystems.com
  
 Email:  [EMAIL PROTECTED]
 Office:  866-CYNERGY
 Mobile: 1.703.489.6466
  
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of digital_eyezed
 Sent: Tuesday, March 07, 2006 8:50 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: SSL and IE using flex 1.5
 
 I'm using neither, I'm using a security-constraint within the 
 web.xml to redirect the context to https.
 
 Like this:
 
 security-constraint
 web-resource-collection
 web-resource-nameTest Context/web-resource-name
 url-pattern/*/url-pattern
 http-methodGET/http-method
 http-methodPOST/http-method
 /web-resource-collection
 user-data-constraint
 transport-guaranteeCONFIDENTIAL/transport-guarantee
 /user-data-constraint
 /security-constraint 
 It works fine on firefox, just IE goes into an infinite loop.
 
 I guess the answer to your question is CONFIDENTIAL.
 
 Cheers,
 
 Iain
 
 --- In flexcoders@yahoogroups.com, Carson Hager carson.hager@ 
 wrote:
 
  What do you have in your content.xml file?  What kind of auth 
are 
 you
  using? Basic or Form? 
  
  
  Carson
  
  
   
  Carson Hager
  Cynergy Systems, Inc.
  http://www.cynergysystems.com
   
  Email:  carson.hager@
  Office:  866-CYNERGY
  Mobile: 1.703.489.6466
   
  
  
  -Original Message-
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of digital_eyezed
  Sent: Tuesday, March 07, 2006 8:37 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] SSL and IE using flex 1.5
  
  Is their a known issue with IE and Flex 1.5 when using Tomcat 
and 
 SSL?
  
  It seems that Firefox works fine, but when using IE 6 flex just 
  redirects to /flex-internal/?action=history_html_secure.
  
  and sits their forever.
  
  Anyone seen this issue?
  
  I have tried using the context.xml file in the Meta-Inf 
directory, 
 but 
  this doesn't work.
  
  Tomcat Version 5.5.15
  
  Cheers,
  
  Iain
  
  
  
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Image WMF/JPG/GIF

2006-03-07 Thread Devis
Ok thank's
 but it's possibile to with amf to pass an java imageBuffer?
Devis
- Original Message - 
From: JesterXL [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, March 07, 2006 5:29 PM
Subject: Re: [flexcoders] Image WMF/JPG/GIF


 Flex 1.5 supports JPEG (non-progressive), and SWF.

 You can build a Flash 8 SWF bridge to allow it to support JPEG (non 
 progressive), GIF, PNG, and SWF, but the client will need to have Flash
 Player 8 installed in their browser.

 WMF is not supported in any fashion.

 - Original Message - 
 From: Devis [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Tuesday, March 07, 2006 11:19 AM
 Subject: [flexcoders] Image WMF/JPG/GIF


 Hi,
 i have my java app that read some picture format and return the relative
 path for flex client.
 But i have a problem with the format (wmf for example), about you it's
 possibile to pass imagebuffer to a Flex application,
 in this way my flex will read it always my picture, independently from the
 file format.
 Sorry if this question is very stupid, but i have no idea how to resolve
 this problem, also because for our project is impossibile to change image
 format.
 Pls have you some suggestion for this question
 Devis




 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links







 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Re: SSL and IE using flex 1.5

2006-03-07 Thread Carson Hager
Hey Iain,

I would be willing to be anything this is caused by a header from
Tomcat.  IE is particularly finicky about this.  The fix to context.xml
for basic/form auth turns off a particular header that IE chokes on
under SSL with binary content such as SWF, PDF, etc.  If you're familiar
with J2EE filters, that's the best way to deal with this since you can't
intercept the http header using SSL with any tools like tcptunnel, etc.


Carson


 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of digital_eyezed
Sent: Tuesday, March 07, 2006 9:07 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: SSL and IE using flex 1.5

I dont receive the swf it just stays white, it shows the url in the 
address bar and in the status bar at the bottom of the page it reads:

/flex-internal/?action=history_html_secure.

And it just hangs around like that forever.

Maybe I should go look into Tomcat and see if there is a way to 
disable the caching of the headers in 5.5.15

Cheers,

Iain


--- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] 
wrote:

 Got it. At what point does this happen?  Does the swf load or is 
this
 upon the initial page load? I know you're using remote objects so 
I want
 to make sure I know what the context is - page load or remote 
object
 invocation over amf.  I reread your message and it's not entirely 
clear
 what behavior you're seeing.
 
 
 Carson
 
 
  
 Carson Hager
 Cynergy Systems, Inc.
 http://www.cynergysystems.com
  
 Email:  [EMAIL PROTECTED]
 Office:  866-CYNERGY
 Mobile: 1.703.489.6466
  
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of digital_eyezed
 Sent: Tuesday, March 07, 2006 8:50 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: SSL and IE using flex 1.5
 
 I'm using neither, I'm using a security-constraint within the 
 web.xml to redirect the context to https.
 
 Like this:
 
 security-constraint
 web-resource-collection
 web-resource-nameTest Context/web-resource-name
 url-pattern/*/url-pattern
 http-methodGET/http-method
 http-methodPOST/http-method
 /web-resource-collection
 user-data-constraint
 transport-guaranteeCONFIDENTIAL/transport-guarantee
 /user-data-constraint
 /security-constraint 
 It works fine on firefox, just IE goes into an infinite loop.
 
 I guess the answer to your question is CONFIDENTIAL.
 
 Cheers,
 
 Iain
 
 --- In flexcoders@yahoogroups.com, Carson Hager carson.hager@ 
 wrote:
 
  What do you have in your content.xml file?  What kind of auth 
are 
 you
  using? Basic or Form? 
  
  
  Carson
  
  
   
  Carson Hager
  Cynergy Systems, Inc.
  http://www.cynergysystems.com
   
  Email:  carson.hager@
  Office:  866-CYNERGY
  Mobile: 1.703.489.6466
   
  
  
  -Original Message-
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of digital_eyezed
  Sent: Tuesday, March 07, 2006 8:37 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] SSL and IE using flex 1.5
  
  Is their a known issue with IE and Flex 1.5 when using Tomcat 
and 
 SSL?
  
  It seems that Firefox works fine, but when using IE 6 flex just 
  redirects to /flex-internal/?action=history_html_secure.
  
  and sits their forever.
  
  Anyone seen this issue?
  
  I have tried using the context.xml file in the Meta-Inf 
directory, 
 but 
  this doesn't work.
  
  Tomcat Version 5.5.15
  
  Cheers,
  
  Iain
  
  
  
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: SSL and IE using flex 1.5

2006-03-07 Thread digital_eyezed
OK, thanks I'll look into this.

Cheers for your help.

Iain

--- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] 
wrote:

 Hey Iain,
 
 I would be willing to be anything this is caused by a header from
 Tomcat.  IE is particularly finicky about this.  The fix to 
context.xml
 for basic/form auth turns off a particular header that IE chokes on
 under SSL with binary content such as SWF, PDF, etc.  If you're 
familiar
 with J2EE filters, that's the best way to deal with this since you 
can't
 intercept the http header using SSL with any tools like tcptunnel, 
etc.
 
 
 Carson
 
 
  
 Carson Hager
 Cynergy Systems, Inc.
 http://www.cynergysystems.com
  
 Email:  [EMAIL PROTECTED]
 Office:  866-CYNERGY
 Mobile: 1.703.489.6466
  
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of digital_eyezed
 Sent: Tuesday, March 07, 2006 9:07 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: SSL and IE using flex 1.5
 
 I dont receive the swf it just stays white, it shows the url in 
the 
 address bar and in the status bar at the bottom of the page it 
reads:
 
 /flex-internal/?action=history_html_secure.
 
 And it just hangs around like that forever.
 
 Maybe I should go look into Tomcat and see if there is a way to 
 disable the caching of the headers in 5.5.15
 
 Cheers,
 
 Iain
 
 
 --- In flexcoders@yahoogroups.com, Carson Hager carson.hager@ 
 wrote:
 
  Got it. At what point does this happen?  Does the swf load or is 
 this
  upon the initial page load? I know you're using remote objects 
so 
 I want
  to make sure I know what the context is - page load or remote 
 object
  invocation over amf.  I reread your message and it's not 
entirely 
 clear
  what behavior you're seeing.
  
  
  Carson
  
  
   
  Carson Hager
  Cynergy Systems, Inc.
  http://www.cynergysystems.com
   
  Email:  carson.hager@
  Office:  866-CYNERGY
  Mobile: 1.703.489.6466
   
  
  
  -Original Message-
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of digital_eyezed
  Sent: Tuesday, March 07, 2006 8:50 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: SSL and IE using flex 1.5
  
  I'm using neither, I'm using a security-constraint within the 
  web.xml to redirect the context to https.
  
  Like this:
  
  security-constraint
  web-resource-collection
  web-resource-nameTest Context/web-resource-name
  url-pattern/*/url-pattern
  http-methodGET/http-method
  http-methodPOST/http-method
  /web-resource-collection
  user-data-constraint
  transport-guaranteeCONFIDENTIAL/transport-
guarantee
  /user-data-constraint
  /security-constraint 
  It works fine on firefox, just IE goes into an infinite loop.
  
  I guess the answer to your question is CONFIDENTIAL.
  
  Cheers,
  
  Iain
  
  --- In flexcoders@yahoogroups.com, Carson Hager 
carson.hager@ 
  wrote:
  
   What do you have in your content.xml file?  What kind of auth 
 are 
  you
   using? Basic or Form? 
   
   
   Carson
   
   

   Carson Hager
   Cynergy Systems, Inc.
   http://www.cynergysystems.com

   Email:  carson.hager@
   Office:  866-CYNERGY
   Mobile: 1.703.489.6466

   
   
   -Original Message-
   From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On
   Behalf Of digital_eyezed
   Sent: Tuesday, March 07, 2006 8:37 AM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] SSL and IE using flex 1.5
   
   Is their a known issue with IE and Flex 1.5 when using Tomcat 
 and 
  SSL?
   
   It seems that Firefox works fine, but when using IE 6 flex 
just 
   redirects to /flex-internal/?action=history_html_secure.
   
   and sits their forever.
   
   Anyone seen this issue?
   
   I have tried using the context.xml file in the Meta-Inf 
 directory, 
  but 
   this doesn't work.
   
   Tomcat Version 5.5.15
   
   Cheers,
   
   Iain
   
   
   
   
   
   
   --
   Flexcoders Mailing List
   FAQ: 
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com 
   Yahoo! Groups Links
  
  
  
  
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo!