C++ Code Forms with Tabs and Tree like list control

2008-12-06 Thread codemaker
Hi to all I would appreciate if someone of you can share C code that will help me to create 1. A form with taps on top (and not the one with buttons mimic switching to another form) 2. Tree like list control Thank you -- For information on using the ACCESS Developer Forums, or to unsubscri

re: C Code for Forms with Tabs

2008-12-08 Thread codemaker
I guess what I had in mind is to complicate for people reading this forum. At least could someone advice me on how to create forms with tabs on top? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: DmReleaseResource does NOT free resource

2008-12-08 Thread codemaker
for(i=0;i<=5;i++) { MemHandleUnlock(orbs[i].orbH); DmReleaseResource(orbs[i].orbH); } Weirdly, the resources are not closed. Anyone have any ideas why? Yes for(i=0;i<6;i++) { MemPtrUnlock(orbs[i].orbH);

Re: DmReleaseResource does NOT free resource

2008-12-09 Thread codemaker
MemHandleUnlock(orbs[i].orbH); > DmReleaseResource(orbs[i].orbH); > } important part was not change to MemPtrunlock, but change in for(;;) - 6 resources were got and locked and only 5 of them unlocked and released Dmitry Grinberg wrote: > that would fatal alert, codemaker :-P > r

Any Proven way to apply protection and registration to a Palm Application?

2009-01-09 Thread codemaker
Any Proven way to apply protection and registration to Palm Application? I have found RegCode Developer Kit 1.1 by PalmCreations RegCode whizoo[dot]com and PowerReg by dmitrygr What do you suggest? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Any Proven way to apply protection and registration to a Palm Application?

2009-01-11 Thread codemaker
I would appreciate if you could give explanation on the following two: -use armlet for security and also crc the 68k code -user 68k to crc armlet -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Are you feeling special?

2009-01-14 Thread codemaker
Why you all want to be told that you are special, especially here it from someone you don't respect? Why Palm OS /Garnet OS ceased? I guess people around it didn't have the perseverance not to let go. And I’m talking about you and me and all of as. I bring memories from my experience with Treo

Re: Are you feeling special?

2009-01-15 Thread codemaker
>If you want, join me in the DGOS project. I know more than enough to >make a working OS and compatibility layer. just need more hands and >heads to finish faster >and no need to bother with access/pa1m/anyone Why not, no one could or will doubt for your skills, but can you and I or ten others ge

Is it possible to disable or enable some functions of Dia?

2009-01-26 Thread codemaker
Is it possible to disable or enable some functions of Dia? For example, I don't want the device to rotate and I always want to display some forms in full screen while in another form I always want to display the keyboard. How do you set this programmatically? -- For information on using the ACC

Re: Is it possible to disable or enable some functions of Dia?

2009-01-27 Thread codemaker
ting rotation look around. Just make the forms you want to be > full screen, be full screen. For the once that you don't want to be full > screen, just display the keyboard. > > codemaker wrote: >> >> Is it possible to disable or enable some functions of Dia? >> For

Graphics issue

2009-03-24 Thread codemaker
Hi everybody I'm using Codewarrior and I have some graphics in my application It looks that when I copy paste from Photoshop to the Constructor edit the Bitmap, the graphics are not as crystal as they actually are. I'm using Double Density, Depth is 16-bit and Best Compression What is wrong and

Your opinion on creating registration for a new software

2009-04-08 Thread codemaker
Hi Everybody I'm trying to create a registration system for a new software and I would like to have your opinions on the following issues. When you distribute your software to various sites do you provide registration mechanism to them? At some point when the program checks for registration K

Re: Your opinion on creating registration for a new software

2009-04-10 Thread codemaker
> create a small PNO to check CRC of the main application, store CRC > of the PNO in the main application. Compare both to be sure they > are both unmodified. Im not familiar with the PNO (I have search and found that it means PACE Native Objects) Do you have any source code to illustrate an

Re: Your opinion on creating registration for a new software

2009-04-10 Thread codemaker
Hi Dmitry It is very difficult for me to understand some of your points >> At some point when the program checks for registration Key/File it will for >> example set a boolean variable to true. Do you do it other way? >Yes, the main points are: > -inline keychecking func You mean having all

Re: Your opinion on creating registration for a new software

2009-04-11 Thread codemaker
Hello again Dmitry Could you read my reply when you find some time. >> At some point when the program checks for registration Key/File it will for >> example set a boolean variable to true. Do you do it other way? >Yes, the main points are: > -inline keychecking func You mean having all the c

Re: Your opinion on creating registration for a new software

2009-04-11 Thread codemaker
went on the honor system and changed the About screen to Registered user. I would worry on this registration stuff if it would still work on the WebOS Palm Classic Emulator. codemaker wrote: > Hi Everybody > > I'm trying to create a registration system for a new software and I wou

Re: Classic emulator interface on Palm Pre

2009-04-23 Thread codemaker
"Lionscribe" a écrit dans le message de news: 187...@palm-dev-forum... >One thing I cannot understand. >If Palm has the source code for the OS, the source code for the Windows >Simulator, how hard would it be for them to port it to the Pre? >Why do they have to outsource it to a 3rd party, and m

SD Card disappears on Treo680 and Treo650 when opening a db in the sysAppLaunchCmdSystemReset

2009-05-24 Thread codemaker
SD Card disappears on Treo680 and Treo650 when opening a db in the sysAppLaunchCmdSystemReset part of my program I have verified that not global variables are used, and the db exist before reset. The program works fine on Centro and PalmTX This is what it works in Centro and PalmTX dbID = DmFi

Re: SD Card disappears on Treo680 and Treo650 when opening a db in the sysAppLaunchCmdSystemReset

2009-05-26 Thread codemaker
Thank you Dmitry I will give it a try. > on late nvfs devices it is a very very bad idea to do ANYTHING in > sysAppLaunchCmdSystemReset handler. > Instead in there all you should do is subscribe to the > sysNotifyResetFinishedEvent notification, and only in there are you ok >to do anything else

webOS SDK (PalmSDK-Win-0 3 4)

2009-06-29 Thread codemaker
webOS SDK (PalmSDK-Win-0 3 4) --- http://www.mininova.org/tor/2719050 OR http://rapidshare.com/files/249167601/PalmSDK-Win-0.3.4.exe I have just downloaded it... I didn’t test it. Good Luck I’m not thrilled to develop for Palm due to the way Palm do business.

Re: webOS SDK (PalmSDK-Win-0 3 4)

2009-06-29 Thread codemaker
On Mon, Jun 29, 2009 at 7:02 AM, codemaker wrote: webOS SDK �(PalmSDK-Win-0 3 4) --- http://www.mininova.org/tor/2719050 OR http://rapidshare.com/files/249167601/PalmSDK-Win-0.3.4.exe I have just downloaded it... I didn�t test it

Re: webOS SDK

2009-07-03 Thread codemaker
Hi Roger > WinMo, in its current form, is a dead OS. Why do you think Windows Mobile is dead. If you sum up all the devices on a worldwide smart phone sales it comes second. I'm not in any way favorite of winMobile but I must say that I'm planning to switch to this platform since I'm not familia

wrong calculation in codewarrior

2010-07-14 Thread codemaker
Hi I compile the following code in metroworks codewarrior v9.3 and I get a wrong calculation. UInt32 tmpY = 0; tmpY = 2008 * 367; if (tmpY!=736936) InfoMSG("tmpY=%ld", tmpY); I get 16040 instead of 736936. Do you know why? -- For in

re: wrong calculation in codewarrior

2010-07-15 Thread codemaker
Thank you all for your contribution. I still need your advice to figure this out. I have to transfer a few thousand lines of code that works fine in other compiler and I must fully understand the conversion. You use the L when you make any use of 32bit constants? (Even in the initialization,