Search found 59 matches

by eXile
Thu Apr 10, 2008 11:59 pm
Forum: German
Topic: Designfehler
Replies: 18
Views: 13779

Natürlich, und sei es, du hast ihn selbst geschrieben und veröffentlicht :wink:
by eXile
Mon Apr 07, 2008 11:55 pm
Forum: German
Topic: Designfehler
Replies: 18
Views: 13779

Re: Designfehler

Hi, 1. Nach dem Einrichten nach dem ersten Start muss der Computer nochmals neugestartet werden. Das lässt sich mit Sicherheit durch eine etwas größer angesetzte Programmieraktion (aus dem Bauch heraus: 20 kloc) richten. Nur leider ist das überhaupt nicht von genereller Priorität. 2. Es hat einen be...
by eXile
Fri Apr 04, 2008 8:23 pm
Forum: German
Topic: für nochwerdene Entwickler
Replies: 5
Views: 5557

Ja, aber meine kann man wenigsten für ReactOS verwenden :D
by eXile
Tue Apr 01, 2008 4:12 pm
Forum: German
Topic: für nochwerdene Entwickler
Replies: 5
Views: 5557

Wozu gibt es denn im Wiki dazu schon einen Eintrag?

http://www.reactos.org/wiki/index.php/Reference
by eXile
Sat Mar 08, 2008 1:34 pm
Forum: General Discussion and Feedback
Topic: Suggestion/Idea ... a internal dyndns-client (systemsetting
Replies: 15
Views: 9758

Strange, I always thought the router should have the dyndns-compatibility, and not the computers behind it.
by eXile
Sat Feb 02, 2008 5:38 pm
Forum: Design
Topic: Involve hackers for energy saving !?!
Replies: 5
Views: 9226

Hi, of course, your data is only right when you only observe the power consumption of CRT monitors. On Flap-panel displays, it is more power-efficient to display a white screen instead of black, simply because of the design of TFT-panels. So, all in all there is no canonical solution to your problem...
by eXile
Thu Jan 03, 2008 4:45 pm
Forum: Off Topic
Topic: KernelEx -> kernel32.dll and other system libraries
Replies: 11
Views: 14496

Hi, huh I really like the implementation of IsUserAnAdmin ... which could quite explain some things about Windows 98 security :roll: :wink: BOOL IsUserAnAdmin(VOID) { return TRUE; } I think the most important bits of code can be found in the subfolders of KernelEx/src/api. However, some of these thi...
by eXile
Sun Dec 30, 2007 4:39 pm
Forum: General Discussion and Feedback
Topic: Half-Life 1 (Classic) initializes on Qemu; 0.3.4SVN
Replies: 33
Views: 26810

Hi, IMHO the first error is directly caused by ReactOS (incomplete or in another way behaving) DirectDraw implementation, whereas the second error is caused by the non-implemented audio-playback from CD (it looks like Half-Life wants to play the main music theme from the CD). On the other side, I th...
by eXile
Sat Dec 22, 2007 3:49 pm
Forum: General Discussion and Feedback
Topic: MS wishlist leaked
Replies: 20
Views: 13618

Hi, yes, of course there are some ... let me say "stupid" requests, but many would be in my opinion really good extensions to ReactOS. My personal wish-list of useful requests: Multi-monitoring issues: "Improve taskbar for multi-monitoring" "Different background pictures for...
by eXile
Fri Dec 14, 2007 11:15 pm
Forum: Design
Topic: My Idea of a start menu
Replies: 29
Views: 27170

Hi, One question I always wanted to ask to topics of this kind: Are your screenshots made in Photoshop or did you really write a stand-alone windows program? If not, try do produce some code that could be eventually brought into the svn, or find someone that could do that. The problem is: I think th...
by eXile
Tue Dec 11, 2007 8:24 pm
Forum: Design
Topic: My Idea of a start menu
Replies: 29
Views: 27170

Hi,

For those who didn't find it: http://home.kde.org/~binner/kickoff/sneak_preview.html

I think that kind of start menu is really good. However, the respective implementation might vary in some points (e.g. tabs at the top or at the bottom, description of the textbox, icons etc.). :)

Cheers,
Paul
by eXile
Sun Oct 21, 2007 3:20 pm
Forum: General Discussion and Feedback
Topic: JpegCrop Run on ReactOS?
Replies: 24
Views: 11159

Yeah thats rights, I will stop posting answers in this thread as the thing I am talking about is obviously taken for something else. As I mentioned before, our definition of "image data" is different, so our discussion is useless ;)
by eXile
Sat Oct 20, 2007 3:15 pm
Forum: General Discussion and Feedback
Topic: JpegCrop Run on ReactOS?
Replies: 24
Views: 11159

Hi, I did understood the math behind it perfectly. By the proposed approach it possible e.g. to crop an image (here: discrete values of a field) without altering the grade of information of any other pixel not cropped (here: any other discrete value of the field). Still, you did not define what &quo...
by eXile
Thu Oct 18, 2007 7:10 pm
Forum: General Discussion and Feedback
Topic: JpegCrop Run on ReactOS?
Replies: 24
Views: 11159

Hi, eXile losses jpeg processing is kinda different. Heck, I cannot understand what you want to say. Most programs that do work like JpegCrop are called viewers. Not editors because they don't alter the data as such. From a mathematical point of view, you are wrong. As the original entropy of any im...
by eXile
Sat Oct 13, 2007 11:12 pm
Forum: Design
Topic: File systems for FTP, HTTP, archives
Replies: 73
Views: 53338

Hi,
Z98 wrote:What?
Probably he means something like the ftp-viewer or smb-viewer which is build into the explorer. When "executing" a file located on a ftp server, it is first downloaded and then the operation for the open command is executed on that temporary file.

Cheers,
eXile.