Search found 106 matches

by Rookie
Sat May 22, 2010 6:46 pm
Forum: Coding Questions
Topic: Touchscreen
Replies: 4
Views: 1522

Re: Touchscreen

I was thinking of using it like a mouse input.
Like I touch the screen, and there is a gadget or something where I touch,, and something happens.
by Rookie
Fri May 21, 2010 2:11 am
Forum: Coding Questions
Topic: Touchscreen
Replies: 4
Views: 1522

Touchscreen

I don't if this has been asked before, but my searching isn't coming up with anything.
Can you program something to use the touchscreen for input using PB?
by Rookie
Tue Dec 15, 2009 11:36 pm
Forum: Coding Questions
Topic: String format
Replies: 14
Views: 2569

Re: String format

I have been working on some my old code and trying to compile this in 4.40 and it was writen in 4.20.
The line:

Code: Select all

Static newline$ = #CRLF$
Is throwing the error that constant is not found.
by Rookie
Sun Apr 26, 2009 6:57 pm
Forum: Coding Questions
Topic: Using a Joystick as a mouse
Replies: 6
Views: 2218

Well that sucks. There goes my little project.
by Rookie
Sun Apr 26, 2009 6:46 pm
Forum: Coding Questions
Topic: Using a Joystick as a mouse
Replies: 6
Views: 2218

Lets see if I can explain it a bit better.
What I need is a way to change the position of the mouse cursor on the desktop.
Also a way to simulate a mouse click as well.
I can't use the Windows API for 2 reasons. I have the demo and linux.
by Rookie
Sun Apr 26, 2009 12:29 am
Forum: Coding Questions
Topic: Using a Joystick as a mouse
Replies: 6
Views: 2218

Using a Joystick as a mouse

I am trying to code a way to use the joystick as a mouse. I found a way to do it on purearea , but I can only use the demo and want to use it in linux. Is there a demo friendly way of doing this. I have tried, but for the life of me can't figure it out. Also something that can work for windows and ...
by Rookie
Sat Nov 01, 2008 8:28 pm
Forum: Coding Questions
Topic: Stopping a procedure
Replies: 6
Views: 1740

Yep like that. I knew it would be something simple.
by Rookie
Sat Nov 01, 2008 8:15 pm
Forum: Coding Questions
Topic: Stopping a procedure
Replies: 6
Views: 1740

Stopping a procedure

Since I have been searching for a solution for 30 minutes right and cant seem to put a correct string combo in the search box I asked probably a simple question.

I want to stop a produre from going on once I get to a certain point in a IF statement. Anyway to do this?
by Rookie
Thu Jul 10, 2008 6:46 am
Forum: Coding Questions
Topic: String format
Replies: 14
Views: 2569

@Demivec
That code worked. Was trying to do something like that on my own.
Honest to say I was getting no where. Thanks a lot.
by Rookie
Tue Jul 08, 2008 8:59 pm
Forum: Coding Questions
Topic: String format
Replies: 14
Views: 2569

That is the problem
That doesnt work
by Rookie
Tue Jul 08, 2008 4:19 pm
Forum: Coding Questions
Topic: String format
Replies: 14
Views: 2569

@ Demivec
Since PB cant due it directly, is there a way to get around it.
by Rookie
Tue Jul 08, 2008 6:27 am
Forum: Coding Questions
Topic: String format
Replies: 14
Views: 2569

Here is also the bit of code that writes my config file.

Input.s=PathRequester("Please select the correct folder","C:\")
If CreateFile(0, Input+"menu.txt")
WriteStringFormat(0, #PB_UTF16BE)
WriteStringN(0,"Color="+GetGadgetText(#Value)) ;Grabs the users data and outputs into a Text=value form ...
by Rookie
Tue Jul 08, 2008 6:21 am
Forum: Coding Questions
Topic: String format
Replies: 14
Views: 2569

String format

I am have a bit of problems with a program I am writing. The file needs to encoded in UTF16BE. I have confirm this with Notepad and the makers of the hard the config file is for. Thing is, when I use WriteStringFormat, I do not get the same results as if I were to edit the config file in Notepad. I ...
by Rookie
Sun Jul 06, 2008 10:24 pm
Forum: Coding Questions
Topic: WriteStringFormat
Replies: 1
Views: 824

WriteStringFormat

Quick question. Where is the best place to put that. I need to write a file in Unicode
by Rookie
Mon Apr 28, 2008 10:10 pm
Forum: Coding Questions
Topic: String Gadget Length
Replies: 14
Views: 3014

Not IncludeFile doesn't get around. Reason why you can't run one of the examples.