아직 블로그를 개설하지 않으셨습니다.친구 신청을 하시려면 먼저 블로그를 개설해 주세요.
지금 개설 하시겠습니까?
친구가 되시면 친구의 새글 및 활동에 대한 알림을 받아보실 수 있습니다.
ggmgsm님에게 친구신청을 하시겠습니까?
친구 신청을 했습니다.상대가 수락하면 친구가 됩니다.
친구 신청을 실패했습니다. 잠시 후 다시 시도해 주세요.
친구 신청 가능 수를 초과했습니다.
내가 만족하면 그만인걸 만족못하면 할때까지
DataGrid Tip: Row Background Color How to change the background color of a row is an often-asked question. In Flex 2.0 it is easy. Follow these steps: Create a new class that extends mx.controls.DataGrid. This class can be an MXML file or an ActionScript file, whichever you are most comfortable with. Overide the protected function, drawRowBackground: override protected function drawRowBackgroun..
The bitmapdata class is also represent in Flex offcourse but finally I had the time to test a few things. In this little article I want to show you how you can easily capture a snapshot from a webcam in Flex 2.0. Because I want to do some more experiments later on I created an actionscript component that immediately embed the webcam image in a Panel. So we need to extend the Panel class to make..
vmdi.swc MDI 컴포넌트를 사용하려면 http://www.fxug.co.kr에 배포하는 vmdi.swc 컴포넌트 파일을 다운 받는다. 다운로드 받은 swc파일을 Flex SDK 디렉토리의 frameworks/lib 디렉토리에 복사한다. fxug.co.kr에 링크가 깨져 있어서 임시로 파일 첨부하였습니다. 네임 스페이스는 xmlns:vroi="http://www.vroi.net/2006/mxml" 출처 - Flex3..