Another control for wxMax

BlitzMax Forums/Brucey's Modules/Another control for wxMax

Brucey(Posted 2008) [#1]
Recently committed : wxFixWidthImportCtrl

A handy control for specifying column offsets on text files where the data fields are at certain columns. A bit like that option in Excel for importing the same.

Tweaked (from the original source) to work better with OS X.

See the sample (fixwidth.bmx) for a very small demo :-)


TaskMaster(Posted 2008) [#2]
Brucey, is there a wxVideoPlayer or wxMediaPlayer or anything like that? Blitz is really missing the ability to play video files.


Brucey(Posted 2008) [#3]
Yes, there's a wxMediaCtrl.

On Win32 it uses Media Player, on Mac it uses Quicktime, and on Linux, GStreamer.
I haven't added support for it yet though.

It's like a "normal" control though, as opposed to something (like my avbin module) which gives you a raw video stream.

Depends what you want to do :-)