|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Does Plua work on a palm Z22Hello
I have gone through the tutor I found here and I cannot get the application to work. I get an error message of first.lua : 3: attempt to call global pmoveto ( a nil value) I have tried typing this into a memo, cut and paste into a memo and compiling it using the plua2c complier for x86. I have a little programming experience but not a whole lot so any help you could give me would be appreciated. Thank you for your time. Reid |
|
|
|
|
|
Re: Does Plua work on a palm Z22Thanks for the tip. I do have 2.0 . Is there a tutor file for 2.0.
Something to get me started so I can play. Reid --- In plua@..., pluaprogrammer <pluaprogrammer@...> wrote: > > Reid, > Yes. I know Plua 2.0 works on Z22. I have a complex Plua 2.0 application running successfully on Z22. I suspect you may be trying to use Plua 2.0 with Plua 1.1 calls. For example, "pmoveto()" has been changed to "screen.moveto(10,12)" in Plua 2.0. Where 10 is the number of pixels from the top-left corner moving right and 12 is the number of pixels down from that position (in other words X=10, Y=12). > If you have follow-up questions... feel free to ask. > Good luck, > pluaprogrammer@... > ZzHatD > > > ----- Original Message ---- > From: reide222 <reide222@...> > To: plua@... > Sent: Thursday, June 12, 2008 5:15:56 PM > Subject: [plua] Does Plua work on a palm Z22 > > > Hello > > I have gone through the tutor I found here and I cannot get the > application to work. I get an error message of > > first.lua : 3: attempt to call global pmoveto ( a nil value) > > I have tried typing this into a memo, cut and paste into a memo and > compiling it using the plua2c complier for x86. > > I have a little programming experience but not a whole lot so any > you could give me would be appreciated. > > Thank you for your time. > > Reid > > > > > > > [Non-text portions of this message have been removed] > |
|
|
Re: Re: Does Plua work on a palm Z22Hi Reide,
You can find plenty of information both on Plua (including ver 2.0) and Lua itself in Documentation folder under Files tab. The URL is: http://tech.groups.yahoo.com/group/plua/files/Documentation/ Hope this helps. Regards, Berkant. --- On Sat, 6/14/08, reide222 <reide222@...> wrote: From: reide222 <reide222@...> Subject: [plua] Re: Does Plua work on a palm Z22 To: plua@... Date: Saturday, June 14, 2008, 2:27 AM Thanks for the tip. I do have 2.0 . Is there a tutor file for 2.0. Something to get me started so I can play. Reid --- In plua@yahoogroups. com, pluaprogrammer <pluaprogrammer@ ...> wrote: > > Reid, > Yes. I know Plua 2.0 works on Z22. I have a complex Plua 2.0 application running successfully on Z22. I suspect you may be trying to use Plua 2.0 with Plua 1.1 calls. For example, "pmoveto()" has been changed to "screen.moveto( 10,12)" in Plua 2.0. Where 10 is the number of pixels from the top-left corner moving right and 12 is the number of pixels down from that position (in other words X=10, Y=12). > If you have follow-up questions... feel free to ask. > Good luck, > pluaprogrammer@ ... > ZzHatD > > > ----- Original Message ---- > From: reide222 <reide222@.. .> > To: plua@yahoogroups. com > Sent: Thursday, June 12, 2008 5:15:56 PM > Subject: [plua] Does Plua work on a palm Z22 > > > Hello > > I have gone through the tutor I found here and I cannot get the > application to work. I get an error message of > > first.lua : 3: attempt to call global pmoveto ( a nil value) > > I have tried typing this into a memo, cut and paste into a memo and > compiling it using the plua2c complier for x86. > > I have a little programming experience but not a whole lot so any > you could give me would be appreciated. > > Thank you for your time. > > Reid > > > > > > > [Non-text portions of this message have been removed] > [Non-text portions of this message have been removed] |
| Free embeddable forum powered by Nabble | Forum Help |