Search found 11 matches
- Tue Oct 12, 2010 4:10 am
- Forum: Coding Questions
- Topic: Drawing on black background
- Replies: 2
- Views: 580
Re: Drawing on black background
Thank you for your help. Much appreciated.
- Tue Oct 12, 2010 2:43 am
- Forum: Coding Questions
- Topic: Drawing on black background
- Replies: 2
- Views: 580
Drawing on black background
Drawing on an opened window with the default background color works but changing the window background color to black prevents things like Box() from showing. Is this a Windows thing? I'm using XP Pro SP3, PB 4.51
If OpenWindow(0,0,0,400,300,"Test")
SetWindowColor(0,RGB(0,0,0))
StartDrawing ...
If OpenWindow(0,0,0,400,300,"Test")
SetWindowColor(0,RGB(0,0,0))
StartDrawing ...
- Wed Jan 18, 2006 5:31 am
- Forum: General Discussion
- Topic: Maybe rename the Movie commands?
- Replies: 3
- Views: 1214
I put together a media player a couple of years ago and this week I decided to work on it a bit more. All playlists of mp3 files always worked before this with MovieStatus() returning 0 when they finished. After compiling with 3.94 MovieStatus() definately appears to be broken. It no longer returns ...
- Sun Sep 07, 2003 9:29 pm
- Forum: AmigaOS
- Topic: Amiga OS4.0 on AmigaOne
- Replies: 30
- Views: 25318
Nope. Here is a link to a slideshow of the AmiWest presentation on the status of AmigaOS4Fred wrote:Not for now. Is AmigaOS 4.0 is out ?
http://os.amiga.com/amiwest-2003/presen ... caa6ece66e
- Thu Jul 24, 2003 11:15 pm
- Forum: Feature Requests and Wishlists
- Topic: MovieSeek()
- Replies: 7
- Views: 3513
- Thu Jul 24, 2003 11:09 pm
- Forum: Feature Requests and Wishlists
- Topic: MovieSeek()
- Replies: 7
- Views: 3513
Re: MovieSeek()
Sorry Urland, I misread your original post..
I just found out myself about it only really working with Mpegs..
and MoveStatus() gives really high values when running wmv`s..
...and MovieInfo() crashes your app when used on a wmv !
No problem. Sorry it took so long to reply. Things been kinda ...
I just found out myself about it only really working with Mpegs..
and MoveStatus() gives really high values when running wmv`s..
...and MovieInfo() crashes your app when used on a wmv !
No problem. Sorry it took so long to reply. Things been kinda ...
- Fri Jul 18, 2003 4:54 am
- Forum: Feature Requests and Wishlists
- Topic: MovieSeek()
- Replies: 7
- Views: 3513
Re: MovieSeek()
>Have a look at the following commands...
>MovieSeek(Framenumber)
>MoveLength()
>MovieStatus()
>TrackBarGadget()
>and maybe MovieInfo()
> But as the manual says, not all commands work with MP3 files!
I'm aware that the manual states this. I have a "wish" that the commands would work with ...
>MovieSeek(Framenumber)
>MoveLength()
>MovieStatus()
>TrackBarGadget()
>and maybe MovieInfo()
> But as the manual says, not all commands work with MP3 files!
I'm aware that the manual states this. I have a "wish" that the commands would work with ...
- Fri Jul 18, 2003 12:01 am
- Forum: Feature Requests and Wishlists
- Topic: MovieSeek()
- Replies: 7
- Views: 3513
MovieSeek()
I've got my media player doing just about everything I want except being able to position whatever's playing with a slider bar. It would be nice if MovieSeek() would do this for at least the popular video and audio formats. The friends and family I've sent my program to say they like it, but without ...
- Tue Jun 17, 2003 3:07 am
- Forum: General Discussion
- Topic: Problem with joining files
- Replies: 2
- Views: 1594
Oops! My mistake entirely. I had NOT tested mpg files with Copy from a command prompt. I tested mp3 files which work fine. The routine posted works fine on mp3's as well. I guess I'll have to try it with all the media formats I can to see what types can be combined into a larger file and playback ...
- Mon Jun 16, 2003 2:56 am
- Forum: General Discussion
- Topic: Problem with joining files
- Replies: 2
- Views: 1594
Problem with joining files
I did a search of the forums and could not come up with anything on this subject. I'm trying to join multiple media files into one file and then play it back (files of the same type). I've done this successfully by using Copy on a command prompt and it works just fine. Using ReadData() and WriteData ...
- Tue Jun 10, 2003 3:27 am
- Forum: General Discussion
- Topic: Thanks Fred
- Replies: 0
- Views: 1241
Thanks Fred
My first go at a media player compiled to about 64K. (3.50)
Added some more lines of code and then compiled with 3.62 - 52K.
Compiled same code with 3.70 this evening - 43K!
Thanks!
Goodbye bloatware, hello PureBasic.
Added some more lines of code and then compiled with 3.62 - 52K.
Compiled same code with 3.70 this evening - 43K!
Thanks!

Goodbye bloatware, hello PureBasic.