Search found 11 matches

by groganm
Sun Feb 10, 2008 11:24 am
Forum: Design
Topic: ReactOS wallpaper
Replies: 8
Views: 9682

I really like the background in the second one, but think the ReactOS logo is not quite right. Maybe it needs to be more subtle to blend with the background - or maybe semi-transparent, or smaller.
by groganm
Wed Feb 06, 2008 9:27 am
Forum: ReactOS Website discussion
Topic: Disable 'magic quotes' in php.ini
Replies: 5
Views: 11771

In your PHP source, this might do the trick.

ini_set('magic_quotes_gpc', 'on');
ini_set('magic_quotes_runtime', 'on');
by groganm
Fri Jan 04, 2008 9:47 am
Forum: General Discussion and Feedback
Topic: What do I think could make ReactOS better?
Replies: 8
Views: 4697

One screenshot of new explorer is available here: http://files.reactsoft.com/explorer.png
If anyone has more, please post them here.
by groganm
Tue Apr 17, 2007 10:13 am
Forum: General Discussion and Feedback
Topic: Code documentation system...
Replies: 3
Views: 2574

I am really looking forward to seeing the new explorer. I know it's a lot of work, but it should really give some more momentum to the project.
by groganm
Sat Mar 17, 2007 9:17 am
Forum: Support
Topic: Installing ReactOS?!?
Replies: 2
Views: 3503

No, 32Mb is about right. It's a small OS cause it's well written and theres still a lot more to do. Remember this is still Alpha software, so some applications designed for Windows will work, and others will not. If you are testing some applications and find interesting results, let us know
by groganm
Sat Mar 17, 2007 9:14 am
Forum: Support
Topic: Help with installing ReactOS!
Replies: 1
Views: 2821

There are some problems running on real hardware in 0.3.1. Devs are working on this. It is recommended that you use QEMU for this release.
by groganm
Tue Feb 27, 2007 9:44 am
Forum: General Discussion and Feedback
Topic: graphical shell plans
Replies: 14
Views: 9446

Hello, Is there any point in trying to become familiar with the existing explorer code to try to resolve the many outstanding bugs? Or is a complete (C based) rewrite more likely? I read somewhere that there was going to be some consultation with people that have good user interface experience? Than...
by groganm
Sat Feb 10, 2007 4:24 pm
Forum: Development Help
Topic: Character Map
Replies: 8
Views: 7528

I have a charmap in my tree, but it's not finished yet. If you want to work on a charmap, I'll stop work on mine. Going by some of the previous work you have done, I'm sure yours would be a better alternative. I just started it because I didn't see one in the trunk and wanted something small to lea...
by groganm
Sat Feb 10, 2007 2:42 pm
Forum: Development Help
Topic: Character Map
Replies: 8
Views: 7528

Character Map

Hi Everyone, I've started work on a simple Character Map utility (like windows charmap.exe). I've attached a screenshot of the first semi-functional version. I can continue working on it if people would find it useful. May need help with some of the more complex features later on as I am new to the ...
by groganm
Thu Dec 07, 2006 6:47 pm
Forum: Development Help
Topic: Build from SVN & Run in Qemu
Replies: 4
Views: 5794

Thanks GreyGhost, That has done the trick. I'll try to find something small to start with when I'm more comfortable with Win32 API programming. I'm used to using C++ Builder with VCL, which I assume is not allowed here. If anyone has suggestions on where I might be best to start (some small apps?), ...
by groganm
Thu Dec 07, 2006 4:12 pm
Forum: Development Help
Topic: Build from SVN & Run in Qemu
Replies: 4
Views: 5794

Build from SVN & Run in Qemu

Hi, I'm new to ReactOS and would like to congratulate all the developers involved on the progress to date. I've been looking through the source and hope to be in a position to contribute soon. I've checked out the latest sources from SVN and built a boot CD - all well so-far. I also downloaded and i...