crenix

Show:

What's happening?

  • Merging only if it's not in the config already.

    It would be helpful if there was a function to merge another config only if those values aren't contained in the destination config already. I've made a simple function to do this: #============================== def mergeif(self, indict): """ A recursive update - useful for merging config files. Will only merge if the values in indict are not in this config already. """ for...

    2009-03-05 01:20:09 UTC in ConfigObj

  • Comment: Launchy 2.0 - not indexing hidden files/folders

    I think this should be a feature request vs. it being a bug. One obvious thing to note is iexplorer.exe is hidden by default; so Launchy can't find it (a quick fix is to attrib -r -s -h iexplorer.exe). I think the solution would be a checkbox for each catalog directory to index hidden files/folders as well.

    2008-02-01 16:13:12 UTC in Launchy

  • Comment: Improvements for appearance of disabled properties

    Logged In: YES user_id=1212298 You rock. I appreciate your hard work and promptness. I'll let you know if I see anything else that needs fixing/changing/adding.

    2006-08-18 18:56:55 UTC in wxPropertyGrid

  • Comment: Improvements for appearance of disabled properties

    Logged In: YES user_id=1212298 Windows XP Pro SP2, wxWidgets 2.6.3, MS VC++ 8 (2005), theme is windows standard (the gray default one similar to windows 2k). I know what you're talking about graying out the property if you disable it (I compiled the demo for wxpropgrid). But, it only grays out the value you change, I also want to gray out the text for the property name. The graying...

    2006-08-18 08:16:10 UTC in wxPropertyGrid

  • Comment: Better functions for getting mouse and control coordinates.

    Logged In: YES user_id=1212298 Your response doesn't make sense because I DO use ScreenToClient (). The whole point is getting the position of a control relative to the wxFrame. The only way I've found that can get the screen coordinates of a control so I can use ScreenToClient is using wxGetWindowRect. But that doesn't sit well with me and I'm unsure if it's portable. Did you even read...

    2006-08-17 23:38:59 UTC in wxWidgets

  • Better functions for getting mouse and control coordinates.

    I recently wanted to get coordinates of my mouse and a control relative to my wxFrame. I searched through the documentation and examples for this is found nothing that helped. I looked through the source code of wxWindow and found out that I could do the following: wxPoint mousePoint = wxGetMousePosition (); mousePoint = pFrame->ScreenToClient (mousePoint); RECT r = wxGetWindowRect...

    2006-08-17 21:09:53 UTC in wxWidgets

  • fxg

    crenix registered the File eXchange Gateway project.

    2005-02-04 19:29:15 UTC in File eXchange Gateway

About Me

  • 2005-02-04 (5 years ago)
  • 1212298
  • crenix (My Site)
  • crenix

Send me a message