Feed on Posts or Comments

Softwares khertan on 16 Apr 2007

Khertan.net has now is own DashBoard Rss widget

Khertan.net has now is own rss widget. The last ten news is available in the widget. This widget is only for Mac OS X.

 

Download : Khertan.net Widget

Developpment khertan on 13 Apr 2007

Reactivating DIA in Bird 1.12

Hi,
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

Palm News khertan on 12 Apr 2007

Palm Inc has just open is own Blog

Palm has just open his own Blog. At this time there is only one article about the opening. But we can hope that this tool can help us to better understand Palm strategy and to share our thought with the palm employees.

The Officiel Palm Blog

Palm News khertan on 11 Apr 2007

Palm Inc’s Analyst Day … the best, the worst

Yesterday at Palm Inc's Analyst Day, Palm CEO Ed Colligan officially announced that Palm will deliver a new Palm OS. Based on a linux kernel and the gnu softwares combined with Palm OS Garnet technology. This new OS ll be available at the end of the year.

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

Softwares khertan on 03 Apr 2007

KSSM 1.1

A new update of KSSM is available. It's fix a security hole.
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.

« Previous PageNext Page »