Search found 20 matches

by Jon
Thu May 12, 2011 4:03 am
Forum: Coding Questions
Topic: Excel Spreadsheet frontend
Replies: 3
Views: 2039

Excel Spreadsheet frontend

Hi is it possible to code a frontend for a spreadsheet? I can provide a spreadsheet if needed?

Cheers, Jonny
by Jon
Sun Jul 25, 2004 4:47 am
Forum: Off Topic
Topic: i live in the best country in the world......
Replies: 31
Views: 7523

Dare2 wrote:XXXX beer rules.
Um ....... XXXX, really you Aussies should learn to spell ;) rotfl, also it tases like crap! Now, real beer is made in New Zealand :mrgreen:
by Jon
Sun Jul 11, 2004 6:51 am
Forum: Announcement
Topic: IETool 1.5 released... lots of new features
Replies: 7
Views: 3539

same here, I love firefox, also use opera but have explorer for the occasional bitchy website that needs it...
by Jon
Sun Jul 11, 2004 6:18 am
Forum: Coding Questions
Topic: Help with webcam or video stream
Replies: 52
Views: 32172

but is this possible?

I want to know if I can access the web cam on another machine in my network??
by Jon
Mon May 17, 2004 12:07 pm
Forum: Coding Questions
Topic: Dual Screen screen saver
Replies: 10
Views: 3111

Righto, I've managed to get my pics to fade in then out, I just included a small bit of the code (See earlier post)


If OpenScreen(ScreenXSize, ScreenYSize, ScreenDepth, "Random Images")

ChangeGamma(0, 0, 0, 1)

Repeat

For FadeOut=255 To 0 Step -5
ChangeGamma( FadeOut, FadeOut, FadeOut,0 ...
by Jon
Mon May 17, 2004 9:49 am
Forum: Coding Questions
Topic: Dual Screen screen saver
Replies: 10
Views: 3111

fweil,

Thank's for the pointers on Change gamma, will try it out now.

L8r.
by Jon
Mon May 17, 2004 8:01 am
Forum: Tricks 'n' Tips
Topic: Menu in container
Replies: 4
Views: 2640

Yup same problem here with PB 3.90
by Jon
Mon May 17, 2004 7:55 am
Forum: Tricks 'n' Tips
Topic: My todays gift : puzzled diaporama
Replies: 19
Views: 6213

Yes I also like it :D It's _JUST_ what I need :twisted:
by Jon
Mon May 17, 2004 7:44 am
Forum: Off Topic
Topic: Why don't you all visit my website?
Replies: 10
Views: 3516

where did u get those cool spinning wireframe gfx? I want some :)
by Jon
Mon May 17, 2004 7:37 am
Forum: Coding Questions
Topic: Dual Screen screen saver
Replies: 10
Views: 3111

Jon,

I made some adjutments in your code. The delay is good with 3 seconds. On my own, I would use maybe just a bit longer (4-5 seconds), but it depends on how much images you have to display : more, the delay is good, less enhance the delay to a higher time.



Thank you for the code adjustment ...
by Jon
Sun May 16, 2004 11:41 am
Forum: Coding Questions
Topic: Dual Screen screen saver
Replies: 10
Views: 3111

I think I'm stuck?

Ok I've got my pictures loading ok but I'm not sure if I'm doing the delay between pictures properl : Delay(3000)

Also the program dosn't always close nicely some times there's an error :

Error at line 28 : The specified output is null (0 value)
Line 28 -> If StartDrawing(ScreenOutput())

And ...
by Jon
Mon May 03, 2004 9:46 am
Forum: Coding Questions
Topic: Dual Screen screen saver
Replies: 10
Views: 3111

Cheers guys, I figured I was asking for too much :oops: heh, lazy I guess, any way I'll bugger off and potter around then post some code when I get stuck.

L8r
by Jon
Sun May 02, 2004 11:48 am
Forum: Coding Questions
Topic: Dual Screen screen saver
Replies: 10
Views: 3111

Dual Screen screen saver

Ok here's a nice easy one (I Hope?)

I want to be able to load images from a specified directory in a random order (I have the random order bit sussed)

Also the pictures must be stretched to fit the screen if possible and......

I want the picture to load onto my main screen

I want to display ...
by Jon
Mon Feb 02, 2004 8:23 am
Forum: Tricks 'n' Tips
Topic: calendargadget version 0.000001
Replies: 14
Views: 5391

The WinAPI version coded above has an interface to handle events and such
Perhaps some pointers on how to use the interface ?
by Jon
Mon Feb 02, 2004 7:31 am
Forum: Tricks 'n' Tips
Topic: Capture a movie frame
Replies: 21
Views: 14689

This barfs on my system? WinXP, PB 3.8.

DEBUGGER : Error at line 39 : Can't allocate a memory block of size zero

LINE 39 : *ImageData = AllocateMemory(MemoryBank, DataSize)


EDIT : Ok, updated to PB 8.1 It worked! Weird?