Search the web
Sign In
New User? Sign Up
palmnest · Support for palmoid.com software
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 264 - 293 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
264
Thanks for your great help! I built it with PRC-Tools, The alert box can be displayed now. But "FrmAlert" still causes system reset if I build it with CW9.2. I...
zhiwu_mu
Offline
Jul 2, 2004
6:51 am
265
You can find SyncInfoHack sources for CW in YAHM SDK. AFAIK it works. Some CW issues: * You should make subproject for each armlet and config screen. * CW...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 2, 2004
7:45 am
266
I am not writing a hck, but just an ARMlet, and I am tired of having to call into 68k, justo to redirected back to arm to do a systarp, and then back. It's...
dmitrygr2003
Offline Send Email
Jul 2, 2004
12:20 pm
267
Just add lib*.a into project. Use standard palmos headers with one exception: remove cardNo from parameters or add V40 to function name: old prototype: Err...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 2, 2004
12:45 pm
268
thanks, which ones do I add, the ones with a "T" at the end or not? I"m not exactly sure what the T means....
dmitrygr2003
Offline Send Email
Jul 3, 2004
3:21 pm
269
T libs for thumb code. Igor ... From: dmitrygr2003 To: palmnest@yahoogroups.com Sent: Saturday, July 03, 2004 7:21 PM Subject: [palmnest] Re: arm native traps ...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 3, 2004
3:35 pm
270
and how do I decide which ones to do. I'm jusy making a program all in arm as I need the speed, but 68k traps are slow. do I need thumb libs or arm. AFAIK arm...
dmitrygr2003
Offline Send Email
Jul 3, 2004
4:41 pm
271
You should choose library according to project settings. AFAIK there were bugs in CW thumb code generation. You can select target code either with option in...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 3, 2004
5:01 pm
272
I guess I'm just that stupid. could you pointout where those settings are, as I seem to be unable to find them...
dmitrygr2003
Offline Send Email
Jul 3, 2004
6:20 pm
273
even with "#include <PalmOS.h>" inmmy armlet code and the libraties I still get an undefinde error for "strItoa), but WinDrawChars and StrLen seem ok....
dmitrygr2003
Offline Send Email
Jul 3, 2004
6:32 pm
274
=== The PACE Native Object Target pref panel now lets you choose either ARM or Thumb as the main instruction set to be used for your target, letting you trade...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 3, 2004
7:36 pm
275
and what of StrItoA?...
dmitrygr2003
Offline Send Email
Jul 3, 2004
7:41 pm
276
Igor: Working great on my palmOne T2 + TypeAway so far, Igor. Fantastic job! I've tried briefly to replicate the problem with disconnecting and reconnecting...
stephanjou
Offline Send Email
Jul 12, 2004
9:11 pm
277
Stephan, v 1.3.4 leave serial port closed while keyboard inactive. So if you make reconnect in 30 sec from last typed char, you can reproduce this effect ;-). ...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 13, 2004
3:55 am
278
v 1.4.1 released. * Cmd+Letter on TypeAway layout produce menu shortcut. G700 users still use Fn+Cmd then Letter. * minor prefomance bugfixes ...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 13, 2004
6:55 pm
279
I'll be on vacations in UK from from 17 July to 24 July. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 13, 2004
6:59 pm
280
Cmd+Letter works great for me (T2+TypeAway). Thanks, Igor! StEpHaN! ... still use...
stephanjou
Offline Send Email
Jul 14, 2004
2:13 am
281
v 1.4.2 released. *Ctrl+C / Ctrl+X / Ctrl+V (Ctrl+P) - copy / cut / paste works in Doc2Go http://g700.palmoid.com/G700Hack_1_4_2.prc - hack ...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 15, 2004
6:35 pm
282
i am developping a Chinese input method on treo 600. Some users complained the auto-enable feature of my software when they do phone number lookup in some...
matianfu
Offline Send Email
Jul 18, 2004
4:52 pm
283
... Hi, Your code listens for either KeyDownEvent, MenuHandle Events, FldHandleEvents right? The PhoneLockUp code it very simple: it just takes a FieldPtr, and...
John Wilund
wilundjohn
Offline Send Email
Jul 18, 2004
7:16 pm
284
Hi Igor, you are doing an excellent job on that keyboard driver. I switched from a m500 to a Zire 71 right after buying the Logitech Typeaway Keyboard... and...
hudinrob
Offline Send Email
Jul 19, 2004
9:23 am
285
I am writing a program for treo600, but encountered a problem when trying to draw 16bit color bitmap on screen. here's the code: UInt16 libRef; UInt32 depth =...
matianfu
Offline Send Email
Jul 25, 2004
9:22 am
286
Gerald, Driver sells were temporary disabled until I was on vacations. Now all is OK. External layout implementation was frozen, because of lack of interest...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 25, 2004
4:04 pm
287
... FldHandleEvents right? ... Using of PhoneNumberLookupCustom should be more common solution. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 25, 2004
4:04 pm
288
... try this: UInt32 depth = 0x10000000;...
dmitrygr2003
Offline Send Email
Jul 27, 2004
3:22 am
289
Hi Igor, Thanks for the info, here is the link to a german keyboard layout: http://www.katpatuka.org/pub/doc/keyboard/de.html and ...
hudinrob
Offline Send Email
Jul 27, 2004
1:00 pm
290
Does SysPatchEntry point to ARM code, or to thumb code. LionScribe...
lionscribe01
Offline Send Email
Jul 29, 2004
4:07 am
291
SPE can be either arm or thumb or mixed ;-). Generally, Sony prefer ARM code and PalmOne prefer thumb code. Igor ... From: lionscribe01 To:...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 29, 2004
4:27 am
292
Whoops. SPAM tag removed :-). SPE can be either arm or thumb or mixed ;-). Generally, Sony prefer ARM code and PalmOne prefer thumb code. Igor...
Igor Nesterov
nest_nest1
Offline Send Email
Jul 29, 2004
6:10 am
293
Does that mean I can use whichever I want, or do I have to use the same as current? Also, if I just want to retrieve the current address without changing it,...
lionscribe01
Offline Send Email
Jul 29, 2004
3:37 pm
Messages 264 - 293 of 768   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help