Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Seby

Pages: [1]
1
Audio / 1/2 Second Delay in Sound playing... Any Ideas ???
« on: May 22, 2009, 11:02:11 am »
It seems the problem does not occur anymore with the last version (SVN).

2
Window / [SOLVED] Window Title
« on: May 21, 2009, 07:00:56 pm »
Try with:
Code: [Select]
string sTitle      = "SkipBo";

Declaration of the 'Window' constructor:
Code: [Select]
Window (VideoMode Mode, const std::string &Title, unsigned long WindowStyle=Style::Resize|Style::Close, const WindowSettings &Params=WindowSettings())

3
Audio / 1/2 Second Delay in Sound playing... Any Ideas ???
« on: May 20, 2009, 11:00:22 pm »
OK thanks, I'll give you feedback after I try the SVN version.

4
Audio / 1/2 Second Delay in Sound playing... Any Ideas ???
« on: May 20, 2009, 04:48:16 pm »
Quote from: "Laurent"
Have you tried the latest sources from SVN?
No I haven't.
Do you mean the "delay" is a known problem, and that it is already solved ?

5
Audio / 1/2 Second Delay in Sound playing... Any Ideas ???
« on: May 20, 2009, 10:35:19 am »
Hi,
I've got the same problem (with SFML1.4 / Ubuntu8.10 / 32 bits).
Has someone already solved the problem ?

Pages: [1]