Khertan.net 4D Developper / Palm OS Developper 2007-08-20T14:35:49Z Copyright 2007 WordPress khertan <![CDATA[Palm software developpment suspended !]]> http://www.khertan.net/2007/08/20/palm-software-developpment-suspended/ 2007-08-20T14:35:49Z 2007-08-20T14:35:49Z
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.]]>
khertan <![CDATA[kMeteo updated to version 0.9]]> http://www.khertan.net/2007/04/20/kmeteo-updated-to-version-09/ 2007-04-20T14:32:16Z 2007-04-20T14:32:16Z
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.]]>
khertan <![CDATA[kMeteo reminder/warning]]> http://www.khertan.net/2007/04/17/kmeteo-reminderwarning/ 2007-04-17T15:01:00Z 2007-04-17T15:01:00Z
Don't forget to delete previously installed version of kMeteo before installing the new one.]]>
khertan <![CDATA[kMeteo Updated]]> http://www.khertan.net/2007/04/17/kmeteo-updated/ 2007-04-17T07:54:44Z 2007-04-17T07:54:44Z
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.]]>
khertan <![CDATA[ACCESS Garnet VM Compatibility Kit]]> http://www.khertan.net/2007/04/17/access-garnet-vm-compatibility-kit/ 2007-04-17T07:30:48Z 2007-04-17T07:30:48Z
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.]]>
khertan <![CDATA[Khertan.net has now is own DashBoard Rss widget]]> http://www.khertan.net/2007/04/16/khertannet-has-now-is-own-dashboard-rss-widget/ 2007-04-16T15:56:51Z 2007-04-16T15:56:51Z
 

Download : Khertan.net Widget]]>
khertan <![CDATA[Reactivating DIA in Bird 1.12]]> http://www.khertan.net/2007/04/13/reactivating-dia-in-bird-112-2/ 2007-04-13T22:05:39Z 2007-04-13T22:05:39Z 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 ]]>
khertan <![CDATA[Palm Inc has just open is own Blog]]> http://www.khertan.net/2007/04/12/palm-inc-has-just-open-is-own-blog/ 2007-04-12T13:12:46Z 2007-04-12T13:12:46Z
The Officiel Palm Blog]]>
khertan <![CDATA[Palm Inc’s Analyst Day … the best, the worst]]> http://www.khertan.net/2007/04/11/palm-incs-analyst-day-the-best-the-worst/ 2007-04-11T13:48:00Z 2007-04-11T13:48:00Z
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]]>
khertan <![CDATA[KSSM 1.1]]> http://www.khertan.net/2007/04/03/kssm-11/ 2007-04-03T16:01:19Z 2007-04-03T16:01:19Z 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.]]>