Jump to content

DarkAngelBGE

WFG Retired
  • Posts

    7.686
  • Joined

  • Last visited

Posts posted by DarkAngelBGE

  1. Hi guys, my computer's mainboard crashed and thus I had to send it in. I am on an old machine now p4 1.3ghz, installed my keyboard and old mouse. However, the scroll speed of the mouse-wheel is very slow. I am used to mouse-wheel scrolling instead of using scroll bars and therefor it's quite important to me that it runs smoothly.

    I just can't find out where I can alternate the mouse-wheel's scroll speed. Anybody willing to help me? Thanks. :banana:

  2. Yeah that's true, there were some problems that made the crier disappear, for example that with MotM and GotM being adjusted to MotQ and GotQ (Member of the Quarter and Guardian of the Quarter) it would lack a bit of content. That means it would only contain the Community Summary and the Games Progress Summary. We should probably add a few more bits to make it interesting.

    We depend on you guys' suggestions, so what do you think? Some extra monthly screenshot, developer interviews, what do you think?

  3. Thank you all, especially Klaas. B)

    About the DB development: Well yeah, I think I am quite experienced with it already, not only with wfg-related stuff, but also with stuff from clients.

    I agree about Makreting though, haven't done too much with that yet, I will probably remove these sections, thanks. :S

  4. http://tim-koschuetzki.com

    This is the final version of the site where I offer my website services. Please comment on the layout and especially at the text as well. Yes I know the text is quite exaggerated, but then again I have to remove risk from potential clients. :S

    http://tim-koschuetzki.com/blog/

    This is my blog to enhance the above site a bit showing potential clients that I know what I am doing (via writing about it). Please comment. B)

  5. Since you may have recognized the AoEIII demo is out. Go get it here: http://ageofempires3.com This is a thread for discussions around the demo.

    I myself have played the 2 scenarios of the campaign already and two skirmish battles. Here are my first impressions:

    * The game generates the age-feeling, which is extremely important to me

    * The buildings are quite hard to distinguish compared to the other age-games

    * The game uses up too much processing power - it lacks even on my p4 3GHZ PC on highest settings. I had to draw them down a bit.

    * Trees do not fall anymore as in AoM - they simply disappear when chopped off.

    * The strategical opportunities are awesome!!

    * The computer player difficulty is not really balanced - the difference between easy and moderate is huge.

    I will most likely buy the game as, in my opinion, it is a good sequel to the previous releases of the age-series of games. B)

  6. Hi folks,

    after having applied the new patch I could not start BF2 anymore. Thus I deinstalled it successfully and now want to re-install it again. All goes well but at about 20% an error message pops up saying "Cannot install BF2, please try again". :D

    There is no message as to what could have caused the problem.

    Any help greatlly appreciated. :)

  7. Heyt here, I have messed up one of my projects svn-wise..I deleted the repository, but I am not able to delete the svn links of the files to the repository. I simply want to assign the files to another repository. How do I do this? Thank you. :)

  8. Sorry Klaas, but that's what we all have to go through at one stage I guess. :) I had a similar problem too last month. There however, I received all the information I needed within two weeks (!!). I couldn't add a new database, though, and they couldn't tell me why. I moved on to another hosting company...

  9. Hi gang, I am having a problem here with one of my hobby projects AlgebSQL.

    Let's have a look at the code that create a WxWindows TextCtrl window. I simply want to add a carriage return (linefeed) by pressing the enter/return key.

    Let's have a look at the code:

     1: 
     2: // ...
     3: 
     4:         //the textfield to write inside
     5:         tc1 = new wxTextCtrl(this, 30, "der text im textfeld", new wxPoint(10, 50), new wxSize(400, 300));        
     6:         tc1.SetWindowStyle(6);
     7:         tc1.SetBackgroundColour(backColor2);
     8:         tc1.SetForegroundColour(text);
     9:         //different cursors in the textfield: wxCURSOR_PAINT_BRUSH, wxCURSOR_PENCIL, wxCURSOR_HAND,
    10:         //wxCURSOR_IBEAM, wxCURSOR_BULLSEYE, wxCURSOR_POINT_RIGHT, wxCURSOR_SIZENESW, wxCURSOR_SPRAYCAN,
    11:         //wxCURSOR_MAGNIFIER, wxCURSOR_WATCH, wxCURSOR_WAIT
    12:         tc1.SetCursor(new wxCursor(wxCURSOR_PENCIL));
    13:             
    14:         /*******************************
    15:         * EventHandling
    16:         *******************************/        
    17: 
    18:         // INSERT A LINEFEED
    19:         tc1.EVT_CHAR(new OnLF());
    20: 
    21: // ....
    22: 

    Anybody willing to help me solve this?

  10. @Chris: I meant some other font color like red...it looks all a bit boring font-color wise. I cannot explain it more, just add a red heading or something, you will see what I mean. :)

  11. Hi there. Looks good. :)

    A few remarks: I would float the copyright text to the right. When you read the main content part you always read the copyright part too because you think it's a new paragraph of the main content.

    I would also make the header screenshot background higher - so that you see more of the screenshot.

    Other than that maybe another font color to "break" the design up.

    Cheers. :P

×
×
  • Create New...