Search found 19 matches

by deano1987
Thu Feb 16, 2012 10:23 am
Forum: Tricks 'n' Tips
Topic: UPDATED: Load Animated GIF frames
Replies: 58
Views: 33582

Re: UPDATED: Load Animated GIF frames

Sorry yes this was my "frame testing" build, I have a solution which I will put in a ZIP and upload today. Watch this space...
by deano1987
Wed Feb 15, 2012 6:13 pm
Forum: Tricks 'n' Tips
Topic: UPDATED: Load Animated GIF frames
Replies: 58
Views: 33582

Re: UPDATED: Load Animated GIF frames

Hey Everyone, sorry it's been too long and I've kept wanting to work on this further and have not had the chance...

So anyway, reluctantly here is the code so far with my improvements/modifications. You will see GIF's are better but still not perfect!

(I think this is the most up to date file, I ...
by deano1987
Wed Jan 11, 2012 10:02 am
Forum: Windows
Topic: VLC + PureBasic
Replies: 2
Views: 2505

Re: VLC + PureBasic

VLC 1.1.11.1

I didn't run this tips.

*mediacontrol.mediacontrol_Instance = CallCFunction(0, "mediacontrol_new_from_instance", *inst, @ex)

Always, retrurn 0. WindowsXP SP3 JP.

Like I said you have to use VLC 0.9.6.

I have gone for a Java implementation as there is a great package available ...
by deano1987
Mon Dec 05, 2011 5:45 pm
Forum: Windows
Topic: VLC + PureBasic
Replies: 2
Views: 2505

VLC + PureBasic

Hey guys, I'm newish when it comes to calling DLL's into an application AND new to the VLC DLL Documentation.

I'm trying to run VLC into my PB window and so far I have been successful, I can load, stop and load another movie using the VLC API... But what I want to do is next is get the media length ...
by deano1987
Mon Dec 05, 2011 12:37 pm
Forum: Windows
Topic: Video Player based on VLC
Replies: 84
Views: 54326

Re: Video Player based on VLC

Hey guys, could someone link me to the latest source which runs in Windows please? I would like to utilize this for a project of mine but I'm getting confused with all the posts and dont know where the best Windows code is. Thanks :mrgreen:
by deano1987
Thu Jun 02, 2011 11:28 am
Forum: Coding Questions
Topic: Java Console Output and ReadProgramString()
Replies: 4
Views: 2486

Re: Java Console Output and ReadProgramString()

Tried this out and its still only giving me the starting response and nothing else.

I think it's got something to do with the fact it's not sending a proper line end and PureBasic isn't reading it, is there another method I could use?
by deano1987
Sun May 22, 2011 7:28 pm
Forum: Tricks 'n' Tips
Topic: Capture Output of Programm,redirected the pipes
Replies: 7
Views: 6338

Re: Capture Output of Programm,redirected the pipes

Well this is the actual problem I am having, have any suggestions?

http://www.purebasic.fr/english/viewtop ... 13&t=46433
by deano1987
Sun May 22, 2011 1:46 pm
Forum: Coding Questions
Topic: Java Console Output and ReadProgramString()
Replies: 4
Views: 2486

Java Console Output and ReadProgramString()

Hey guys, I've searched and searched for an answer to this but none of the topics I've come across have had an answer.

Basically I'm running a minecraft server from a PureBasic application and reading the programs output aswel as writing to the programs output, everything works fine apart from ...
by deano1987
Sun May 22, 2011 1:42 pm
Forum: Tricks 'n' Tips
Topic: Capture Output of Programm,redirected the pipes
Replies: 7
Views: 6338

Re: Capture Output of Programm,redirected the pipes

This is not working in PureBasic 4.30? It just says command or file not found and does not give me a line or anything to go on :s
by deano1987
Tue Jan 11, 2011 9:13 pm
Forum: Off Topic
Topic: freelance PureBasic Professionals!
Replies: 7
Views: 1802

Re: freelance PureBasic Professionals!

Please feel free to respond with feedback or suggestions :) Wrong forum: This isn't a "coding question"
This is pure advertisment (allowed?)
No valid XHTML nor valid CSS, although you have links that make us assume this
Missing pages: I want to take a look at the conditions but there is no page ...
by deano1987
Tue Jan 11, 2011 9:10 pm
Forum: Off Topic
Topic: freelance PureBasic Professionals!
Replies: 7
Views: 1802

Re: freelance PureBasic Professionals!

My swedish friend gives me hosting, plus uk hosting is very rubbish, but i am from the UK personally. Also yeah a few mark-up problems at the moment which I'm working out slowly :)

I'm not a major PureBasic user myself, although I've tried to help where possible :)
by deano1987
Tue Jan 11, 2011 6:51 pm
Forum: Off Topic
Topic: freelance PureBasic Professionals!
Replies: 7
Views: 1802

freelance PureBasic Professionals!

Hey, I've just setup a freelancing website over here in the UK and I'm in the process of getting it out there and known.

Theres a new section just opened up on the site for PureBasic Freelancing , there are already some professionals on the site waiting for PureBasic requests, also were hoping ...
by deano1987
Wed Sep 29, 2010 1:16 pm
Forum: Tricks 'n' Tips
Topic: UPDATED: Load Animated GIF frames
Replies: 58
Views: 33582

Re: UPDATED: Load Animated GIF frames

Hey Niffo, sorry started a new job a little over a month ago so I've been majorly distracted. I will get round to packaging it up for release as soon as possible though, I will try and reply in a week or two if I can :)
by deano1987
Thu Jul 01, 2010 12:01 pm
Forum: Tricks 'n' Tips
Topic: UPDATED: Load Animated GIF frames
Replies: 58
Views: 33582

Re: Re:

kvitaliy wrote:
localmotion34 wrote:Comments are welcome, and please report bugs.

Code: Select all

Procedure.l NextCodeGIF(file.l,CharBuff.b(1),CodeMask.l(1),*cl.GIFCLASS)
Syntax error in the procedure arguments :?:
I've fixed this for PB 4.3... will release soon :)
by deano1987
Wed Jun 30, 2010 10:42 am
Forum: Tricks 'n' Tips
Topic: UPDATED: Load Animated GIF frames
Replies: 58
Views: 33582

Re: UPDATED: Load Animated GIF frames

This didnt load Animated GIF files correctly or set transparency... So I have been working hard to fix all the problems in the script and get it to load GIF images correctly, my script can now load 99% of GIF files correctly with the further 1% being just minimal display problems...

I'm hoping to ...