Drawing on gadget

2008-05-28 Thread Flora_Mahdavi
I want to put what I'm drawing on the gadget in a bitmap. the drawing looks fine, until I refresh the screen. It seems like what is in the memory is different from what I had drawn. after refreshing instead of showing what I have drawn it shows a mess! and apperantly it saves the same mess in the b

Re: Drawing on gadget

2008-05-28 Thread Dave Lippincott
t;[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Monday, September 25, 2000 12:37 PM Subject: Drawing on gadget > I want to put what I'm drawing on the gadget in a bitmap. the drawing looks > fine, until I refresh the screen. It seems like what is in the memory is >

RE: Drawing on gadget

2008-05-28 Thread Flora_Mahdavi
25, 2000 12:12 PM > To: Palm Developer Forum > Subject: Re: Drawing on gadget > > Check to see if you draw your gadget to the screen before you call > FrmDrawForm. The newer versions of the OS don't like it when you do. > Otherwise, I'm not sure what could be cau

RE: Drawing on gadget

2008-05-28 Thread Flora_Mahdavi
[EMAIL PROTECTED] > Sent: Tuesday, September 26, 2000 5:25 PM > To: Palm Developer Forum > Subject: Re: Drawing on gadget > > From: "Flora_Mahdavi" <[EMAIL PROTECTED]> > Subject: RE: Drawing on gadget > > > > I'm writing this f

RE: Drawing on gadget

2000-09-27 Thread Flora_Mahdavi
[EMAIL PROTECTED]] > Sent: Tuesday, September 26, 2000 5:25 PM > To: Palm Developer Forum > Subject: Re: Drawing on gadget > > From: "Flora_Mahdavi" <[EMAIL PROTECTED]> > Subject: RE: Drawing on gadget > > > > I'm writing this f

Re: Drawing on gadget

2000-09-26 Thread Richard Burmeister
From: "Flora_Mahdavi" <[EMAIL PROTECTED]> Subject: RE: Drawing on gadget > I'm writing this function based on OS 3.1; and after testing many ways in > capturing the bitmap I came into conclusion that the problem is before even > I draw anything. Before doing a

RE: Drawing on gadget

2000-09-26 Thread Flora_Mahdavi
ED]] > Sent: Tuesday, September 26, 2000 9:50 AM > To: Palm Developer Forum > Subject: Re: Drawing on gadget > > > > certainly gadgets are different with the 3.5 OS (the old gadget was just a > set > of bounds and you can mimic it with a RectangleType checking to see

Re: Drawing on gadget

2000-09-26 Thread esanborn
certainly gadgets are different with the 3.5 OS (the old gadget was just a set of bounds and you can mimic it with a RectangleType checking to see if the taps fall into it yourself... while the new gadget is a UI object such that the system checks to see if the tap is in the gadget and then look

RE: Drawing on gadget

2000-09-25 Thread Flora_Mahdavi
25, 2000 12:12 PM > To: Palm Developer Forum > Subject: Re: Drawing on gadget > > Check to see if you draw your gadget to the screen before you call > FrmDrawForm. The newer versions of the OS don't like it when you do. > Otherwise, I'm not sure what cou

Re: Drawing on gadget

2000-09-25 Thread Dave Lippincott
t;[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, September 25, 2000 12:37 PM Subject: Drawing on gadget > I want to put what I'm drawing on the gadget in a bitmap. the drawing looks > fine, until I refresh the screen. It seems like what

Drawing on gadget

2000-09-25 Thread Flora_Mahdavi
I want to put what I'm drawing on the gadget in a bitmap. the drawing looks fine, until I refresh the screen. It seems like what is in the memory is different from what I had drawn. after refreshing instead of showing what I have drawn it shows a mess! and apperantly it saves the same mess in the

Drawing on gadget

2000-09-22 Thread Flora_Mahdavi
I want to put what I'm drawing on the gadget in a bitmap. the drawing looks fine, until I refresh the screen. It seems like what is in the memory is different from what I had drawn. after refreshing instead of showing what I have drawn it shows a mess! and apperantly it saves the same mess in the