How to draw image sections

2011-12-05 Thread Alex
aspect ratio, I would like to snip a bit of the images at the left and the right, so that the pictures fit in without the need of black bars at the top and the bottom of the screen. Best regards, Alex

SDLx::Text - replace old text?

2011-12-21 Thread Alex
. Then, I alter the text and draw it again. But the old hello world text still remains on the surface. I don't want that. I want Hello World! to disappear and Susan so show up. How do I do that? Best regards, Alex

AW: SDLx::Text - replace old text?

2011-12-25 Thread Alex
redrawing the text: - blit the old surface over the text surface - repeat the above 3 steps for the new text Or is it done in another way? I'm not that familiar with SDL programming, maybe I'm just doing it wrong. Best regards joyeux noel, Alex -Ursprüngliche Nachricht- Von: Dominique

AW: Revamping SDL_Manual

2012-01-10 Thread Alex
that negative, it isn't intended that way. English is simply not my native language. Best regards, Alex -Ursprüngliche Nachricht- Von: Kartik Thakore [mailto:thakore.kar...@gmail.com] Gesendet: Dienstag, 10. Januar 2012 15:13 An: Alexander Becker Cc: chroma...@wgz.org; sdl-devel@perl.org

AW: SDL::Event - invalid button_state on SDL_MOUSEMOTION ?

2012-01-31 Thread Alex
; } return; } # /handle_events sub render { my ($delta, $app) = @_; $app-update(); return; } # /render [/code] -Ursprüngliche Nachricht- Von: Tobias Leich [mailto:em...@froggs.de] Gesendet: Dienstag, 31. Januar 2012 09:13 An: Alex Cc: sdl-devel@perl.org

AW: How to play an mp3 file from a database

2012-04-22 Thread Alex
- Cannot load music file [music/Windows Logon Sound.wav]: MPEG Layer 3 data not supported play_effect.pl line 34 But, I only want to play mp3 files. Maybe you can hint me at the solution for this problem? How can I play an mp3 file once, e.g. on a button click event? Best regards, Alex

AW: How to play an mp3 file from a database

2012-04-22 Thread Alex
. Is there anything in particular I could do to provide information about the error that occurs with the cannels test? Any information you need to fix this issue (in case it is one)? Best regards, Alex [snip] Test Summary Report --- t\core.t (Wstat: 0 Tests: 28 Failed: 0

Compiling SDL Perl scripts

2012-05-17 Thread Alex
, as an application wrapped with the PDK will not use a standard Perl at runtime. [/snip] So, does Alien::SDL compile Perl XS modules on the fly? In case it is, what exactly does this mean and can it be done in another way? Best regards, Alex

AW: CPAN Testers Daily Summary Report

2012-05-23 Thread Alex
Hi! As I saw the MSWin32-x64-multi-thread / 5.14.2 report: I'm on MSWin32-x32-multi-thread / 5.14.2 (ActiveState Perl) here and it works fine. Best regards, Alex -Ursprüngliche Nachricht- Von: Kartik Thakore [mailto:thakore.kar...@gmail.com] Gesendet: Mittwoch, 23. Mai 2012 21:07

AW: Transparency?

2012-06-10 Thread Alex
Hi! When do we use blit and when do we use draw_something? Is blit faster / better? Best regards, Alex -Ursprüngliche Nachricht- Von: Tobias Leich [mailto:em...@froggs.de] Gesendet: Sonntag, 10. Juni 2012 10:47 An: Jack Maney; sdl-devel@perl.org Betreff: AW: Transparency? Hi, you have