Thanks Ralf. Sort of getting it working now.

I got a big problem now.  

First why does the sim take up some much memory?
When I look at the process the sim takes up 70Meg of ram.
I got 256 on my XP.

Second, when I display a FrmCustomAlert() dialog it just
Keep flashing like crazy.  Any idea why its doing this?
It doesn't does it on 5.3 sim or the sony sim.
The only thing I can do is kill the sim.

My app works fine without the DIA support just when I add
The DIA support it goes nuts.  

This is what I do in my formInit()

            Err err;
            RectangleType  winBounds;

            WinGetBounds(WinGetDisplayWindow(), &winBounds);
                
                // Set the same policy for each form in application.
                err = FrmSetDIAPolicyAttr(frmP, frmDIAPolicyCustom);
                // Enable the input trigger
                err = PINSetInputTriggerState(pinInputTriggerEnabled);

                WinSetConstraintsSize(FrmGetWindowHandle (frmP), 160,
160, winBounds.extent.x,
                        160, 160, winBounds.extent.y);

Regards,

Danny


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Ralf Zimmermann
> Sent: Monday, October 06, 2003 7:46 AM
> To: Palm Developer Forum
> Subject: Re: T3 Landscape mode in Simulator
> 
> 
> 1. Yes - I see the same issue. I have no idea...
> 
> 2. This is Graffiti2, which allows "Full-screen Writing", if 
> you have enabled this with the icon on the status bar next to 
> the "rotate" icon. Have you read manual for the T3? You can 
> download it here:
>   
> http://www.palmone.com/us/support/handbooks/tungstent3/Tungste
nT3_HB_ENG.pdf

Best regards,

Ralf

On Monday 06 October 2003 16:49, you wrote:
> Ok. My mistake. I've downloaded the sim from palmsource.
> I got the T3 sim now and noticed some problems.
>
> 1. On every from there is a "G" displayed. Sometimes
> It does away.
>
> 2. on every form I can draw on the screen much like the
> In the silkscreen.
>
> Does anyone have this problem?
>
> regards


-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to