I created a little MUI interface for my commonly used calculator Hex2. I use it often for bitwise comparisons to easier see shifts on bits.
If you don’t know it, Hex2 is a programmer and scientific centered calculator with variables support and a little GUI even it’s keyboard centered. Of course I created it with MUIClass, therefore its available for all the common Amiga platforms.
First real release of the Extron Control as Version 0.1.
Control Software for Extron DSc 301 HD, Scaler and input switch.
With the new version you can configure, which parts of the GUI is visible (via tooltypes) and also configure the names on the Input Switch Buttons and which serial device to open and search for the Extron DSC 301 HD.
For Amiga and MorphOS the executable is included. But the source is also in the archive, hence one could compile them for AROS or OS4. (it just needs the latest Version of MUIClass).
As announced yesterday I release today the new version of MUIMapparium. It’s 0.7 now, most important features are the repaired Search function, Exports and the PhotoList
Change List:
BugFix: Search Function
BugFix: Saving Route without calculating a Route
Set current maps position and zoom as start position for the program
Remember open status and active page of Side Panel
I added some debug output at AmigaOS4, so if you experience problems starting up MUIMapparium on OS4 check the debug output (e.g. Sashimi) it should count from 1 to 26 on the bootup, check if any numbers missing and send me the result on one of the forums I’m usually on.
Worked on the broken Search function, I guess I will publish this tomorrow, the new functions are not finished but without the search function the program is more or less useless. The new function is the list of Photo with EXIF GPS positions, as Mapparium also had. It can use Datatypes (need jpg Datatype of course) or the internal pascal JPG loaded, which seems to be slower most of the time, especially on big endian systems. The photos are grouped by date if you double click the date entry it try get all photo markers in sight, when clicking on a photo it shows it.
Currently the Search function is broken, because the service used for it changed to SSL only which is not supported by MUIMapparium at the moment.
I will work on this the next days, so wait for 0.7 to fix that.
and because there is an error in the source MUIMapparium will crash instead of printing the errorcode
The routing function is also affected by this of course.
I created the datatypes unit for AmigaOS4 and AROS and rewrote the ones for Amiga68k and MorphOS. OF course the aim is again to make them more or less compatible to each other. Of course also wrote a little test program and compiled for all systems which works nice.
DataTypes test for Amiga68k, MorphOS, AmigaOS4 and AROS
Now I have to learn how to actually use Datatypes in a program, especially seems sometimes the datatypes seems to scale down to 8 bit (256 colors) even the screen has 24 bit which I do not understand and if there is a way to let the datatype scale the image to the right size. I use the BitmapScale from graphics.library but this is awfully slow (At least on AROS, even my straigh forward nearest neighbor routine is faster than that).
When calculating the statistics value for the track export I thought it would be nice to have them for the normal Tracks Properties Window as well and also repaired the color indicator for the right and left axis for MUI (in Zune it worked).
With such a nice weather I drive a little bit more bicycle, therefore the track function of MUIMapparium is more interesting at the moment.
First of course the export I added for the Route also is useful for the track and there even more, because we can print out some additional informations about the track.
Depending on the Program recording the track the data can be very noisy so I added a simple smoothing function.
To be honest, the YOURS route finding is very bad, I need to find a replacement for it, the openrouteservice looks nice but I guess to really use it I have to host it myself.
Besides that I’m working on PNG export for MUIMapparium and also export the Route as HTML with the overview (just the current view of window).
After a long time I decided that MUIMapparium has enough bugfixes and improvements to make a new release.
The biggest changes are the Manual, the faster network speed, an about window and route calculation.
Changelog:
BugFix: OS4 ToolType reading
BugFix: Track plot enabling
BugFix: Deleting Tiles
Update Checking
Amiga Guide manual
About MUI Menu Entry
About Window
Reopen Statistics Window on start if left open on quit
Set color for Tracks and Routes
Show Route Orders jump to position
Block redrawing when moving map (prevents map jumping)