Re: urgent trial version disabling on palm?

2002-09-30 Thread Vikas Lakkashetti

If u want on Number of times:-
Store the number of times it has been used in a PDB.
Increment the same in u r AppStart();
If u require the same for a time period then check for the system date every
time the application starts.Fire an appStopEvent in case the date has passed
away.

Vikas Lakkashetti







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



Re: Scrolling Text Field

2002-09-29 Thread Vikas Lakkashetti

Hi Krishnan,
Manual Scroll :-
Give two buttons (   TEXTFELD) like this.I think on the click of the
button move(increase or decrease) the caret position of the cursor
Automatic Scroll
Use a timer and then update the caret position of the cursor.
Do let  us all know once u implement the same about how u went about it.
Vikas Lakkashetti
Software Engineer
House Of Code Pvt. Ltd
Off:-8292340


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



Re: RE: Table Problem

2002-09-13 Thread Vikas Lakkashetti

How will the DrawEnterprise function be called when
TblSetCustomDrawProcedure is set to DrawNom ??

Vikas



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



Re: Link Error

2002-09-13 Thread Vikas Lakkashetti

Hi Quennie,
Check out the following
1.The MainFormHandleEvent and SecondFormHandleEvent have a prototype defined
either in the same file or in some .h file.
2.I hope the Project Access Paths are set to appropriate values.
The same can be found under Edit-Debug/Build Settings
Do lemme know aftet checking this out
.

 Hi.

 I'm new to CodeWarrior IDE. There are two forms (MainForm and
 SecondForm) and one header file (Starter.h). When doing the
 compilation:

 Link Error : Starter.cpp: 'MainFormHandleEvent(EventType*)'
 referenced from 'AppHandleEvent(EventType*)' is undefined.

 Link Error : Starter.cpp: 'SecondFormHandleEvent(EventType*)'
 referenced from 'AppHandleEvent(EventType*)' is undefined.


 In the Starter.cpp, it has been declared the particular header file,
 Starter.h.

 The library using: PalmOSRuntime_2i_A5.lib

 Pls help me.


 --
 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/



Re: Funny Popup List Behaviour

2002-08-22 Thread Vikas Lakkashetti

Call LstSetHeight(listPtr,noOfRecords); and the Palm OS Gods shall forgive u
for u r mistake...

Vikas Lakkashetti
- Original Message -
From: Brad Figler [EMAIL PROTECTED]
Newsgroups: palm-dev-forum
To: Palm Developer Forum [EMAIL PROTECTED]
Sent: Thursday, August 22, 2002 3:25 PM
Subject: Funny Popup List Behaviour


 I have two lists on the my form, both being used as popup lists.

 In the resource file I have both lists set as follows
 usable = false
 visible items = 0

 One list has a static list of items in it (defined in the List Items
 property of the list control).
 The other list is dynamically built when the form is loaded (during
 frmLoadEvent ).  I verified that the list items are being added properly
by
 temporarily setting the list to usable and setting the number of visible
 items to 10.  All my strings were there ( add via LstSetListChoices() ).

 Here is the problem:
 The static list (defined in the constructor) pops up as one would
expect
 it to.
 The dynamic list shows a black line ( like a 0 height list ) when its
 popup trigger is pressed.

 What am I doing to upset the Palm OS gods

 Thanks in advance for you help.

 Brad



 --
 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/