Search found 52 matches

by John-G
Fri Sep 10, 2010 9:04 pm
Forum: Coding Questions
Topic: Installable package create - how to
Replies: 3
Views: 820

Installable package create - how to

I have been working on some programs and i would like to give them out now and let others try them .. Is there a program that will make a package (EXE) for me that will let me install my programs make Dir's , instill DLL's and copy my files where they need to be along with a uninstall? :) if it does ...
by John-G
Tue Sep 07, 2010 1:49 am
Forum: Coding Questions
Topic: Weather ? How Can i get Weather Forecast with PB?
Replies: 6
Views: 2545

Re: Weather ? How Can i get Weather Forecast with PB?

Thanks .. thanks so much. This was just what i was looking for .. :wink:

but ( sorry ) :shock: .. I have some more questions .. :oops:

I have been playing around with this ..First time I have played with OpenNetworkConnection stuff .. thanks for the help .. I have it working and running .. But ...
by John-G
Thu Sep 02, 2010 6:48 pm
Forum: Coding Questions
Topic: Weather ? How Can i get Weather Forecast with PB?
Replies: 6
Views: 2545

Weather ? How Can i get Weather Forecast with PB?

I would like to read or get the Weather from some place in a now$ so i can play it back using a voice?
Anyone do this Yet? or know how to get the weather info?

Thanks John G.
by John-G
Sat Jul 31, 2010 3:33 am
Forum: Tricks 'n' Tips
Topic: DTMF detection
Replies: 13
Views: 4697

Re: DTMF detection

hello..

I had to take some time off for health problems and now i am programing again .. And was having some problems with the DTMF. Is there anyway you can could add a string$ or something so i can grab the number/leather or let me know the why i can grab the output .. Only need to get it say 1 ...
by John-G
Mon Nov 16, 2009 2:33 am
Forum: Coding Questions
Topic: Error Invalid memory access ( read error at address 12 )
Replies: 3
Views: 922

Re: Error Invalid memory access ( read error at address 12 )

that was it .. took off the parameter and all is working .. should of though of that .. but did not .. Thanks as Allways :lol:
by John-G
Sun Nov 15, 2009 9:41 am
Forum: Coding Questions
Topic: Error Invalid memory access ( read error at address 12 )
Replies: 3
Views: 922

Error Invalid memory access ( read error at address 12 )

Hello ... A small problem .. I am making this program that's talking to a card on the USB port. It opens and all the code works but when it leaves the Procedure with a "EndProcedure" i get a "Invalid memory access ( read error at address 12 )" Does any one know what it is or how i can get it to work ...
by John-G
Tue Nov 03, 2009 6:26 am
Forum: Coding Questions
Topic: updateing stuff on the screen?
Replies: 1
Views: 583

updateing stuff on the screen?

I have Opened a window and i put a auto build number on it i am using this but i dont like it

TextGadget(#Text_8, 275, 45, 200, 12, "Version 2009 Build # 0.0.:" + Str(#PB_Compiler_Date), #PB_Text_Center)

and

I made a Panelgadget and added tabs to it .. if there is something that comes up in ...
by John-G
Mon Nov 02, 2009 5:12 am
Forum: The PureBasic Form Designer
Topic: Visual Designer V4 Alpha 16 Windows and Linux Released
Replies: 97
Views: 72234

Re: Visual Designer V4 Alpha 16 Windows and Linux Released

Just wanted to know any dates .. Is it safe to try to use, Is there a beta version coming soon? Is there anything we can do to help it a long

thanks
by John-G
Sun Oct 25, 2009 3:44 am
Forum: Coding Questions
Topic: Problems Looping while i wait for a botton
Replies: 4
Views: 953

Problems Looping while i wait for a botton

New Question,

I have a program that i use a "Event = WaitWindowEvent()" to see when i Key is pressed and then does button 1 = case 1 and so far it works very good.
But now i want to watch for a Tone and make it decision on that like the case's but windows will not let me loop anything.
I think ...
by John-G
Tue Oct 20, 2009 2:28 pm
Forum: Coding Questions
Topic: LTrim Questions ? Problems
Replies: 11
Views: 1405

Re: LTrim Questions??? Problems

Working verry good .. but one more problem i need to put a point every 3 letters counting from the right to the left

50.140.000
144.225.000

Any thoughts? :?
by John-G
Mon Oct 19, 2009 8:28 pm
Forum: Coding Questions
Topic: LTrim Questions ? Problems
Replies: 11
Views: 1405

Re: LTrim Questions??? Problems

Thanks .. I knew there was a quick way ... that is want i needed .. Again thanks ..
by John-G
Mon Oct 19, 2009 6:31 pm
Forum: Coding Questions
Topic: LTrim Questions ? Problems
Replies: 11
Views: 1405

Re: LTrim Questions??? Problems

It might be me the way i was asking ... here is the Code that i am using. It work grate the only problem i have is that i would like to remove all leading 00000000000 and on the end of the string the ";" from the end. The Text2.s ends up with
"0050140000;" i wanted to clean it up look for "0" at ...
by John-G
Mon Oct 19, 2009 6:09 pm
Forum: Coding Questions
Topic: LTrim Questions ? Problems
Replies: 11
Views: 1405

Re: LTrim Questions??? Problems

Ok but i am reading this from the RS232 and take the input in to A$ . Now i want to Show A$ to the User and i would like to clean off the 0000 at the start and the ";" at the end .. so i need to edit the string ... any thoughs?



the first one is false, should use in this way:
A$="00050140000;"
A ...
by John-G
Mon Oct 19, 2009 5:28 pm
Forum: Coding Questions
Topic: LTrim Questions ? Problems
Replies: 11
Views: 1405

LTrim Questions ? Problems

I have a incoming String 12 chr long. I have been trying to handle this and it is not working the way i though it would :roll: Could i be doing something wrong
If do this it works

A$="00050140000;"
LTrim(A$,"0")
debug A$

Debug prints out 00050140000
but if i do it this way

a$ = LTrim ...
by John-G
Sat Oct 17, 2009 8:33 am
Forum: Coding Questions
Topic: Sending and Receiveing problems - RS232
Replies: 12
Views: 1776

Re: Sending and Receiveing problems - RS232

you are the Best ... thanks thanks thanks thanks thanks .. it is working .. i can get it from here .. Some day i hope i can help you on somthing