Thanks bgt mas Cahyadi,sudah oke bgt. klo untuk semua statictext yg ada d window biar ga satu2 bisa g? Sekali lg thanks ya..
Powered by Telkomsel BlackBerry® -----Original Message----- From: "CentralSys" <[email protected]> Sender: [email protected] Date: Thu, 28 Jul 2011 12:01:47 To: <[email protected]> Reply-To: [email protected] Subject: RE: [indopb] Mohon Bantuan Static Text... Mas, cobain di statictext constructor diisi syntax : call super::constructor;this.BackColor = 2^29 lalu di statictext buat event baru dengan pbm_paint, isi syntaxnya: if IsValid(this) and (not isnull(this)) then if ib_Painting then return 0 ib_Painting = TRUE this.visible = false do while yield() ; loop if not isnull(this) then this.visible = true ib_painting=false end if return 0 jangan lupa di instance variable tambahkan : boolean ib_Painting kalo di saya lancer .... cobain Best Regards, Cahyadi Sastra -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, July 27, 2011 10:17 PM To: [email protected] Subject: [indopb] Mohon Bantuan Static Text... Sy pake active skin d PB 11.5,tp kenapa static textnya backgroundnya g tranparan. Padahal backcolornya 2^29,kasih solusi dong gan.. Powered by Telkomsel BlackBerryR ------------------------------------ ----------------------------------------------- IndoPB - Indonesia PB User Group http://groups.yahoo.com/group/indopbYahoo! Groups Links
