I got a new laptop. I really debated switching to Vista. I've played it safe with XP Pro for a long time, but I thought I might as well get on the bandwagon.
For the most part the transition has been okay.
There have been some quirks. One that was interesting was in Flex Builder 3. If I want to see the build path, I have to pull the window closed as far as possible, click on resources, and then pull it out again to be able to see the path.
But today, I tried to install Eclipse with CFEclipse. Total nightmare! The new 3.4.2 version of Eclipse will not let me install CFEclipse. From what I can tell, it's a Windows 64 issue.
I ended up having to go find my older version of Eclipse (using Europa 3.3.2) and had to find the old Coldfusion_extensions_for_Eclipse.zip file and install it that way. So far it works, but I'll keep my figures crossed just in case!
Sunday, March 22, 2009
Wednesday, March 11, 2009
Another Flex site
I forgot to add this to the Blog.
It was finished before the start of the new year.
Really fun! Uses drag and drop and lots of data interaction:
http://www.athenseagles79.com
It was finished before the start of the new year.
Really fun! Uses drag and drop and lots of data interaction:
http://www.athenseagles79.com
Scrolling page in html
I always encounter this problem when embedding flex into an html page: the page won't scroll.
Flex builder adds scroll="no" to the body tag,
and adds overflow="hidden" to the style attribute to the body tag in the head.
Remove both and your page will scroll.
;)
Flex builder adds scroll="no" to the body tag,
and adds overflow="hidden" to the style attribute to the body tag in the head.
Remove both and your page will scroll.
;)
Subscribe to:
Posts (Atom)