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 - Demir

Pages: 1 [2]
16
SFML website / Re: New website
« on: May 26, 2013, 01:08:51 pm »
I agree almost with you Nexus.

I think It's a bit my own habit.


17
SFML website / Re: New website
« on: May 26, 2013, 11:17:08 am »
Modified (last edited) date information can be useful in the pages.

Especially in "Tutorial" and "Doc" sections.

18
SFML website / Re: New website
« on: May 24, 2013, 02:25:51 pm »
in "Drawing 2D stuff" page of the tutorial

thread.Launch(); //L should be l


19
Thank you Laurent.

I am impressed many features of SFML.

Of course SFML's main purpose may not be an another network releated library.

But can you say if there is a plan about near future or far ?



20
Hello

I need to display data transfer in a progress bar while data sending/recieving with Ftp/Http.
It is not necessary except big files.

There is a loop in "Ftp::DataChannel::receive"...
But "Ftp::DataChannel::send" method sends data completely at one time.
May be TcpSocket the private member of Ftp  is responsible for this.

My thoughts may tottally be wrong :)


Demir

21
SFML projects / Re: sfeMovie Project [v1.0 released]
« on: May 11, 2013, 03:26:39 pm »
Thank you Ceylo.

I wonder if anybody tested to play some movies (with different formats) sequentially ( following one after another ) during hours or wole (all) day.

to test this I use Stopped status.

if (movie3.getStatus() == sfe::Movie::Stopped) {
    movie3.stop();
    movie3.play();
}

Demir

22
SFML projects / Re: sfeMovie Project [v1.0 released]
« on: May 11, 2013, 01:09:15 pm »
Hello

I'm trying to learn SFML with your nice player.

My question is aboult "Page Faults".

I examine memory and cpu usage in Windows Task Manager while the player is running. Page faults value increase 30.000 per seconds approximately.

I dont know it is a real problem or not. (may be it is spesific for my machine)

Thanks.

Pages: 1 [2]
anything