Popping up a list from a button

2001-01-09 Thread Robert Kozak
I am sorry if this has been covered before but I couldn't find any references. This should be easy but I am stumped. I am trying to popup a list on the response of a button rather than a trigger. Does anyone have any code for this? I've tried setting the usable field to false and setting it to

Re: Popping up a list from a button

2001-01-09 Thread Robert Kozak
Thanks. I thought there would be an easy answer. I saw this in the docs but I guess my brain didn't register it. I thought it brought up a new modal form with the list inside. -- Robert "Craig Austin" [EMAIL PROTECTED] wrote in message news:35304@palm-dev-forum... If it's a list you are

Re: Leasing out space on my form to another app?

2000-12-22 Thread Robert Kozak
"Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:33949@palm-dev-forum... Thanks I'll look into it. I think I looked at the preferences app once when I turned on my Palm g one would hope so :) You are one funny funny man. g -- Robert -- For information on using the Palm

Re: Leasing out space on my form to another app?

2000-12-21 Thread Robert Kozak
"Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:33875@palm-dev-forum... Palm OS is not a multi-tasking OS, so you can't do it in a normal way. but you can switch between parts of the code using the EvtGetEvent, and yes, you can use shared library. keep in mind this only works

Re: Leasing out space on my form to another app?

2000-12-21 Thread Robert Kozak
"Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:33884@palm-dev-forum... 160x160 is constraining enough i think :) My App is just a shell with a toolbar. Plugin will be added to provide the functionality. So there really isn't any wasted space since the toolbar is going to be

Re: Leasing out space on my form to another app?

2000-12-21 Thread Robert Kozak
"Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:33895@palm-dev-forum... so.. what you want is to provide a space of say.. 160x16 at the bottom of your app that you can get an external app to draw to (plugin)? define a specification - and then allow developers to create

Re: Leasing out space on my form to another app?

2000-12-21 Thread Robert Kozak
"Danny Epstein" [EMAIL PROTECTED] wrote in message news:33907@palm-dev-forum... You could make the plugins be apps which get sublaunched using a special launch code. Or you could make them be shared libraries. In either case, access to globals is problematic. I'll probably go the apps that

Re: Leasing out space on my form to another app?

2000-12-21 Thread Robert Kozak
"Ben Combee" [EMAIL PROTECTED] wrote in message news:33917@palm-dev-forum... "Robert Kozak" [EMAIL PROTECTED] wrote in message news:33909@palm-dev-forum... I'll probably go the apps that are sublaunched. I am aware of the problems with Globals and with the limited