Share

wxErlang

Code

Programming Languages: Erlang

License: BSD License

Repositories

browse code, statistics, last commit on 2009-08-14 svn co https://wxerlang.svn.sourceforge.net/svnroot/wxerlang wxerlang

Show:

What's happening?

  • Followup: RE: wxFileDialog

    Awesome, that's exactly what I was looking for.

    2009-11-23 15:06:40 UTC by hornja

  • Followup: RE: wxFileDialog

    Hi You have found a bug getPaths is broken, I will fix it but we are beyond code freeze for the next release, so you will have to wait a while. Thanks, in the mean time you will have to use getDIrectory/1 and getFilenames/1. /Dan Dlg = wxFileDialog:new(Parent, [{style, ?wxFD_MULTIPLE}]), case wxDialog:showModal(Dlg) of ?wxID_OK -> %% Paths =...

    2009-11-23 09:30:37 UTC by dgud

  • wxFileDialog

    I'm trying to get a list of selected files from a wxFileDialog. The functions getPahs/2 and getFilenames/2 take a second parameter Paths::[string()] which is supposed to return the list of selected files, but I can't figure out how to get the list. Any help would be appreciated.

    2009-11-23 05:25:21 UTC by hornja

  • Comment: xrc demos memory leaks and CPU usage on Windows

    Number one was caused by an updateUI event that kept coming as fast as possible, I changed the timer of that event to only send it every 250ms.

    2009-08-28 07:13:45 UTC by dgud

  • Followup: RE: Standalone build and wxListCtrl callbacks

    Thanks for the patches, I added them to clearcase and synced to sourceforge/svn with my additional work. Please test if it works or if I have broken anything again. /Dan.

    2009-08-14 14:21:56 UTC by dgud

  • Comment: Implement wxListCtrl::SortItems

    Added.

    2009-08-14 14:13:31 UTC by dgud

  • wxErlang

    dgud committed revision 250 to the wxErlang SVN repository, changing 62 files.

    2009-08-14 14:03:11 UTC by dgud

  • Comment: Cannot get wxErlang to run on Mac OSX 10.5.7

    You have to build wxwidgets your self as described in: https://sourceforge.net/apps/mediawiki/wxerlang/index.php?title=Getting_Started The one included with macOSX is not good enough.

    2009-08-12 15:53:08 UTC by dgud

  • Comment: xrc demos memory leaks and CPU usage on Windows

    1. Seems to be a bug somewhere, I havn't seen that, thank you. 2. The game engine pre-generates a couple of (5 I think) games, so that you don't have to wait if you press new game.

    2009-08-12 15:51:03 UTC by dgud

  • xrc demos memory leaks and CPU usage on Windows

    1. When running the XML resources demo on Windows XP 32-bit SP2 (Intel Centrino Duo), if I open the "Basic"->"Derived Dialog Example", the CPU spikes to greater than 70%, and memory usage climbs indefinitely (until I have to kill it before it eats all my RAM). 2. When running the sudoku example, just sitting there it will rail one of my processor cores to close to 100%. The regular demo...

    2009-08-04 14:41:11 UTC by nobody

Our Numbers