Search found 202 matches

by Pot Noodle
Sun Aug 02, 2015 8:22 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

Re: lyric prompter

Having managed to sort out most of the function i need there are still two that i just can't sort out.

(1) If a user click's outside the playlist dialog box the dialog box disappears and you can't get it back.
(2) When the lyric file comes to an end it pauses and when you hit the pause button the ...
by Pot Noodle
Sun Aug 02, 2015 4:14 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

Re: lyric prompter

Good point i was thinking about the speed, i guess something in the song file would trigger the speed! :mrgreen:
by Pot Noodle
Sun Aug 02, 2015 3:03 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

Re: lyric prompter

Hi infratec, having spent most of last night studying the code i understand the workings of it now but trying to implement features
to it still makes me scratch my head, I am trying to have it so when it starts it will show the name of the song and what key it is in and when it gets to the eof it ...
by Pot Noodle
Sat Aug 01, 2015 4:50 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

Re: lyric prompter

Thank's infratec, that's much better.
But i am still trying to get my head around this problem :oops:


;- Load
Case #Menu_Load
If CountGadgetItems(0)
Result = MessageRequester("Load Playlist", "Clear Current Playlist?", #PB_MessageRequester_YesNo)
EndIf
If Result = #PB_MessageRequester_Yes ...
by Pot Noodle
Thu Jul 30, 2015 9:54 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

Re: lyric prompter

Shame as i was just getting in to this it's great, shame about the speed :cry:
Back to the drawing board then ...
Thanks for your help at least it gives me a head start.
by Pot Noodle
Thu Jul 30, 2015 7:13 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

Re: lyric prompter

It would be good to have an option to switch to full screen and hide the play list.
I am having problems with adjusting Font size and the speed :mrgreen:
by Pot Noodle
Thu Jul 30, 2015 6:41 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

Re: lyric prompter

would it be possible to have it stop scrolling when it gets to EOF?
and to have the black area full screen!
by Pot Noodle
Wed Jul 29, 2015 8:39 pm
Forum: Coding Questions
Topic: lyric prompter
Replies: 20
Views: 5867

lyric prompter

Hi all, i am thinking of writing my own lyric prompter program but there is a couple of things i need to know.
how would i read the lyrics files in to the program as there will be a lot of them and secondly how would i scroll the lyrics up the screen.
I have thought about using an Array to store the ...
by Pot Noodle
Tue Jul 28, 2015 8:14 pm
Forum: Coding Questions
Topic: AutoCue & USB Switch
Replies: 3
Views: 1354

Re: AutoCue & USB Switch

Basically it's a usb foot switch and that emulates a key press for games or what ever!
by Pot Noodle
Tue Jul 28, 2015 6:27 pm
Forum: Coding Questions
Topic: AutoCue & USB Switch
Replies: 3
Views: 1354

AutoCue & USB Switch

Hi guys, not been here for a while but now i need sum advise.
I wont to write a program for my band, and AutoCue system
It will need to read a number of text files and when a foot switch is pressed
the text will scroll up the screen, when pressed again it will stop.
the second foot switch will ...
by Pot Noodle
Sun Jan 05, 2014 1:55 pm
Forum: Coding Questions
Topic: Is there restrictions on recursive directory listing
Replies: 5
Views: 1886

Re: Is there restrictions on recursive directory listing

No not really, You see when I was running XP I wrote a program to keep your hard drive clean and free from junk etc..
But now in windows 7 the same program just wont run due to the directory structure now used.
When I ran the program I got unauthorizedAccessException error, I tried to catch the ...
by Pot Noodle
Sat Jan 04, 2014 8:53 pm
Forum: Coding Questions
Topic: Is there restrictions on recursive directory listing
Replies: 5
Views: 1886

Re: Is there restrictions on recursive directory listing

Thanks Demivec didn't notice that one :oops:
by Pot Noodle
Sat Jan 04, 2014 4:46 pm
Forum: Coding Questions
Topic: Is there restrictions on recursive directory listing
Replies: 5
Views: 1886

Is there restrictions on recursive directory listing

Hi,
I was wondering if there is a way to do a recursive directory/file listing in PB
As I have tried to do it in Visual Basic but got stuck when I tried to search a protected folder
in Windows 7, Is there a way around the in PB ?

Thanks
by Pot Noodle
Sat Dec 21, 2013 8:35 pm
Forum: Coding Questions
Topic: Help with converted code
Replies: 17
Views: 4978

Re: Help with converted code

Thanks Demivec for all your help, it works brill now.
by Pot Noodle
Sat Dec 21, 2013 8:33 pm
Forum: Coding Questions
Topic: Scroll Text with Index out of bounds error, Help needed.
Replies: 5
Views: 3403

Re: Scroll Text with Index out of bounds error, Help needed.

Can you suggest a work around for me please as I can't sort it out.