Khertan.net http://www.khertan.net 4D Developper / Palm OS Developper Mon, 20 Aug 2007 14:35:49 +0000 http://wordpress.org/?v=2.1 en Palm software developpment suspended ! http://www.khertan.net/2007/08/20/palm-software-developpment-suspended/ http://www.khertan.net/2007/08/20/palm-software-developpment-suspended/#comments Mon, 20 Aug 2007 14:35:49 +0000 khertan http://www.khertan.net/2007/08/20/palm-software-developpment-suspended/
Some week ago, My Palm TX's digitizer screen has died sudently. And i'ven't replaced it with an other palm in the hope that Palm launch an other pda under Palm OS 2 (The Palm OS that ll be powered by an linux engine). So all my Palm related developpment has been supended because i can't anymore dev for Palm OS on board.

At this time, many of my Palm OS software need more improvement like the unfinished kLauncher 2.

Furthermore, i don't have many time to dev, maintain my blog and make wordpress update.And i'm tired too to delete spam and retrieve from backup because a script kiddies use a poor script to hack unpatched old version of WordPress. So i'm studying to change my web site. I'm looking for a simple secure blog/cms to post news, softwares, and a bug tracker, but can't found one.]]>
http://www.khertan.net/2007/08/20/palm-software-developpment-suspended/feed/
kMeteo updated to version 0.9 http://www.khertan.net/2007/04/20/kmeteo-updated-to-version-09/ http://www.khertan.net/2007/04/20/kmeteo-updated-to-version-09/#comments Fri, 20 Apr 2007 14:32:16 +0000 khertan http://www.khertan.net/2007/04/20/kmeteo-updated-to-version-09/
I've fixed a mistake i ve make in the 0.8 version where the notification aren't registered after a reset due to two line swapped in the source code. It's result that sheduled update don't work after a reset (like a NVBackup save).

I've also fixed an other bug, when you try to make a search without text in the search field in 0.8 it ll crash the palm. It's now fixed.

Thanks to all people which have report me this two errors.]]>
http://www.khertan.net/2007/04/20/kmeteo-updated-to-version-09/feed/
kMeteo reminder/warning http://www.khertan.net/2007/04/17/kmeteo-reminderwarning/ http://www.khertan.net/2007/04/17/kmeteo-reminderwarning/#comments Tue, 17 Apr 2007 15:01:00 +0000 khertan http://www.khertan.net/2007/04/17/kmeteo-reminderwarning/
Don't forget to delete previously installed version of kMeteo before installing the new one.]]>
http://www.khertan.net/2007/04/17/kmeteo-reminderwarning/feed/
kMeteo Updated http://www.khertan.net/2007/04/17/kmeteo-updated/ http://www.khertan.net/2007/04/17/kmeteo-updated/#comments Tue, 17 Apr 2007 07:54:44 +0000 khertan http://www.khertan.net/2007/04/17/kmeteo-updated/
This new version fix somes bug with Dynamic Input Area in some device like the lifedrive. And add the possibility to get weather for different city at the same time. Memory management and preferences storage have been review too.

You can now change the city view by left and right hard key and change the display between Ten Forecast View to Actual View with up and down hard key.]]>
http://www.khertan.net/2007/04/17/kmeteo-updated/feed/
ACCESS Garnet VM Compatibility Kit http://www.khertan.net/2007/04/17/access-garnet-vm-compatibility-kit/ http://www.khertan.net/2007/04/17/access-garnet-vm-compatibility-kit/#comments Tue, 17 Apr 2007 07:30:48 +0000 khertan http://www.khertan.net/2007/04/17/access-garnet-vm-compatibility-kit/
This is an Palm OS 5 Emulator running under Linux available here : Access Garnet VM Compatibility Kit

The good news is this emulator will run 68k and ARM PNO code.

Tha bad one is this is a binary release for x86, no source code, so compilation possible for Mac OS X, Linux PPC, or other plateforms.]]>
http://www.khertan.net/2007/04/17/access-garnet-vm-compatibility-kit/feed/
Khertan.net has now is own DashBoard Rss widget http://www.khertan.net/2007/04/16/khertannet-has-now-is-own-dashboard-rss-widget/ http://www.khertan.net/2007/04/16/khertannet-has-now-is-own-dashboard-rss-widget/#comments Mon, 16 Apr 2007 15:56:51 +0000 khertan http://www.khertan.net/2007/04/16/khertannet-has-now-is-own-dashboard-rss-widget/
 

Download : Khertan.net Widget]]>
http://www.khertan.net/2007/04/16/khertannet-has-now-is-own-dashboard-rss-widget/feed/
Reactivating DIA in Bird 1.12 http://www.khertan.net/2007/04/13/reactivating-dia-in-bird-112-2/ http://www.khertan.net/2007/04/13/reactivating-dia-in-bird-112-2/#comments Fri, 13 Apr 2007 22:05:39 +0000 khertan http://www.khertan.net/2007/04/13/reactivating-dia-in-bird-112-2/ DIA Feature in Bird 1.12 seems to be desactivated before the release.
To reactivate it, uncomment the call to setDIA function in Builder2.pas. And replace the setDIA function by this one : <
em> p
rocedure SetDia(frm:FormPtr;resize:Boolean); v
ar
e : Err;
ver : UInt32;
h : WinHandle;
r : RectangleType;
v : UInt16; b
egin
RctSetRectangle(r,0,0,160,160);
// get current form
frm:=FrmGetActiveForm;
e:=FtrGet(ord('p')shl 24+ord('i') shl 16+ord('n') shl 8+ord('s'),1,ver);
if e=0 then
if ver>0 then
if GetDiaState<>2 then
begin
h:=FrmGetWindowHandle(frm);
WinSetConstraintsSize(h,240,240,240,240,160,160);
FrmSetDIAPolicyAttr(frm,1);
//SetDiaState(1);
PinSetInputTriggerState(1);
//r.extent.x:=240;
//r.extent.y:=240;
end;
if resize then
begin
h:=FrmGetWindowHandle(frm);
//WinSetBounds(h,r);
end; e
nd;
The patched .pas : builder2.pas ]]>
http://www.khertan.net/2007/04/13/reactivating-dia-in-bird-112-2/feed/
Palm Inc has just open is own Blog http://www.khertan.net/2007/04/12/palm-inc-has-just-open-is-own-blog/ http://www.khertan.net/2007/04/12/palm-inc-has-just-open-is-own-blog/#comments Thu, 12 Apr 2007 13:12:46 +0000 khertan http://www.khertan.net/2007/04/12/palm-inc-has-just-open-is-own-blog/
The Officiel Palm Blog]]>
http://www.khertan.net/2007/04/12/palm-inc-has-just-open-is-own-blog/feed/
Palm Inc’s Analyst Day … the best, the worst http://www.khertan.net/2007/04/11/palm-incs-analyst-day-the-best-the-worst/ http://www.khertan.net/2007/04/11/palm-incs-analyst-day-the-best-the-worst/#comments Wed, 11 Apr 2007 13:48:00 +0000 khertan http://www.khertan.net/2007/04/11/palm-incs-analyst-day-the-best-the-worst/
It's a great news. But ... there is always one.

Palm Inc have post on their investor web site a pdf with the slides used for the presentation. In this pdf at the 76th page we can see that no hires+ (320*480) Treo is in the roadmap. And i don't think this ll change because the treo's keyboard is presented as an innovation !¿?!

The pdf : http://files.shareholder.com/downloads/PALM/115646612x0x89251/622d4088-5551-4f49-a24d-28967d529c39/PalmAnalystDay.pdf]]>
http://www.khertan.net/2007/04/11/palm-incs-analyst-day-the-best-the-worst/feed/
KSSM 1.1 http://www.khertan.net/2007/04/03/kssm-11/ http://www.khertan.net/2007/04/03/kssm-11/#comments Tue, 03 Apr 2007 16:01:19 +0000 khertan http://www.khertan.net/2007/04/03/kssm-11/ I recommend to all user to update their old version of KSSM. I've audited the source code and i've found only one security hole.

To update KSSM replace all the files with the zipped one except for variables.php.]]>
http://www.khertan.net/2007/04/03/kssm-11/feed/