GENUINE DEAL - I always sell fast and cheap and my payment terms offer you the opportunity to receive, inspect and agree with the goods before release the...
Ok, so I tried to set the list back to unmoderated. Within a few hours, the next spam comes in. Spam and a wide availability of other forums for Delphi game...
I guess that's not so bad. Well the spam part is, but the advent of other forums can be a good thing. Personally I only read this list - but it's been silent...
Hello, First I want to thanks Jaro for releasing the DelphiX Hardware Acc version, ... but I wonder if DelphiX / UndelphiX will support direct music too in the...
There are a set of components called SXMedia that allow you to play music/movies in DelphiX, These might not be compatable with UnDelphiX, but they could be...
Hi all I want to sent my forms in delphi to back of any form in desktop... just like that my form is always in back [ not(always on top) ] thank you so much....
... form > in desktop... ... not(always ... I think this is a limitation of winapi, you can't make a form to stay in the background of other forms because...
Use the SetWindowPos API call with the HWND_BOTTOM Z-Order position flag: SetWindowPos(Form1.Handle, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOSIZE or SWP_NOMOVE); Then...
Hi guys, I have a problem which I need to solve very fast... if it is possible... There is a scene in the project with only one HUD sprite. When the...
That's an incredibly huge size for the view window. Can the video card handle a window that large? Sly ... This message and its attachments may contain...
The program displays the map of the city... That's why it's huge :) But I don't understand why is it working on the nVidia which model is older than ATI's? ...
See this page http://www.delphi3d.net/hardware/viewreport.php?report=1294 It says that the maximum viewport size for 9200SE is 2048x2048. Nvidia and newer ATI...
Steve thanks ALOT :)) This solves my problem! As I pass the 2048p the screen goes blank. Thank you very much... I'm just dissapointed at my ATI card... ...
On January 1st 2005, PGD ( http://www.pgd.netstarweb.com/ ) launched it's inaugural competition. The theme was "Dog Fight" but rather than force entrants to...
Hello all, I'm currently developping a real time video processing program (saturation, brightness,contrast, and frame integration for extremely low light...
Hello Axel, If you are willing to use DirectX for bitmaps only the most logical choice would be DirectDraw (the 2D component in DirectX), however Microsoft...
Hello Armand and Cagatay, Thnk you very much for your help !!! Armand, I've just checked out your site at http://lionprod.f2o.org/articles/2DD3DDelphi.php and...
Hi, I'm quite desperate because I cannot initialize the vorbis extension in OpenAL. I found a reference for the libvorbisfile.dll which I assume is the...
xray_productions@...
May 8, 2005 1:18 pm
7381
Uh... how can I say this, um.... there's source code on the page (in a zip file, for download) and if that doesn't work either, make an ActiveX in MSVC or VB...
Hi, thanx for your answer I must admit it is more Tech question than a specific Delphi question but I hoped that someone could give me a hint how to setup the...
xray_productions@...
May 9, 2005 10:28 am
7383
Joachim, I followed the instructions in the demo that you mention below and the example application works perfectly. I didn't have OpenAL installed ...
Hi Jorge, Maybe I should have been more specific, sorry. When I compile the demo it tells me "vorbis extension not available". Ofcourse It it still plays a...
xray_productions@...
May 9, 2005 12:24 pm
7385
Joachim, The demo tells me that the extension is available.. Tell me how else I can be of help and I will try to do it for you. Is there some experiment you...
Hi Jorge, great finally someone where this stuff works. Can you try if the demo still works if you remove the vorbis/ogg-files and OpenAl/Warp-files from the...
xray_productions@...
May 10, 2005 9:22 am
7387
Hello again Joachim, I will do the experiments you requested later today. I am working from a different office today and don't have access to the machine...