This site is no longer active and is available for archival purposes only. Registration and login is disabled.

problem with 0.9.6


problem with 0.9.6

Postby Matteo.m » Feb 25, 2006 @ 8:46am

Attachments
errori.rar
(321.14 KiB) Downloaded 623 times
Matteo.m
pm Member
 
Posts: 23
Joined: Dec 15, 2005 @ 12:56pm


Postby kornalius » Feb 25, 2006 @ 10:22pm

Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


more info

Postby Matteo.m » Feb 27, 2006 @ 12:38pm

i dont know if this can help but when i just run ppl itself (no ide) i get this error message.. Thanks
Attachments

[The extension jpg has been deactivated and can no longer be displayed.]

Matteo.m
pm Member
 
Posts: 23
Joined: Dec 15, 2005 @ 12:56pm


Postby kornalius » Feb 27, 2006 @ 4:27pm

Hi,

I just tried running the Bounce.ppl with and without the PIDE and it worked fine.

Can anyone else confirm it's working or not on their PC and PPC?

PS: mateo, was it working before the latest release?
Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


Postby Matteo.m » Feb 27, 2006 @ 5:48pm

Matteo.m
pm Member
 
Posts: 23
Joined: Dec 15, 2005 @ 12:56pm


Postby kornalius » Feb 27, 2006 @ 7:14pm

Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


editor

Postby Matteo.m » Feb 27, 2006 @ 10:48pm

editor not working
Attachments

[The extension jpg has been deactivated and can no longer be displayed.]

Matteo.m
pm Member
 
Posts: 23
Joined: Dec 15, 2005 @ 12:56pm


Postby kornalius » Feb 28, 2006 @ 2:44am

Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


FIXED!

Postby Matteo.m » Mar 1, 2006 @ 4:26pm

Kornalius i must thank you for the quick fix about this issue! Now ppl on my pc is working perfectly.. Bye bye Matteo
Matteo.m
pm Member
 
Posts: 23
Joined: Dec 15, 2005 @ 12:56pm


Postby kornalius » Mar 1, 2006 @ 6:05pm

Yep, me and matteo worked on this issue together. It turned out the WM_CREATE message was being sent twice to the window. I fixed this by sending the message to PPL code only.
Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


Postby MagNet » Mar 3, 2006 @ 10:24pm

User avatar
MagNet
pm Member
 
Posts: 35
Joined: Feb 25, 2006 @ 10:54pm


Postby kornalius » Mar 4, 2006 @ 12:07am

Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


Postby Matteo.m » Mar 4, 2006 @ 6:28am

yes i didnt a deep test but for example on pocketpc it happen that the exit button dont work (tried on bounce demo) and i have to reset. if i change the source with the keydown it work. i will do a deeper test.
Matteo.m
pm Member
 
Posts: 23
Joined: Dec 15, 2005 @ 12:56pm


Postby kornalius » Mar 4, 2006 @ 3:50pm

What do you change exactly in the source?
Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


Postby Matteo.m » Mar 5, 2006 @ 7:08am

WM_TIMER:
// Check the keys if they are pressed.
if (KeysPressed$[keys.vkUp$])
PostMessage(hWnd$, WM_CLOSE, 0, 0);
end;
if (KeysPressed$[keys.vkDown$])
end;
if (KeysPressed$[keys.vkLeft$])
end;
if (KeysPressed$[keys.vkRight$])
end;

if (KeysPressed$[keys.vkA$])
PostMessage(hWnd$, WM_CLOSE, 0, 0);
end;




so basicly to me is not working the vkA$, adding the exit on the up$ i'm able to get out. This behavior i have it only on pocketpc side
Last edited by Matteo.m on Mar 6, 2006 @ 9:35am, edited 1 time in total.
Matteo.m
pm Member
 
Posts: 23
Joined: Dec 15, 2005 @ 12:56pm


Next

Return to Pocket Programming Language (PPL)


Sort


Forum Description

Discuss this new development tool.

Moderator:

kornalius

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron