Search found 25 matches

by jcoggins
Sat Jul 04, 2009 3:23 pm
Forum: Coding Questions
Topic: displaying a .ppt file
Replies: 2
Views: 768

displaying a .ppt file

I want to display several powerpoint (.ppt) files (one after another with each new .ppt file not starting until the old .ppt file has finished).

Can I do this in PB?

If so, how?

Jason
by jcoggins
Sat Jun 27, 2009 9:43 pm
Forum: Linux
Topic: Pure Basic and the Synaptic Package Manager
Replies: 1
Views: 1446

Pure Basic and the Synaptic Package Manager

Is there a way to install Pure Basic on linux using the Synaptic Package Manager?

Jason
by jcoggins
Tue May 12, 2009 8:40 pm
Forum: Coding Questions
Topic: Tracking software usage
Replies: 9
Views: 2881

I am thinking that having the application store the information on an internet database might be the best way to go.

I agree and it's also very easy to do if you know PHP and SQL. Then all you need is to to make your program contact that webscript each time it is run. Your program will not need ...
by jcoggins
Mon May 11, 2009 12:00 am
Forum: Coding Questions
Topic: Tracking software usage
Replies: 9
Views: 2881

Unfortunately I am not very familiar with PHP or MYSQL. Do you know of any good online tutorials that could walk me through it?

Jason
by jcoggins
Sun May 10, 2009 10:16 pm
Forum: Coding Questions
Topic: Tracking software usage
Replies: 9
Views: 2881

I read the other post and I am talking about something different. The program is going to be given away free to all who want it but I want to keep track of such things as how many times the application is used each day by all users, how many different users are using it, etc... For example if user 1 ...
by jcoggins
Sun May 10, 2009 7:27 pm
Forum: Coding Questions
Topic: Tracking software usage
Replies: 9
Views: 2881

Tracking software usage

I am looking for a way to track software usage. For example, the total number of times a particular program is used each day.

Any ideas on how I would go about doing that?

Jason
by jcoggins
Fri Jun 20, 2008 4:52 pm
Forum: Coding Questions
Topic: Returning an array from a procedure
Replies: 6
Views: 1688

Can anyone provide a simple example?

Jason
by jcoggins
Fri Jun 20, 2008 2:58 pm
Forum: Coding Questions
Topic: Returning an array from a procedure
Replies: 6
Views: 1688

Returning an array from a procedure

Is there a way to have a procedure return an entire array?

Jason
by jcoggins
Thu Jun 05, 2008 1:59 am
Forum: Coding Questions
Topic: Adding commands
Replies: 10
Views: 1518

Actually, I was thinking more alone the lines of adding a new command that did something the current version of the language does not do. For example, a moviePlaying command that can be used with an .mp3 audio file that returns true if the movie is playing or false otherwise. Or a command that can ...
by jcoggins
Sun Jun 01, 2008 10:49 pm
Forum: Coding Questions
Topic: Adding commands
Replies: 10
Views: 1518

Adding commands

If I were interested in adding some new commands to the PB language how would I go about doing it?

Jason
by jcoggins
Tue Apr 22, 2008 11:09 pm
Forum: Coding Questions
Topic: compiling for linux and mac
Replies: 3
Views: 1230

Does that mean that I have to physically install PB on each type of computer, manually move the code to each installation and build it three seperate times?

Isn't there some setting in the compiler that I can set that will tell it to compile for each of the different operating systems?

Jason
by jcoggins
Tue Apr 22, 2008 10:27 pm
Forum: Coding Questions
Topic: compiling for linux and mac
Replies: 3
Views: 1230

compiling for linux and mac

How do I get PB to compile programs for linux and mac computers? The .exe files it creates work great on windows but I cannot get them to work on linux or mac computers.

Jason
by jcoggins
Sun Apr 20, 2008 5:13 pm
Forum: Feature Requests and Wishlists
Topic: improvements for movie
Replies: 6
Views: 2391

My point exactly. There is no way to tell if an audio file has finished playing. It would be nice to have a command which detects when an audio file has finished playing.

It would also be nice to have another command that gives the length of an audio file (in milliseconds).

Just two ideas that ...
by jcoggins
Sun Apr 20, 2008 3:24 pm
Forum: Coding Questions
Topic: setting the screen resolution
Replies: 4
Views: 3166

setting the screen resolution

How do I change the user's screen resolution in PB?

Jason
by jcoggins
Sat Apr 19, 2008 11:38 pm
Forum: Feature Requests and Wishlists
Topic: improvements for movie
Replies: 6
Views: 2391

I currently use LoadMovie() but I am need a way to put a list of songs in an array and play each song in the array one after another one at a time. I am having trouble starting subsequent songs after the first because I can find no way of knowing when the first song has finished.

If these new ...