[flexcoders] Re: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-01-24 Thread Bill Gercken
John,

What ever you did worked! I have my license and I am now a happy 
camper. 

Thanks,
-bill


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

 Bill Gercken wrote:
  Has anyone been able to get an new license?
  I contacted adobe and opened a ticket back on the 9th of January 
and I am still waiting...
  After 50 minutes on hold, they took my information and then put 
me on hold for another 
  30 minutes. They finally came back on the phone and asked me to 
fax in a letter of 
  destruction for my Windows version, which I did.  They said that 
they would email the new 
  Mac key within 48 hours. Waited until the 18th and still no key. 
Another call to Adobe (30 
  minute hold time) and they told me that my original request was 
missrouted and that I 
  should have the key by the end of the week, worst case by Tuesday 
(today). Still no key...
  I am a HUGE fan of Macromedia/Adobe/Flex but I am not sure why it 
has to be this 
  difficult. Thank goodness for the 30 day trials...
 
 I've escalated this internally, but the San Francisco Customer 
Service 
 folks are doing a training today, and I'm not sure when I'll see a 
reply.
 
 What you and Ethan describe doesn't seem acceptable to me either, 
but 
 let me get some more information on this, and get back to the list 
when 
 I do, good?
 
 jd
 
 
 
 
 
 -- 
 John Dowdell . Adobe Developer Support . San Francisco CA USA
 Weblog: http://weblogs.macromedia.com/jd
 Aggregator: http://weblogs.macromedia.com/mxna
 Technotes: http://www.macromedia.com/support/
 Spam killed my private email -- public record is best, thanks.





[flexcoders] Re: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-01-23 Thread Bill Gercken
Has anyone been able to get an new license?

I contacted adobe and opened a ticket back on the 9th of January and I am still 
waiting...

After 50 minutes on hold, they took my information and then put me on hold for 
another 
30 minutes. They finally came back on the phone and asked me to fax in a letter 
of 
destruction for my Windows version, which I did.  They said that they would 
email the new 
Mac key within 48 hours. Waited until the 18th and still no key. Another call 
to Adobe (30 
minute hold time) and they told me that my original request was missrouted and 
that I 
should have the key by the end of the week, worst case by Tuesday (today). 
Still no key...

I am a HUGE fan of Macromedia/Adobe/Flex but I am not sure why it has to be 
this 
difficult. Thank goodness for the 30 day trials...

-bill
 



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

 Same here, I was hoping that we were beyond the dual license issues and
 could have a single that installs on 2 machines but different OS's.  I
 really wanted to stop using Parallels.
 
 
 Rich
 
 
 
 On 1/8/07, Adam Dorritie [EMAIL PROTECTED] wrote:
 
On 1/7/07, Joost Nuijten [EMAIL PROTECTED]flexcoders%40innuendo.nl
  wrote:
  
   Yeah, I agree. It's a bit outdated. This is what I found on the Adobe
  site:
  
 
  I'm wondering how many folks are in my position. Adobe is kind enough
  to permit me to install the Flex Builder 2 with Charting software on
  my home computer as well as my work computer (thanks!).
  Unfortunately, at work I develop on Windows and at home I use a Mac.
  Will I need to purchase an additional copy of FB2 w/ charting in order
  to run it on my Mac? I'm still working on convincing my boss to get
  me an MB Pro w/ Parallels:)
   
 
 
 
 
 -- 
 Rich Tretola
 mx:EverythingFlex/
 http://www.EverythingFlex.com




[flexcoders] Max OS X Flex Builder 2.01 License Issue

2007-01-06 Thread Bill Gercken
Hi,

I down loaded the OS X release of Flex Builder 2 and installed it but it does 
not like my 
Windows license. Does anyone know whether there will be some sort of license 
exchange 
available? My charting license worked fine though. I bought the Windows version 
to bridge 
the gap until the OS X version was available. As soon as the Mac beta was out I 
switched and 
have not looked back. Don't tell me that I am going to have to fork out another 
500 bucks 
just to be able to work on my operating system of choice...

Regards,
-bill



[flexcoders] Re: Max OS X Flex Builder 2.01 License Issue

2007-01-06 Thread Bill Gercken
Thanks Phil!
Sorry I did not see the information on the Adobe site.
Regards,
-bill

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

 Bill,
 
 You need to call into customer support to exchange your license. Info
 here:
 
 http://www.adobe.com/products/flex/productinfo/faq/#item-39
 
 Phil
 
 --- In flexcoders@yahoogroups.com, Bill Gercken bgercken@ wrote:
 
  Hi,
  
  I down loaded the OS X release of Flex Builder 2 and installed it
 but it does not like my 
  Windows license. Does anyone know whether there will be some sort of
 license exchange 
  available? My charting license worked fine though. I bought the
 Windows version to bridge 
  the gap until the OS X version was available. As soon as the Mac
 beta was out I switched and 
  have not looked back. Don't tell me that I am going to have to fork
 out another 500 bucks 
  just to be able to work on my operating system of choice...
  
  Regards,
  -bill
 





[flexcoders] Re:TileList - forcing the item renderer to refresh

2006-12-27 Thread Bill Gercken
Solved the problem. There is nothing special going on. All I had to  
do was to use the dataChange method to update the items variables  
(which were bound to the items in the custom component).

Happy Holidays!
-bill



[flexcoders] TileList - forcing the item renderer to refresh

2006-12-25 Thread Bill Gercken
Hi, 
I have an application that has a custom item renderer based on a TileList 
(which is nothing 
more than a custom component) that contains a list of products. I have a short 
cuts page that 
has featured products that I am try to link to the items in the TileList. When 
I invoke a 
scrollToIndex(N) on the tile list the list scrolls to the proper index but does 
not refresh the 
display with the correct data. I added a dataChange listener to determine that 
the correct 
data is getting to the custom item render (and it is) but have not figured out 
how to force it 
to refresh it self. (I would think this would be automatic but is not working 
for me.)

Is there a bug associated with the TileList? I have done a lot of searching on 
this topic and 
have been unable to find a solution. 

Thanks in advance,
-bill