Re: [flexcoders] SQL Lite syntax issue, need something cleared up regarding SELECT

2008-05-16 Thread Marcus Engene
And then google for sql injection. Best, Marcus Pedro Sena wrote: > Bread: > > I think you should use: > > sqlText = "SELECT * FROM Up18Technicians WHERE TechName = '" + userName > + "' AND Password = '" + pass + "'"; > > Look that I put some (') around your values > > C ya > On Fri, May 16, 2008

Re: [flexcoders] logic code in another file

2008-05-16 Thread Marcus Engene
For intro to OO & some other topics, I've started to recommend the head first books to people: http://www.headfirstlabs.com/books/hfooad/ A book that is so inviting to read that it's ok to read at the toilet. That is sort of the "is a book readable without pain" test for me as I am used to rea

Re: [flexcoders] Flash Player 10 is in prerelease!

2008-05-15 Thread Marcus Engene
Gordon Smith wrote: > > http://labs.adobe.com/technologies/flashplayer10/ > > > > Gordon Smith > > Adobe Flex SDK Team > > > Hurra! I see you have h/w supported 3d! Does this imply Shockwave is falling into oblivion? For the next iteration of AS, please consider enums and typed collections (

[flexcoders] flash9 and sizes

2008-05-05 Thread Marcus Engene
Hi, I use as3 + sdk + FlashDevelop to do swf:s, currently trying Flexbuilder as I eventually would like to start using mxml. I am not completely sure how coordinates and sizes work. Say that I have a root Sprite 100x100 large; a child Sprite at x:50,y:50 of size 50x50. It seems that flash calc

[flexcoders] beginBitmapFill(x, not0, somewidth, someheight) bug

2008-04-11 Thread Marcus Engene
Hi! I have a Sprite which has a Sprite child which I am drawing some things on. I want to have a gradient at one place so I have the members... [Embed(source="8x31VertGradient.png")] private var VerticalGradient8x31 : Class; private var m_verticalGradient8x31 : BitmapAsset; ...and do this in the