Re: [flexcoders] Flex Training

2010-06-01 Thread Mark Lapasa
Why not just google Flex 4 in a Week? It's like free-ninety-nine. I believe
that covers a good breathe of the concepts out there. I don't think there is
much value learning from advanced Flex 3 tactics (with the exception of
those mx components that haven't made it's way into spark).

On Mon, May 31, 2010 at 12:40 PM, aasifqau aasif...@yahoo.com wrote:



 I am looking for flex training institute in USA that can offer us a
 advanced course for 2 to 3 weeks long duration for a group of 5 persons. If
 any one interested please contact...

  



Re: [flexcoders] flash 4 and flex 3

2010-05-19 Thread Mark Lapasa
You are wasting your time with Flash 4

Flash 5  Flash 4

Flash 5 FTW!


On Wed, May 19, 2010 at 10:39 AM, Kerry Thompson al...@cyberiantiger.bizwrote:



 cholid_ridwan wrote:

   What advantages of flash 4 compare with flex 4?


 Lots of advantages.

 - You can do timeline animations
 - Components are lighter
 - You can get by with less advanced AS3 knowledge than in Flex
 - You can do things from scratch, like Flex's data grid, and bill your
 clients more
 - For a substantial code-heavy project, you can bill more hours
 - You can get to meet more clients as your other clients hire Flex
 developers
 - You don't have to deal with the far superior debugger in Flex 4 (or, more
 accurately, FlashBuilder 4)
 - You don't have to deal with FlashBuilder's superior dev environment

 Cordially,

 Kerry Thompson
  



Re: [flexcoders] reference to Data Provider throws error

2010-05-16 Thread Mark Lapasa
you have variable declared, but when the list instance tries to access the
value at myDP, it doesn't exist.

try assigning a default value


[Bindable]
public var myDP:ArrayCollection = new ArrayCollection()

On Fri, May 14, 2010 at 1:37 PM, tex_learning_flex 
tex.learning.f...@gmail.com wrote:



 I have in my base mxml file:

 [Bindable]
 public var myDP:ArrayCollection;

 which is a DataProvider

 elsewhere I have an mxml component file with a Spark List. I the list I
 have specified:

 s:List
 id=list
 dataProvider={myDP}
 itemRenderer=assets.Renderer
 

 this file is throwing the following error:

 1120: Access of undefined property myDP.

 any idea what might be wrong?

  



Re: [flexcoders] RobotLegs Framework

2010-04-30 Thread Mark Lapasa
I can testify, robotlegs is pretty good coming from 2yrs+ of doing
Cairngorm. A lot less boiler plate code that's for sure. Dependency
Injection for mock objects makes it great for the devs on my team to develop
views when the service layer is not quite ready yet. Give the best practices
a good read through and it should be a happy experience.

On Thu, Apr 29, 2010 at 6:12 PM, Patricia Han flex...@yahoo.com wrote:



 Thanks a lot, John!
 Currently we're using Cairngorm, but we are thinking to move to Robotlegs
 in the next product. My concern on the Robotlegs is that not many people are
 using the new framework. So there won't be too many examples, talks,
 workarounds, etc.

 Thanks again.

 Pat.

 --
 *From:* John McCormack j...@easypeasy.co.uk
 *To:* flexcoders@yahoogroups.com
 *Sent:* Thu, April 29, 2010 1:37:37 AM
 *Subject:* Re: [flexcoders] RobotLegs Framework



 Have a look at John Lindquist's video - 3rd one down:
 http://pv3d. org/ http://pv3d.org/
 John

 Patricia Han wrote:
 
 
  Hi Everyone,
 
  Have you used Robotlegs framework? Please share your experience with
  me. (compare with Cairngorm or PureMVC)
  Thanks,
 
  Pat
 
 
 
 


  



Re: [flexcoders] Simple Sound Player

2010-04-22 Thread Mark Lapasa
You could write a very rudimentary app using the flash.media.Sound to load
and play the file and flash.media.SoundChannel to stop and pause the file.

On Mon, Apr 19, 2010 at 2:51 PM, simcola jobs...@gmail.com wrote:



 Hi

 I have several podcasts in wma (I could change to mp3 if needed) and I need
 a simple player that will list all the podcasts and then have a play, pause,
 fwd, rwnd, stop and download button. Does anyone know of anything like this
 that I can use in flex..

 thanks

  



Re: [flexcoders] Loading FXG files at runtime

2010-04-19 Thread Mark Lapasa
This is an interesting question. I would like to know the answer too.


On Thu, Apr 15, 2010 at 4:53 AM, Pradeek pra...@yahoo.com wrote:



 Hi is it possible to load FXG files at runtime and render them? Thanks.

  



Re: [flexcoders] Compare two datagrids

2010-03-31 Thread Mark Lapasa
Don't compare two datagrids.
Compare two datasets.

If you need thew view to display what's in common, then you can create your
own Filter function and apply it to the underlying data sets.

Any changes made to the data will be reflected in the view.

On Wed, Mar 31, 2010 at 4:51 PM, cvsikh prebh...@hotmail.com wrote:



 Hi,

 I am looking for a solution to compare data in two datagrids. The date
 fields are exactly the same. Any help on this will be greatly appreciated.
 If somehow, we can color code repeated data, that will be ideal.

  



[flexcoders] Flex Developer Available For Hire

2010-02-01 Thread Mark Lapasa
Hello everyone,

(I just read the FAQ for the usergroup and it wasn't really clear whether or 
not I am allowed to do this... If I am not, please accept my apologies)

I am a senior level Flex/ActionScript developer looking to take on new and 
interesting projects. Please review my LinkedIn profile to learn more about my 
work with Salesforce.com CRM and Online Gaming industries.

http://www.linkedin.com/in/marklapasa

Whether
you are hiring or not, please do not hesitate to add me on LinkedIn. I
would be more than happy to refer you to a candidate or discuss an
opportunity down the road.

Cheers,

Mark Lapasa
Experienced Flash and Force.com Platform Developer



  __
The new Internet Explorer® 8 - Faster, safer, easier.  Optimized for Yahoo!  
Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/

Re: [flexcoders] Ctrl + eh?

2009-10-23 Thread Mark Lapasa
Just to add more context, I know children of ListBase don't support 
Ctrl+A so I added my own keydown listener for Ctrl + A in a datagrid so 
each index in the dataprovider would be in the .selectedIndicies. 
However it never gets fired. -mL

Mark Lapasa wrote:
  

 In IE, why does Ctrl + A in a TextInput work but Ctrl + A in a datagrid
 doesn't? What is this funny business? Thx, -mL

 Notice of confidentiality:
 The information contained in this e-mail is intended only for the use 
 of the individual or entity named above and may be confidential. 
 Should the reader of this message not be the intended recipient, you 
 are hereby notified that any unauthorized dissemination, distribution 
 or reproduction of this message is strictly prohibited. If you have 
 received this message in error, please advise the sender immediately 
 and destroy the e-mail.

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



[flexcoders] Ctrl + eh?

2009-10-22 Thread Mark Lapasa
In IE, why does Ctrl + A in a TextInput work but Ctrl + A in a datagrid 
doesn't? What is this funny business? Thx, -mL


Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] How to hide loading of an images in flex

2009-10-08 Thread Mark Lapasa
For you svgViewer, have it set to visible = false at the beginning. When 
the svgViewer has finished 100% of what it's doing, have a listener 
already defined waiting for this event. When it fires off, the handler 
will turn visible = true. -mL


Adarsh Agrawal wrote:
 




Hello,
Can any help me regarding the subject line?
 
i've to load an image in svgViewer..and i am getting glitches while 
loading the image..so can any one help me regarding how to hide 
loading of image in svgviewer and afterloading make it visible
 
regards,

adarsh



Add whatever you love to the Yahoo! India homepage. Try now! 
http://in.rd.yahoo.com/tagline_metro_3/*http://in.yahoo.com/trynew






Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Re: Trying to convince people to develop with Flex

2009-09-29 Thread Mark Lapasa
Wow, that's a great case study / story about Flex.

valdhor wrote:
  

 Perhaps you could do it in your own time?

 When I first started my job here (A large Multi-National) I was tasked 
 with creating a front end UI to replace an unwieldy PHP/Perl system. 
 They wanted it redone with JavaScript/AJAX. I had completed the first 
 part of this in six months but there were multiple different code 
 bases (For multiple browsers) and the code to do it would kill IE6 
 (The enterprise standard).

 I decided I would develop the same UI in Flex at home and give myself 
 a chance to learn on a real project. I completed the project in less 
 than two months. Once I showed my boss what could be done in less time 
 and with a single code base for all browsers, we scrapped the original 
 idea and moved forward with the full migration into Flex.

 If you can't/won't take this route, maybe the Adobe Dashboard 
 Application can show a small sampling of what can be done with Flex 
 (http://examples.adobe.com/flex3/devnet/dashboard/main.html 
 http://examples.adobe.com/flex3/devnet/dashboard/main.html)

 HTH

 Steve

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, Steven loe stevenloe5...@... 
 wrote:
 
  While I agree that building out something would be great. That's
  probably not possible right now. I think they don't have enough
  awareness of Flex to know what it could do for them. I think if they
  could see a couple of slick data viz apps, they'd suddenly get it. I
  was hoping that a few flexcoders might have data viz apps they'd like
  to show off.
 
  Thanks very much.
 
  On Sep 19, 2009, at 10:32 AM, Angelo Anolin angelo_ano...@...
  wrote:
 
   I believe the best way to do this is to port (convert) one of your
   slow, dull and hard to maintain application and show how the same
   could be done in Flex, albeit much better.
  
   Manager would only see the value of a development platform if they
   know that their business bottom line is improved, which is in this
   case a better application that they utilize.
  
   Angelo
  
   From: Schnurgle Schnurgle schnur...@...
   To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
   Sent: Saturday, 19 September, 2009 12:39:56
   Subject: [flexcoders] Trying to convince people to develop with Flex
  
  
   I'd like to get some people that I work with excited about
   developing RIAs with Flex. We currently do data visualization with
   fusion charts. I'd like to show folks here Flex apps that go beyond
   what fusion charts can do. I've googled a bunch but I've not found
   much. Also, any links to flex business apps that would help make the
   case that we could be offering amazing user experiences if we were
   to build with Flex would be great ammo.
  
   Thank you very much for any help with this.
   sh
  
  
  
  
 

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] cleanup on exit

2009-09-28 Thread Mark Lapasa
You can try

flash.events.Event.DEACTIVATE

which comes out of Application

a new problem arises if the user really shut down the flash player or 
just alt-tabbing

[p e r c e p t i c o n] wrote:
  

 Hi all,


 Is there any way to do some cleanup just before an app exits?  for 
 example i've persisted some data to the DB and since the user hasn't 
 completed all the steps, i want to roll back that commit..is there an 
 event i can write a handler for?

 thanks 

 and 

 cheers

 -- 
 [ p e r c e p t i c o n ]
 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Beginner Questions

2009-09-25 Thread Mark Lapasa
Most would use ActionScript 3. The Flex Framework add a lot of overhead 
to a highly animated game. The controls weren't made for that type of 
genre of application.

You could use OS Flex but Flex Builder's built-in's will save you clicks 
in the long run and you just get things done out faster, which means 
gratification faster.

It all depends on the type of game you are developing whether vector or 
bitmap. Vectors can give you an advantage in portable file size and 
smooth scaling. Bitmaps can give you control as a static canvas but you 
pay the price in large file sizes. Code-wise, your graphics is wrapped 
by a container, you move the container. Code doesn't really care so much 
what's in the container.

You should also consider the growing libraries out there for 
actionscript like Papervision 3d and AS3 Data Structures For Game 
Developers.

You could also recycle your C/C++ expertise via Alchemy

http://labs.adobe.com/technologies/alchemy/

Alchemy In Action - http://www.newgrounds.com/portal/view/470460


Thx,

-mL

mugathur wrote:
  

 Hello. I am very new to both Flash and Flex. I've been programming 
 video games in C/C++ for a while now and thought I'd try something 
 faster to develop. So, I have a few questions, specifically geared 
 towards games development.

 Do games developers usually use Flex or just raw Flash?

 Is just using the Flex open source compiler viable or is purchasing 
 the Flex Builder pretty instrumental to effective use of the language?

 Is there a heavy preference between vector art or bitmap art in flash 
 development? Is the code significantly different between the two?

 I'm sure I'll have more questions, but I'll kick it off with these. 
 Thanks in advance.

 -moo

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Re: Java/Flex questions answered by James Ward

2009-09-17 Thread Mark Lapasa
Uggh no wonderthey deleted my question altogether!

James Ward wrote:

 Yeah. Turns out that the folks at Stack Overflow didn’t like the idea 
 of the “riacowboy” tag. So you can still ask the question with 
 sensible tags and then post a comment on my “Ask the RIA Cowboy” blog 
 so that I know where to find it.

 Thanks.

 -James

 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] 
 *On Behalf Of *ilikeflex
 *Sent:* Monday, September 14, 2009 10:29 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Re: Java/Flex questions answered by James Ward

 Could not find the tag 'raiCowboy'

 http://meta.stackoverflow.com/questions/17314/search-for-a-tag-returns-no-results/17327
  
 http://meta.stackoverflow.com/questions/17314/search-for-a-tag-returns-no-results/17327

 It says tag 'raiCowboy' has been deleted.

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, James Ward jaw...@... wrote:
 
  This would be a great question to ask on StackOverflow.com :)
 
  -James
 
 
  From: flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com 
 [mailto:flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com] On Behalf Of ilikeflex
  Sent: Friday, September 11, 2009 11:03 AM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
  Subject: [flexcoders] Re: Java/Flex questions answered by James Ward
 
 
 
  what i am expecting that as soon as i run my flex application i should
  see
 
  System.out.println(getIndexList Executing);
  System.out.println(getIndexProfileList Executing);
  System.out.println(getIndexTradingDatesList Executing);
  System.out.println(getIndexValues Executing);
 
  but i see
 
  System.out.println(getIndexList Executing);
  System.out.println(getIndexList End Executing);
 
  System.out.println(getIndexProfileList Executing);
  System.out.println(getIndexProfileList End Executing);
 
  System.out.println(getIndexTradingDatesList Executing);
  System.out.println(getIndexTradingDatesList End Executing);
 
  System.out.println(getIndexValues Executing);
  System.out.println(getIndexValues End Executing);
 
  I should see all the method executing simultaneously.
 
  Any help...
 
  --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com, 
 ilikeflex ilikeflex@ wrote:
  
  
   I am doing something like this:
  
   if( indexListRemoteObject == null)
   {
   indexListRemoteObject = new RemoteObject(indexMasterDAO);
   indexListRemoteObject.addEventListener( ResultEvent.RESULT,
   indexListHandler );
   indexListRemoteObject.addEventListener( FaultEvent.FAULT, faultHandler
   );
   indexListRemoteObject.getIndexList();
   }
  
   if( indexProfileListRemoteObject == null )
   {
   indexProfileListRemoteObject = new RemoteObject(indexMasterDAO);
   indexProfileListRemoteObject.addEventListener( ResultEvent.RESULT,
   indexProfileListHandler );
   indexProfileListRemoteObject.addEventListener( FaultEvent.FAULT,
   faultHandler );
   indexProfileListRemoteObject.getIndexProfileList();
   }
  
  
   if( indexTradingDatesListRemoteObject == null )
   {
   indexTradingDatesListRemoteObject = new
  RemoteObject(indexMasterDAO);
   indexTradingDatesListRemoteObject.addEventListener(
  ResultEvent.RESULT,
   indexTradingDatesListHandler );
   indexTradingDatesListRemoteObject.addEventListener( FaultEvent.FAULT,
   faultHandler );
   indexTradingDatesListRemoteObject.getIndexTradingDatesList();
   }
  
   if( indexValuesListRemoteObject == null )
   {
   indexValuesListRemoteObject = new RemoteObject(indexMasterDAO);
   indexValuesListRemoteObject.addEventListener( ResultEvent.RESULT,
   indexValuesListHandler );
   indexValuesListRemoteObject.addEventListener( FaultEvent.FAULT,
   faultHandler );
   indexValuesListRemoteObject.getIndexValues();
   }
  
   but if i put the System.out.println in different Java Methods.. i see
   the same sequence of order in which they are called. I am 100% sure
  that
   my first method(getIndexList) takes lot of time. So while getIndexList
   is executing then i should also see that atleast one of the other
   methods are being executed simulataneously. But this is not happening
  as
   expected. None of the other methods is able to recieve the request
  while
   getIndexList is processing.
  
   All my java methods are static. I don't think this should cause any
   issue.
  
   thanks
   ilikeflex
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.commailto:flexcoders%40yahoogroups.com, 
 fotis.chatzinikos
   fotis.chatzinikos@ wrote:
   
make a remote call implementation in java that fills a hashmap or
   related object with all the info you want:
   
init()
{
people = getPeople() ;
towns = getTowns() ;
etc...
}
   
if you want them 1-by-1 call them in sequence:
   
getPeople() on responce getTowns and so on...
   
--- In 

Re: [flexcoders] Re: How do I get on adobe feeds? I'm having problems...

2009-09-04 Thread Mark Lapasa
Hello all,

Does anyone know who is admin for the feeds on MXNA/feeds.adobe.com?

I would like to have my feed URL updated. It's been about 2 days since I 
sent the request.

I would like to know if they've received my request.

knowledge.lapasa.net
Old - http://knowledge.lapasa.net/wp-atom.php
New - http://knowledge.lapasa.net/?feed=rss2

Thx,

-mL

Amy wrote:

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, Nate Pearson napearso...@...
 wrote:
 
  I'm trying to get my blog on adobe feeds.
 
  I've submitted my blog to the feed (19nates.com) and received an e-
 mail from adobe that
  says Your site has been added to Adobe Feeds:
 http://feeds.adobe.com http://feeds.adobe.com.
 
  I click on my ping link and I get flerror 0 message Thanks for
 pinging MXNA!.
 
  When I try to ping my link over at adobe feeds it says my blog
 hasn't been added.
 
  I've e-mailed the help link twice but haven't got a response in
 about 2 weeks.
 
  HELP! :) Any ideas? Any adobe people here that can help me out?
 I just want to share my
  flexness with the world.

 Look around on the Flex Documentation Team site to see if there's
 anything they're saying that you want to link to. If they start
 seeing traffic coming from your links, they are likely to add you.

 HTH;

 Amy

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] alt+f4 Short cut key

2009-08-13 Thread Mark Lapasa
The day Flash Player provides alt-f4 support is the day when World of 
Warcraft provides it too

http://forums.worldofwarcraft.com/thread.html?topicId=12454665647

jitendra jain wrote:
  

 Hi friends,

   I want to implement alt+f4 key functionality in my swf application. 
 How can I override the browser keys? Any help will be appreciated

 Thanks,

 with Regards,
 Jitendra Jain
 Software Engineer
 91-9979960798


 Send free SMS to your Friends on Mobile from your Yahoo! Messenger. 
 Download Now! http://messenger.yahoo.com/download.php

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Re: Need help Combobox label property

2009-07-29 Thread Mark Lapasa
You got a questionable data model if the country names are not bundled 
with the same SOAP msg that has your country codes.

1) Is your Flex binary supposed to have hardcoded all the country names?
2) What happens if you have the server-side return you a country code 
that the client does not expect?

It seems to me that it is half dynamic.

Wouldn't your life be easier if the java WS just told you both the combo 
box label and the underlying country code, instead of just the country code?


Anyways, if you can't do anything about it and you have to work with 
what you got, another approach (in line with Tracy's idea) is to have a 
Dictionary whose keys are your country code and values are country 
names. The next fancy step would be the cache the dictionary into a 
SharedObject so that the next time the user uses the combo box control, 
previously known country code and country name pairs will be available 
to the user. Just some thoughts



gan_sun2006 wrote:
  

 Thanks to everyone for suggestions.

 I am having a combo in which the values are dynamically coming from DB 
 thru java WS. The case is, when i select a country for instance say 
 India, the code for the corresponding selection IN is saved to the 
 DB thru java WS during SAVE action. When i retrieve the value in 
 future, I am given only the countrycode IN. Using this code, I have 
 to show the countryname on label property of my combo. I am currently 
 looping thru the arraycol(dataprovider) for checking the code for IN 
 and setting the arraycol index to combo.selectedIndex. I cannot use 
 switch() here as the values are dynamic from DB.

 Is there any other better way of doing this...?

 Thanks in advance!!!

 Regards,
 Ganesh Sundar R.

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, Jeffry Houser j...@... wrote:
 
 
  I started to give him a similar answer, but then realized he may be
  talking about setting the selectedItem on the ComboBox. He mentioned he
  already had a labelField which seems to be exactly what he needs for
  display purposes without a complicated switch statement.
 
  Ganesh, if neither answer helps you, could you elaborate on the problem?
 
  Mark Lapasa wrote:
  
  
   look at combo boxes labelfunction
   the function will then inspect the countrycode and you'll have a nasty
   switch statement that will output the correct country name
  
   -mL
  
   gan_sun2006 wrote:
   
   
Hi,
   
I am using combobox for which the bound data is coming from an
arraycollection. My arraycollection has two properties called
countryname(labelField) and countrycode. When i submit my page, the
countrycode from my combo is saved to the DB. During retrieval I am
given only countrycode and not countryname.
   
How can I show the equivalent countryname as selectedItem in my
combobox? Presently I am looping through the arraycollection and
showing the equivalent countyname. Is there any other way to do it?
   
Any help is highly appreciated...
   
Regards,
Ganesh Sundar R.
   
   
  
   Notice of confidentiality:
   The information contained in this e-mail is intended only for the use
   of the individual or entity named above and may be confidential.
   Should the reader of this message not be the intended recipient, you
   are hereby notified that any unauthorized dissemination, distribution
   or reproduction of this message is strictly prohibited. If you have
   received this message in error, please advise the sender immediately
   and destroy the e-mail.
  
  
 
  --
  Jeffry Houser, Technical Entrepreneur
  Adobe Community Expert: http://tinyurl.com/684b5h 
 http://tinyurl.com/684b5h
  http://www.twitter.com/reboog711 http://www.twitter.com/reboog711 
 | Phone: 203-379-0773
  --
  Easy to use Interface Components for Flex Developers
  http://www.flextras.com?c=104 http://www.flextras.com?c=104
  --
  http://www.theflexshow.com http://www.theflexshow.com
  http://www.jeffryhouser.com http://www.jeffryhouser.com
  --
  Part of the DotComIt Brain Trust
 

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Need help Combobox label property

2009-07-28 Thread Mark Lapasa
look at combo boxes labelfunction
the function will then inspect the countrycode and you'll have a nasty 
switch statement that will output the correct country name

-mL

gan_sun2006 wrote:
  

 Hi,

 I am using combobox for which the bound data is coming from an 
 arraycollection. My arraycollection has two properties called 
 countryname(labelField) and countrycode. When i submit my page, the 
 countrycode from my combo is saved to the DB. During retrieval I am 
 given only countrycode and not countryname.

 How can I show the equivalent countryname as selectedItem in my 
 combobox? Presently I am looping through the arraycollection and 
 showing the equivalent countyname. Is there any other way to do it?

 Any help is highly appreciated...

 Regards,
 Ganesh Sundar R.

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Flex 4 Profiling Question - GC Root?

2009-06-12 Thread Mark Lapasa
I getcha, thx Alex -mL

Alex Harui wrote:


 The mark and sweep starts from several places (ApplicationDomain, 
 Stage, a few internal places in the Player, stack). Those are 
 currently called GCRoots, although I’d push for changing it if we 
 could come up with a better name.

 Often when you looked at an object in the Flex 3 profiler it had many 
 backreferences, most of which were circular, and others that were long 
 chains through many different objects and still were circular, or 
 didn’t matter because the real problem was that some other object 
 along that chain was the culprit.

 The Flex 4 profiler removes all circular references and then will 
 filter out chains that have long paths back to the root as those are 
 less likely to be the source of a problem.

 Alex Harui

 Flex SDK Developer

 Adobe Systems Inc. http://www.adobe.com/

 Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui

 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] 
 *On Behalf Of *Mark Lapasa
 *Sent:* Thursday, June 11, 2009 7:39 AM
 *To:* Flexcoders
 *Subject:* [flexcoders] Flex 4 Profiling Question - GC Root?




 I was going over the Adobe Flex 4 Feature and Migration PDF which is
 pretty good synopsis so far of what's new in Flex 4. Under the Profiling
 Enhancements section, it says you can now view all the shortest paths
 from the object to the garbage collector root (GC root)

 I understand as much as the mark  sweep but what does the above exactly
 mean?

 Thx,

 -mL

 Notice of confidentiality:
 The information contained in this e-mail is intended only for the use 
 of the individual or entity named above and may be confidential. 
 Should the reader of this message not be the intended recipient, you 
 are hereby notified that any unauthorized dissemination, distribution 
 or reproduction of this message is strictly prohibited. If you have 
 received this message in error, please advise the sender immediately 
 and destroy the e-mail.

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



[flexcoders] Flex 4 Profiling Question - GC Root?

2009-06-11 Thread Mark Lapasa
I was going over the Adobe Flex 4 Feature and Migration PDF which is 
pretty good synopsis so far of what's new in Flex 4. Under the Profiling 
Enhancements section, it says you can now view all the shortest paths 
from the object to the garbage collector root (GC root)

I understand as much as the mark  sweep but what does the above exactly 
mean?

Thx,

-mL


Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Custom index.template.html for each new project

2008-10-21 Thread Mark Lapasa
THx Kyle, I've gotten it to actually work =)

C:\Program Files\Adobe\Flex Builder 3.0.1 
Plug-in\sdks\3.1.0\templates\express-installation-with-history\index.template.html



Kyle Quevillon wrote:

 Look in your sdk directory:

  

 sdks\2.0.1\resources\html-templates

 sdks\3.0.0\templates

  

 -Kyle

  

 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Mark Lapasa
 *Sent:* Thursday, October 16, 2008 1:32 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Custom index.template.html for each new 
 project

  

 slight improvementbut not much different than what I am already
 doing. Setting up a new project is easy but tedious with all the copy 
 pasting i have to do.

 I've managed to trim a good part of it using the application-config.xml.

 Ralf Bokelberg wrote:
 
  What about creating a empty project, which contains your settings and
  copy this stuff over to the new project?
  Cheers
  Ralf.
 
  On Thu, Oct 16, 2008 at 7:41 PM, Mark Lapasa [EMAIL PROTECTED] 
 mailto:mlapasa%40tier1crm.com
  mailto:mlapasa%40tier1crm.com wrote:
   bumpanybody?
  
  
   Mark Lapasa wrote:
  
   How can I edit the index.template.html so that everytime I create 
 a Flex
   Project, it will always load up my custom template.
  
   I find myself always copying and pasting from a working
  index.template.html
   from another project everytime I create a new one.
  
   Thx,
   -mL
  
   
   Notice of confidentiality:
   The information contained in this e-mail is intended only for the
  use of the
   individual or entity named above and may be confidential. Should the
  reader
   of this message not be the intended recipient, you are hereby
  notified that
   any unauthorized dissemination, distribution or reproduction of this
  message
   is strictly prohibited. If you have received this message in error,
  please
   advise the sender immediately and destroy the e-mail.
  
  
   --
  
   Mark Lapasa | Developer | [EMAIL PROTECTED] 
 mailto:mlapasa%40Tier1CRM.com
  mailto:mlapasa%40Tier1CRM.com | Tier1CRM Inc. | T:
   416.932-4784 | www.Tier1CRM.com
  
  
  
   Tier1CRM Inc. formerly StraightThrough CRM Solutions Inc.
  
  
  
   
   Notice of confidentiality:
   The information contained in this e-mail is intended only for the
  use of the
   individual or entity named above and may be confidential. Should the
  reader
   of this message not be the intended recipient, you are hereby
  notified that
   any unauthorized dissemination, distribution or reproduction of this
  message
   is strictly prohibited. If you have received this message in error,
  please
   advise the sender immediately and destroy the e-mail.
  
 
 

 -- 

 *Mark Lapasa* |* *Developer |* [EMAIL PROTECTED] 
 mailto:mlapasa%40Tier1CRM.com *|* Tier**1*CRM Inc.
 |* **T:* 416.932-4784 | *www.Tier1CRM.com http://www.tier1crm.com/ 
 http://www.tier1crm.com/ *

 * *

 /Tier1CRM Inc. formerly StraightThrough CRM Solutions Inc.///

 Notice of confidentiality:
 The information contained in this e-mail is intended only for the use 
 of the individual or entity named above and may be confidential. 
 Should the reader of this message not be the intended recipient, you 
 are hereby notified that any unauthorized dissemination, distribution 
 or reproduction of this message is strictly prohibited. If you have 
 received this message in error, please advise the sender immediately 
 and destroy the e-mail.

  


-- 

*Mark Lapasa* |* *Developer |* [EMAIL PROTECTED] *|* Tier**1*CRM Inc. 
|* **T:* 416.932-4784 | *www.Tier1CRM.com http://www.tier1crm.com/ *

* *

/Tier1CRM Inc. formerly StraightThrough CRM Solutions Inc.///

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Custom index.template.html for each new project

2008-10-16 Thread Mark Lapasa

bumpanybody?


Mark Lapasa wrote:


How can I edit the index.template.html so that everytime I create a 
Flex Project, it will always load up my custom template.


I find myself always copying and pasting from a working 
index.template.html from another project everytime I create a new one.


Thx,
-mL


Notice of confidentiality:
The information contained in this e-mail is intended only for the use 
of the individual or entity named above and may be confidential. 
Should the reader of this message not be the intended recipient, you 
are hereby notified that any unauthorized dissemination, distribution 
or reproduction of this message is strictly prohibited. If you have 
received this message in error, please advise the sender immediately 
and destroy the e-mail.
 



--

*Mark Lapasa* |* *Developer |* [EMAIL PROTECTED] *|* Tier**1*CRM Inc. 
|* **T:* 416.932-4784 | *www.Tier1CRM.com http://www.tier1crm.com/ *


* *

/Tier1CRM Inc. formerly StraightThrough CRM Solutions Inc.///





Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Custom index.template.html for each new project

2008-10-16 Thread Mark Lapasa
slight improvementbut not much different than what I am already 
doing. Setting up a new project is easy but tedious with all the copy  
pasting i have to do.

I've managed to trim a good part of it using the application-config.xml.




Ralf Bokelberg wrote:

 What about creating a empty project, which contains your settings and
 copy this stuff over to the new project?
 Cheers
 Ralf.

 On Thu, Oct 16, 2008 at 7:41 PM, Mark Lapasa [EMAIL PROTECTED] 
 mailto:mlapasa%40tier1crm.com wrote:
  bumpanybody?
 
 
  Mark Lapasa wrote:
 
  How can I edit the index.template.html so that everytime I create a Flex
  Project, it will always load up my custom template.
 
  I find myself always copying and pasting from a working 
 index.template.html
  from another project everytime I create a new one.
 
  Thx,
  -mL
 
  
  Notice of confidentiality:
  The information contained in this e-mail is intended only for the 
 use of the
  individual or entity named above and may be confidential. Should the 
 reader
  of this message not be the intended recipient, you are hereby 
 notified that
  any unauthorized dissemination, distribution or reproduction of this 
 message
  is strictly prohibited. If you have received this message in error, 
 please
  advise the sender immediately and destroy the e-mail.
 
 
  --
 
  Mark Lapasa | Developer | [EMAIL PROTECTED] 
 mailto:mlapasa%40Tier1CRM.com | Tier1CRM Inc. | T:
  416.932-4784 | www.Tier1CRM.com
 
 
 
  Tier1CRM Inc. formerly StraightThrough CRM Solutions Inc.
 
 
 
  
  Notice of confidentiality:
  The information contained in this e-mail is intended only for the 
 use of the
  individual or entity named above and may be confidential. Should the 
 reader
  of this message not be the intended recipient, you are hereby 
 notified that
  any unauthorized dissemination, distribution or reproduction of this 
 message
  is strictly prohibited. If you have received this message in error, 
 please
  advise the sender immediately and destroy the e-mail.
 

  


-- 

*Mark Lapasa* |* *Developer |* [EMAIL PROTECTED] *|* Tier**1*CRM Inc. 
|* **T:* 416.932-4784 | *www.Tier1CRM.com http://www.tier1crm.com/ *

* *

/Tier1CRM Inc. formerly StraightThrough CRM Solutions Inc.///

 



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



[flexcoders] Custom index.template.html for each new project

2008-10-15 Thread Mark Lapasa
How can I edit the index.template.html so that everytime I create a Flex 
Project, it will always load up my custom template.


I find myself always copying and pasting from a working 
index.template.html from another project everytime I create a new one.


Thx,
-mL



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Can a SWF be hosted on server A and have access to server B which does remoting?

2008-03-28 Thread Mark Lapasa
Suppose the blaze server does have a crossdomain.xml.

How can I point remote object to hit the blaze server at all? From what I've 
read so far, the .swf is usually hosted on the same server as the remoting 
server.

-mL


On Thursday 27 Mar 2008, Mark Lapasa wrote:

  The reason for this arrangement is that the place where the .swf is
  hosted not available to install BlazeDS.
  Haven't been able to find out in the documentation how to redirect the
  remote object to a different URL.
   

I think you'll just need a suitable crossdomain.xml on the blaze server.

-- Tom Chiverton Helping to confidentially transform dot-com features 
on: http://thefalken.livejournal.com
 On one domain, the .swf is hosted On another domain, resides Blaze DS 
 server. User accesses the .swf from the first one so it can take 
 advantage of remoting on the other. The reason for this arrangement is 
 that the place where the .swf is hosted not available to install 
 BlazeDS. Haven't been able to find out in the documentation how to 
 redirect the remote object to a different URL. Help anyone? Thx, -mL



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



[flexcoders] Can a SWF be hosted on server A and have access to server B which does remoting?

2008-03-27 Thread Mark Lapasa
On one domain, the .swf is hosted

On another domain, resides Blaze DS server.

User accesses the .swf from the first one so it can take advantage of 
remoting on the other.

The reason for this arrangement is that the place where the .swf is 
hosted not available to install BlazeDS.
Haven't been able to find out in the documentation how to redirect the 
remote object to a different URL.


Help anyone?

Thx,

-mL


Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Datagrid item on rollOver

2008-02-20 Thread Mark Lapasa
Don't change the datagrid. Change the data that the datagrid is bound to.
The underlying change in the data will refresh the datagrid. The 
rollOver should give you the hint as to where in your data to make the 
change. -mL


linko27 wrote:

 Hello!

 Can someone please help me! I need to change a propperty of an item in
 my datagrid on the rollOver event, but i just don't know how to get it.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Reset State in Flex

2008-02-20 Thread Mark Lapasa
set currentState to null. -mL

ghus32 wrote:

 Is there a way to reset a state in Flex?

 Thanks

 steve

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Re: Why upgrade to FB3?

2008-02-15 Thread Mark Lapasa
OMG i didn't know about Ctrl-3This is awesome.

Anyways, I like FB3 cause it can handle the two plugins I use everyday

Subversive
Mylyn

Refactoring is nice but I don't use it as often as I thought I would.

-mL

Uber_Nick wrote:

 In short: faster and more stable.

 FB3 is a lot smarter about compiling, so building a project after
 making a change goes a lot faster. Developers were increasingly
 frustrated and slowed by the long build times of our project with FB2.01.

 There were also a variety of small bugs in 2.01, such as issues
 recompiling styles, embedded assets, or external xml data.
 Occasionally it would cause FB2 to crash, but usually it would just
 require full cleans. These minor frustrations really built up and
 could waste a lot of time and productivity (as well as lower morale
 and excitement about the technology). There's no reason to put
 developers through using older, buggier tools when better options are
 available.

 Also, FB3 is based on a newer version of Eclipse. So better
 navigation (ctrl+3 is a lifesaver!), smarter memory usage, and
 enhanced stability all come with it.

 Not to mention all the plugin upgrades if you're using any of them
 (Subclipse, SpringIDE, Jupiter, etc)...

 -Nick Matelli
 Amentra, Inc

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, Mr Greg Murnock [EMAIL PROTECTED] 
 wrote:
 
  For the big discussion of the day/week...
 
  I have been given the task to give a strong case on why we need to
 spend the money (proposed pricing schedule) on the upgrade to FB3,
 when available.
  Our company does not look to do AIR apps, we do not have a case to
 use Advanced Datagrid, we front CF7 with an Oracle DB (irrelevant) so
 the FDS is already there. Current F2 apps with charting working great.
 
  I want to upgrade but need more of a reason, for my [EMAIL PROTECTED] 
  company -
 did I say that outloud, for us to purchase the upgrades. All comments
 are accepted. :)
 
  Greg
 
 
 
 __
  Be a better friend, newshound, and
  know-it-all with Yahoo! Mobile. Try it now.
 http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
 http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
 

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] File exist

2008-02-15 Thread Mark Lapasa
If you know the location of where the file ought to be, you can attempt 
to load the file. If the loading of the file fails, then an event will 
be fired. Look into the docs for the Loader API. -mL

doldol35 wrote:


 Dear Flex Coders:

 I am using Flex2.
 IS there any way to find whether a certain file (ex: test.jpg) exists
 in the folder

 Any help or hint is appreciated.

 Thanks.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Custom Tooltip Display

2008-02-15 Thread Mark Lapasa
http://livedocs.adobe.com/labs/flex3/html/help.html?content=tooltips_4.html


See Creating custom ToolTips

-mL


Fidel Viegas wrote:

 Hello folks,

 I was wondering if someone can point me to a tutorial that shows me
 how to customize the Tooltip Window (if that is what I may call it).
 I want to to be able to display formatted data, as I have seen in many 
 demos.

 I look forward to hearing from you guys.

 Thanks in advance,

 Fidel.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] DataGrid's Drag and Drop stops working after user clicks on column header.

2008-01-28 Thread Mark Lapasa
Thx Alex, that worked great!

Alex Harui wrote:

 Because the sort remains active.  You can remove the sort, or copy the 
 sort to a new unsorted collection.

  

 

 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Mark Lapasa
 *Sent:* Friday, January 25, 2008 2:29 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] DataGrid's Drag and Drop stops working after 
 user clicks on column header.

  

 Hello all,

 If you cut  paste the following:

 ?xml version=1.0 encoding=utf-8?
 mx:Application
 xmlns:mx=http://www.adobe.com/2006/mxml 
 http://www.adobe.com/2006/mxml layout=absolute
 creationComplete=creationCompleteHandler()
 mx:Script
 ![CDATA[
 import mx.collections.ArrayCollection;

 [Bindable]
 private var ac:ArrayCollection;

 public function creationCompleteHandler():void
 {
 ac = new ArrayCollection([ {label:First, rank:1},
 {label:Second, rank:2},
 {label:Third, rank:3}]);

 dg.dataProvider = ac;
 }

 ]]
 /mx:Script
 mx:DataGrid id=dg
 dragEnabled=true dropEnabled=true
 dragMoveEnabled=true
 /mx:DataGrid
 /mx:Application

 ...dragging and dropping to a different order works great. As soon as
 you click on the header, a column sort is applied and then it takes over
 as precedence over any changes the user wants to perform manually by
 doing drag and drop.

 Why does drag and drop stop working? What gives?

 Thx,

 -mL

 Notice of confidentiality:
 The information contained in this e-mail is intended only for the use 
 of the individual or entity named above and may be confidential. 
 Should the reader of this message not be the intended recipient, you 
 are hereby notified that any unauthorized dissemination, distribution 
 or reproduction of this message is strictly prohibited. If you have 
 received this message in error, please advise the sender immediately 
 and destroy the e-mail.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



[flexcoders] Problem reading German characters from XML

2008-01-25 Thread Mark Lapasa
Hello all,

An API call which is returning an XML that has CDATA text that is not 
displaying properly. Here's a link to a picture that describes what is 
going on:

http://lapasa.net/images/Versicherungs.GIF

Returned - That is the text as seen in a packet sniffer program (wireshark)
Displayed - Is how IE7 is displaying the XML document.
Should display - Is the german text that we desire to be displayed in 
Flex but it's displaying the same as IE.

We were told to read it in as WCHAR but what does that mean to people 
who deal  with data coming in and out of the Flash Player? No help could 
be found in livedocs.

Any help would be appreciated.

Thx,

-mL


Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



[flexcoders] DataGrid's Drag and Drop stops working after user clicks on column header.

2008-01-25 Thread Mark Lapasa
Hello all,

If you cut  paste the following:

?xml version=1.0 encoding=utf-8?
mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute
creationComplete=creationCompleteHandler()
mx:Script
![CDATA[
import mx.collections.ArrayCollection;
   
[Bindable]
private var ac:ArrayCollection;
   
public function creationCompleteHandler():void
{   
ac = new ArrayCollection([{label:First, rank:1},
{label:Second, rank:2},
{label:Third, rank:3}]);

dg.dataProvider = ac;
}

]]
/mx:Script
mx:DataGrid id=dg
dragEnabled=true dropEnabled=true
dragMoveEnabled=true
/mx:DataGrid   
/mx:Application




...dragging and dropping to a different order works great. As soon as 
you click on the header, a column sort is applied and then it takes over 
as precedence over any changes the user wants to perform manually by 
doing drag and drop.

Why does drag and drop stop working? What gives?

Thx,

-mL


Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Flex to Flash developers

2008-01-15 Thread Mark Lapasa
Programming ActionScript 3.0 which is a part of the docs that come 
with Flex was something I found very helpful. The other materials that 
is recommended is Colin Moock's book, Essential ActionScript 3.0 
(http://www.amazon.com/Essential-ActionScript-3-0-Colin-Moock/dp/0596526946/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1200430757sr=8-1)

Also Programming Flex 2 is a bit dated but none the less a great intro 
to Flex from bottom up. It doesn't lend itself to get Flash users to 
become Flex users but it hits you very early that there is a 'Flex' way 
of doing things (i.e. embedding bitmaps).



-mL
knowledge.lapasa.net

molandim wrote:

 Hello

 I have been working with flash since the version 4.0, and since there
 I worked with actionscript. Today I only work with actionscript,
 developing classes to several application in flash.

 Then I decided to try flex and because my early knowledge I believe
 that flex would be a piece of cake, but it is not. It seems that I am
 starting learning from the basic.

 Is there any material, tutorial, for flex to flash developers?

 Thanks.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Reference to the content area of a Panel component

2007-11-28 Thread Mark Lapasa
I got this thing to work perfectly under Flex 3 but in Flex 2 which I am 
targeting for, it breaks.

In Flex 3, the panel's border metrics give me top:30, left:10, 
right:10,  and bottom:10. I am able to get this from PanelSkin.

In Flex 2, the panel's border metrics give me top:0, left:0, right:0,  
and bottom:0. I am able to get this from HaloBorder.

I am not entirely sure if this is a bug.


Mark Lapasa wrote:

 I managed to get to the panel's boarderskin via the panel's rawchildren.
 I guess it's now just a matter of figuring out the math. Thx Alex.

 Alex Harui wrote:
 
  It is not guaranteed to be a separate object. It is drawn by the
  panel's borderskin and located within the coordinates of the panel
  minus its viewMetrics.
 
  --
  *From:* flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com 
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com]
  *On Behalf Of *Mark Lapasa
  *Sent:* Monday, November 26, 2007 3:18 PM
  *To:* flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
  *Subject:* [flexcoders] Reference to the content area of a Panel 
 component
 
  Hello all,
 
  I am trying to get access the content area of a panel as I would like to
  skin it relative to the panel's content area. I am referring to that box
  of white space underneath the title bar.
 
  From the docs it says:
 
  A Panel ../langref/mx/containers/Panel.html layout container includes
  a title bar, a title, a status message area (in the title bar), a
  border, and a content area for its children
 
  But I can't find a reference in the API how to get the x,y, width and
  height of the actual content area container where the panel's children
  reside. Any guidance would be appreciated.
 
  Thx,
 
  -mL
 
  Notice of confidentiality:
  The information contained in this e-mail is intended only for the use
  of the individual or entity named above and may be confidential.
  Should the reader of this message not be the intended recipient, you
  are hereby notified that any unauthorized dissemination, distribution
  or reproduction of this message is strictly prohibited. If you have
  received this message in error, please advise the sender immediately
  and destroy the e-mail.
 
 

 Notice of confidentiality:
 The information contained in this e-mail is intended only for the use 
 of the individual or entity named above and may be confidential. 
 Should the reader of this message not be the intended recipient, you 
 are hereby notified that any unauthorized dissemination, distribution 
 or reproduction of this message is strictly prohibited. If you have 
 received this message in error, please advise the sender immediately 
 and destroy the e-mail.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Reference to the content area of a Panel component

2007-11-28 Thread Mark Lapasa
I managed to do what I want in Flex 2 by hardcoding the values that I 
know in Flex 3. I am doing this in a panel's updateDisplayList() 
override. Gets me by for now. Thx again, Alex.


Alex Harui wrote:

 some aspects of how Panel gets its borders changed in 3.0.  The 
 algorithm will have to be different, but still should be doable.  
 There might be a timing issue as to when you ask.  I don't remember 
 the details right now.

 
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Mark Lapasa
 *Sent:* Wednesday, November 28, 2007 6:30 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] Reference to the content area of a Panel 
 component

 I got this thing to work perfectly under Flex 3 but in Flex 2 which I am
 targeting for, it breaks.

 In Flex 3, the panel's border metrics give me top:30, left:10,
 right:10, and bottom:10. I am able to get this from PanelSkin.

 In Flex 2, the panel's border metrics give me top:0, left:0, right:0,
 and bottom:0. I am able to get this from HaloBorder.

 I am not entirely sure if this is a bug.

 Mark Lapasa wrote:
 
  I managed to get to the panel's boarderskin via the panel's rawchildren.
  I guess it's now just a matter of figuring out the math. Thx Alex.
 
  Alex Harui wrote:
  
   It is not guaranteed to be a separate object. It is drawn by the
   panel's borderskin and located within the coordinates of the panel
   minus its viewMetrics.
  
   --
   *From:* flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com
  mailto:flexcoders%40yahoogroups.com
  [mailto:flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com]
   *On Behalf Of *Mark Lapasa
   *Sent:* Monday, November 26, 2007 3:18 PM
   *To:* flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com
   *Subject:* [flexcoders] Reference to the content area of a Panel
  component
  
   Hello all,
  
   I am trying to get access the content area of a panel as I would 
 like to
   skin it relative to the panel's content area. I am referring to 
 that box
   of white space underneath the title bar.
  
   From the docs it says:
  
   A Panel ../langref/mx/containers/Panel.html layout container 
 includes
   a title bar, a title, a status message area (in the title bar), a
   border, and a content area for its children
  
   But I can't find a reference in the API how to get the x,y, width and
   height of the actual content area container where the panel's children
   reside. Any guidance would be appreciated.
  
   Thx,
  
   -mL
  
   Notice of confidentiality:
   The information contained in this e-mail is intended only for the use
   of the individual or entity named above and may be confidential.
   Should the reader of this message not be the intended recipient, you
   are hereby notified that any unauthorized dissemination, distribution
   or reproduction of this message is strictly prohibited. If you have
   received this message in error, please advise the sender immediately
   and destroy the e-mail.
  
  
 
  Notice of confidentiality:
  The information contained in this e-mail is intended only for the use
  of the individual or entity named above and may be confidential.
  Should the reader of this message not be the intended recipient, you
  are hereby notified that any unauthorized dissemination, distribution
  or reproduction of this message is strictly prohibited. If you have
  received this message in error, please advise the sender immediately
  and destroy the e-mail.
 
 

 Notice of confidentiality:
 The information contained in this e-mail is intended only for the use 
 of the individual or entity named above and may be confidential. 
 Should the reader of this message not be the intended recipient, you 
 are hereby notified that any unauthorized dissemination, distribution 
 or reproduction of this message is strictly prohibited. If you have 
 received this message in error, please advise the sender immediately 
 and destroy the e-mail.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



[flexcoders] Reference to the content area of a Panel component

2007-11-27 Thread Mark Lapasa
Hello all,

I am trying to get access the content area of a panel as I would like to 
skin it relative to the panel's content area. I am referring to that box 
of white space underneath the title bar.

 From the docs it says:

A Panel ../langref/mx/containers/Panel.html layout container includes 
a title bar, a title, a status message area (in the title bar), a 
border, and a content area for its children

But I can't find a reference in the API how to get the x,y, width and 
height of the actual content area container where the panel's children 
reside. Any guidance would be appreciated.


Thx,

-mL


Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Reference to the content area of a Panel component

2007-11-27 Thread Mark Lapasa
I managed to get to the panel's boarderskin via the panel's rawchildren. 
I guess it's now just a matter of figuring out the math. Thx Alex.

Alex Harui wrote:

 It is not guaranteed to be a separate object.  It is drawn by the 
 panel's borderskin and located within the coordinates of the panel 
 minus its viewMetrics.

 
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Mark Lapasa
 *Sent:* Monday, November 26, 2007 3:18 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Reference to the content area of a Panel component

 Hello all,

 I am trying to get access the content area of a panel as I would like to
 skin it relative to the panel's content area. I am referring to that box
 of white space underneath the title bar.

 From the docs it says:

 A Panel ../langref/mx/containers/Panel.html layout container includes
 a title bar, a title, a status message area (in the title bar), a
 border, and a content area for its children

 But I can't find a reference in the API how to get the x,y, width and
 height of the actual content area container where the panel's children
 reside. Any guidance would be appreciated.

 Thx,

 -mL

 Notice of confidentiality:
 The information contained in this e-mail is intended only for the use 
 of the individual or entity named above and may be confidential. 
 Should the reader of this message not be the intended recipient, you 
 are hereby notified that any unauthorized dissemination, distribution 
 or reproduction of this message is strictly prohibited. If you have 
 received this message in error, please advise the sender immediately 
 and destroy the e-mail.

  



Notice of confidentiality:
The information contained in this e-mail is intended only for the use of the 
individual or entity named above and may be confidential. Should the reader of 
this message not be the intended recipient, you are hereby notified that any 
unauthorized dissemination, distribution or reproduction of this message is 
strictly prohibited. If you have received this message in error, please advise 
the sender immediately and destroy the e-mail.



Re: [flexcoders] Flex Reflection

2007-06-05 Thread Mark Lapasa
... and if you don't know the method or property at run-time, you can 
use describeType() that will return you an XML description of the 
object's public methods and properties.

http://onrails.org/articles/2007/02/24/flex-introspection-api-describetype-value-xml

-mL
knowledge.lapasa.net

Tom Chiverton wrote:
 On Tuesday 05 Jun 2007, André Rodrigues Pena wrote:
   
 method or the property at compile time. Something like Java
 Reflection.
 

 anObject[aString] gets you the property of anObject who's name is in the 
 string aString

   




--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Flex app on PDA - MS Pocket PC / Windows Mobile

2007-03-14 Thread Mark Lapasa
Applications built with Flex Builder (or anything using AS3 for that 
matter) are targeted for Flash Player 9.

The last release of a Flash Player that I know of for the PDA is Flash 
Player 7 that features AS2.0 support. If your application is strongly 
object-oriented, down porting it to AS2.0 would make it possible.

If your application makes a lot of use of Flex components, I wouldn't 
port. Keep in mind, the desktop experience doesn't necessarily translate 
into the PDA experience. Your UI would have to go under a number of 
changes to fit the constraints of the viewable area, how a user would be 
able to input information, and how to navigate through the aspects of 
your applications.


Good luck,

-mL
http://knowledge.lapasa.net

amri_ls wrote:

 Hi!

 Does anyone know whether applications built using Flex Builder can run
 on PDA with MS Pocket PC or Windows Mobile without modification /
 scale down? Our project is building a dashboard application that runs
 both on PC and PDA.

 Does Flash player installed (shipped) in PDA or we need to install the
 player separately?

 I appreciate if anyone could share your experience building on PDA
 platform.

 Many thanks,
 amri

  




[flexcoders] Flex Data Services on Amazon EC2

2007-03-06 Thread Mark Lapasa
For those familiar with Amazon's Web Services (the side of the company 
that doesn't sell books), do you know if it is possible to have Flex 
Data Services Express Edition running under an instance of Amazon 
Elastic Compute Cloud (EC2)? The idea of having the server-side 
operations handled for $0.10/hr, turn it on and off at will, and be able 
to make an application public for access is a very attractive idea.

Currently, I am not doing anything that would warrant it but I am very 
curious. This Flex licensing jargon is beyond me.

(More info on EC2 @ http://aws.amazon.com/ec2)


Thx,

-mL
http://knowledge.lapasa.net



Re: [flexcoders] Flex Data Services on Amazon EC2

2007-03-06 Thread Mark Lapasa
Thx Hank! I'm looking forward to using EC2 as a public testing ground.

-mL
http://knowledge.lapasa.net

hank williams wrote:

 Sure, that is what EC2 is for. The only thing to be aware of is that
 EC2 only runs linux instances. Of course this is not a problem for FDS
 of course but just an FYI.

 However, the big benefit of EC2 is inifinte scalability, and FDS
 express edition will not allow you to run multiple instances. In fact,
 because EC2 instances are less power than the fastest machines
 available, running FDS on EC2 might not be the most economical option
 from a license cost perspective.

 Regards
 Hank

 On 3/6/07, Mark Lapasa [EMAIL PROTECTED] 
 mailto:mlapasa%40parlaygroup.com wrote:
  For those familiar with Amazon's Web Services (the side of the company
  that doesn't sell books), do you know if it is possible to have Flex
  Data Services Express Edition running under an instance of Amazon
  Elastic Compute Cloud (EC2)? The idea of having the server-side
  operations handled for $0.10/hr, turn it on and off at will, and be able
  to make an application public for access is a very attractive idea.
 
  Currently, I am not doing anything that would warrant it but I am very
  curious. This Flex licensing jargon is beyond me.
 
  (More info on EC2 @ http://aws.amazon.com/ec2 
 http://aws.amazon.com/ec2)
 
 
  Thx,
 
  -mL
  http://knowledge.lapasa.net http://knowledge.lapasa.net
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 

  




Re: [flexcoders] Flex books

2007-02-05 Thread Mark Lapasa
Sometimes the best way to learn is to get thrown into the fire. Have 
them go to http://livedocs.macromedia.com/flex/2/ and run through with 
Getting Started with Flex 2. Once they get their feet wet with the 
FlexBuilder IDE, they will know whether MXML/AS3 is for them or not. It 
also provides an early conditioning to rely on liveDocs. As said before, 
liveDocs is great.

My experience with Flex is that it's aimed at programmers who work with 
the Flash Player, who want to implement development techniques used by 
programmers in other languages. If your not much of a programmer to 
begin with, you will be having a difficult time leveraging the product.

-mL


Pan Troglodytes wrote:

 Is there any particular book out yet you would recommend for someone 
 who is not as much of a programmer?  Or are there good websites at 
 this point they will help you get your feet under you with Flex 2?  
 I'm tasked with helping another person get into Flex and I'm having a 
 difficult time figuring out where he should start.

 -- 
 Jason

  




Re: [flexcoders] Compiling with mxmlc.exe

2006-11-14 Thread Mark Lapasa
Thx Matt and Tom for replying. I tried what you were saying and it still 
doesn't work. So I tried to copy and paste the Flex 2 SDK directory into 
a co-workers computer and it worked.

Therefore...maybe I need to format.



Tom Chiverton wrote:
 On Monday 13 November 2006 20:35, Mark Lapasa wrote:
   
 3) I tried using the command line with -o=C:\ShouldWork.swf and it
 still isn't there.
 

 Please post the complete command line and any output.

 It should be :
 mxmlc thing.mxml --output=thing.swf


   




--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] VSS plugin

2006-10-30 Thread Mark Lapasa
I am using VSS-plugin for Eclipse and it works great. What version of
Eclipse are you running? You might already have the plugin installed but
might not know it's actually running.

At the menu bar at the top goto
Help -
About Eclipse SDK -
Plug-in Details

You should see

Provider: Marcus Nylander
Plug-in Name: VSS Plugin Functions for Eclipse
Version 1.6.1


I am currently running Eclipse 3.1.2



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
Behalf Of godsman4amy
Sent: Monday, October 30, 2006 8:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] VSS plugin


I am trying to use the SourceForge VSS plug-in for Eclipse to have the
ability to use Visual Source Safe to control the assets of our
projects. (Yeah, I know, but it's what our company wants to use.) I
installed the plug-in in the Flex Builder 2 plugins folder, but I
can't get Flex Builder to recognize it. Is anyone else using this plug-
in (or any other)? Can someone give me advise as to how to get this to
work? Thanks!

David




--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Is FDS is a CGI technology?

2006-08-31 Thread Mark Lapasa
Title: Enterprise RIA Development with Macromedia Flex





Is 
Flex Data Services a type of CGI-like technology?If I have a Java 
application, I don't need to use servlets no more for having clients communicate 
with the application? Thx, -mL
__._,_.___





--
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
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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.



  






__,_._,___



RE: [flexcoders] Is FDS is a CGI technology?

2006-08-31 Thread Mark Lapasa





Thanks 
for the response. I guess I should do more homework into knowing servlets before 
I get too deep into FDS.

  -Original Message-From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED]On Behalf Of hank 
  williamsSent: Thursday, August 31, 2006 1:59 PMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Is FDS is a CGI 
  technology?FDS sits inside *your* servlet, so you are 
  still using servlets. FDS has (as far as I know) nothing to do with 
  CGI.Regards,Hank
  On 8/31/06, Mark Lapasa 
  [EMAIL PROTECTED] 
  wrote:
  


Is Flex Data Services a 
type of CGI-like technology?If I have a Java application, I don't need 
to use servlets no more for having clients communicate with the application? 
Thx, -mL 
__._,_.___





--
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
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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.



  






__,_._,___



RE: [flexcoders] Re: php and flex

2006-07-31 Thread Mark Lapasa
For python, you could look into the SimpleSocketServer API. Like the name
says...it's 'simple'.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
Behalf Of matt wicks
Sent: Sunday, July 30, 2006 3:35 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: php and flex


What about python - anyone know a good python equivalent?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of arnold_charming
Sent: 30 July 2006 10:06
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: php and flex

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

 --- In flexcoders@yahoogroups.com, arnold_charming
 arnold_charming@ wrote:

  Can I also push data? Because till now I was justing using pull
 mechanism.

 AMFPHP works in both directions. Please take a look at the AMFPHP
 documentation for details:

 http://www.amfphp.org/docs/


 Stefan


What should be done on the Flex side to enable data push?





--
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






---
[This E-mail scanned for viruses for your protection]






--
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] Design Pattern books for AS3 and Flex 2

2006-06-20 Thread Mark Lapasa
Design Patterns (and the design principles they are grounded upon) are very
much language neutral. A couple of pages of Head First Design Patterns can
go a long way. The implementation language is Java but it's easy to pick up
if you've done a fair amount of ActionScripting v2.0 or higher.

http://www.amazon.ca/exec/obidos/ASIN/0596007124/qid=1150813503/sr=8-1/ref=s
r_8_xs_ap_i1_xgl/701-3725986-4069911

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
Behalf Of judah
Sent: Tuesday, June 20, 2006 10:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Design Pattern books for AS3 and Flex 2


Are there any design pattern books coming out in the near future that
talk about design patterns with ActionScript 3 or Flex 2?

Best Regards,
Judah Frangipane

--
Always bear in mind that your own resolution to succeed is more important
than any one thing.

You can have anything you want - if you want it badly enough. You can be
anything you want to be, do anything you set out to accomplish if you hold
to that desire with singleness of purpose.

- Abraham Lincoln




--
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












 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
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] Trade with ColdFusion guru: skilled work for expert training!

2006-05-16 Thread Mark Lapasa





Hello 
Stephane,

That's 
a most interesting proposition you have there. Sorry I am not in a position to 
make any offers but I just wanted to wish the best of luck to you. 
I hope people can capitalize on your interest to learn. The drive to 
learn is a highly admirable characteristic.


-mL
knowledge.lapasa.net

  -Original Message-From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  [EMAIL PROTECTED]Sent: Monday, May 15, 2006 10:34 
  AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
  Trade with ColdFusion guru: skilled work for expert 
  training!
  Hello,
  
  I am looking to 
  trade 10 to 20 weekly hours ofweb development in exchange for ColdFusion 
  and ActionScript training in the context of Flex RIA development. I am a multi 
  disciplinary expert with strong design and creative skills along with 
  exceptionally analytic mind and natural understanding of binary concept and 
  processes. I am currently self training to prepare a Flex and ColdFusion 
  certification, probably for September. I am half way with the whole Flash 
  Platform where I am pretty much done with the administration of all 
  servers(presentation, media and application) and reached proficiency 
  with MXML that I code by hand. I need to focus the 2 coming months on 
  ColdFusion and ActionScript syntax with goal to master both language by 
  September. 
  
  I am primary 
  looking for coding support and programming assistance through email and IM 
  includingquick question / answer, small code fixes and 
  examples.
  
  
  Kindest 
  Regards,
  Stephane
  
  Stephane Beladaci
  
  RIA Flex Designer
  [EMAIL PROTECTED]
  310-945-5677 voice
  866-841-8876 fax
  
  http://www.linkedin.com/in/flexdesigner





--
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



  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.



  









RE: [flexcoders] resources for Flex2

2006-05-02 Thread Mark Lapasa





I find 
reading the Docs for Flex 2 to be more than adequate to get to know Flex 2. I 
read the following as my starting point

http://www.macromedia.com/go/flex2_gettingstarted_pdf

After 
that, whatever questions I had, I combed through the excellent comphensive table 
of contents.

I 
think Adobe Flex 2 Docs are great that I would purchase a hard copy of 
Developing Flex 2 Applications


-mL knowledge.lapasa.net 


  -Original Message-From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED]On Behalf Of Mark 
  DavisSent: Tuesday, May 02, 2006 1:07 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] resources for 
  Flex2
  
  I am a complete 
  newbie to Flex who has been tasked with learning Flex2 quickly. I have 
  the Flex 1.5 book, but I am quickly discovering there are so many differences 
  between 1.5 and 2 that the book is better suited as a paperweight. I try 
  to run examples, get errors, then discover the way of accomplishing that 
  example has completely changed. What are others finding as great 
  resources for learning Flex2? Any plans for updated Flex 2 
  books?
  
  Thanks
  
  
  _
  Mark 
  Davis
  Applications 
  Developer
  HealthGrades: Guiding 
  America to Better 
  Healthcare
  NASDAQ: 
  HGRD
  w 
  (720) 963-6585
  f (720) 
  963-6685
  [EMAIL PROTECTED] 
  
  _
  The message contains 
  confidential and/or legally privileged information and is intended for use 
  only by the indicated addressee. If you are not the named addressee you 
  should not disseminate, distribute, or copy this e-mail. Please notify the 
  sender immediately by e-mail if you have received this e-mail by mistake and 
  delete this e-mail from your system. E-mail transmissions cannot be guaranteed 
  to be secure or error-free as information could be intercepted, corrupted, 
  lost, destroyed, arrive late or incomplete, or contain viruses. The sender 
  therefore does not accept liability for any errors or omissions in the 
  contents of this message which arise as a result of e-mail transmission. If 
  verification is required please request a hard-copy 
  version.
  
  
  





--
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] [F2B2] Newbie question about styling a nested panel

2006-04-19 Thread Mark Lapasa



I have an outer panel and an inner panel.

mx:Panel id=outer alpha =0.2
mx:Panel id=inner alpha =1/
/mx:Panel

The problem is that the inner Panel's styling properties are being overrided
by the outer most parent eventhough I explicitly define them. Am I wrong in
thinking inner components in-line should take precendence over itself?

Thx








--
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.



  












RE: [flexcoders] [F2B2] Newbie question about styling a nested panel

2006-04-19 Thread Mark Lapasa



Thx Gordon,

From what you've said, I think I will break the nesting relationship and do
something along the lines of...

mx:Panel id=outer alpha =0.2/
mx:Panel id=inner alpha =1/

- inner will no longer be relative to outer
- outer and inner will have to be absolute in coordinates.
- inner will overlay on top of outer.



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Gordon Smith
Sent: Wednesday, April 19, 2006 12:20 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] [F2B2] Newbie question about styling a nested
panel


If you get back the inner Panel's alpha, it will be 1, it isn't getting
overridden. But the alpha of a parent determines a transparency not only
for it but for all of its children; this is the Player handles many
properties in a hierarchy of DisplayObjects.

If you had alpha=0.5 on both, the inner Panel would effectively be at
alpha=0.25. The player would first render the graphics of the inner
Panel into the outer Panel at half transparency, making the colors look
washed out, and then render the combined graphics to the outer Panel's
parent, again at half transparency, making the inner Panel look even
more washed out.

It's similar to how visible works. Suppose the inner Panel had
visible=true but the outer panel had visible=false. You wouldn't see
either one.

And of course, if you specify x=100 on both, the inner Panel is at x =
200 because coordinates are parent-relative. Basically, alphas are
parent-relative too.

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Lapasa
Sent: Wednesday, April 19, 2006 7:01 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [F2B2] Newbie question about styling a nested
panel

I have an outer panel and an inner panel.

mx:Panel id=outer alpha =0.2
mx:Panel id=inner alpha =1/
/mx:Panel

The problem is that the inner Panel's styling properties are being
overrided
by the outer most parent eventhough I explicitly define them. Am I wrong
in
thinking inner components in-line should take precendence over itself?

Thx




--
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



  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.