Skip to content

v1.0.1.3-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@richardschoen richardschoen released this 08 Sep 03:47
· 7 commits to main since this release
83d1246

Installation

Only use with test IBM i Libraries to be safe.

Run the setup zip self extractor as Administrator so the application gets properly unzipped to:
C:\Program Files (x86)\MobiGoGo\MBWorkWithIBMi

Then run the app or create a short cut to the app executable:
C:\Program Files (x86)\MobiGoGo\MBWorkWithIBMi\MBWorkWithIBMi.exe

Your AppSettings.xml file with personalized settings will get created here:
C:\Users\<username>\AppData\Roaming\MobiGoGo, LLC\Work with IBM i\AppSettings.xml

The settings file can be launched for editing via the File/Settings menu option. After changing any settings, save the AppSettings.xml file and restart the MBWorkWithIBMi.exe app.

You can also reset to default settings by using the File/Reset Settings to Default menu which overwrites your current settings file with the default settings.

Version Notes

Several minor UI tweaks.

On log tab, the data is always refreshed from the log file when user navigates to log tab. Refresh button reloads the log tab and Clear button deletes/clears the log file and screen.

Renamed "Run command" context menu on source grid to Run CL command. This option allows user to run individual CL commands via calls to XMLSERVICE.

If grid blank and source members exported, it now says "No Members Selected" instead of asking to export 0 members

Password is default data entry field if user already entered. This saves a tab or click.

Connect button is also the default Accept button until after login now as well. This should streamline the Connect process.

Changed grid column sizes in source member grid. Member, Type, Library, File all changed from 150 to 100.
Text changed from 500 to 400.

Change source file and library combo width from 152 to 105.

Moved source refresh, connect and disconnect buttons up 5 pixel each so they are centered on controls.

Changed source change date and local date width from 200 to 130.

Change opt field from 50 to 35 with center align.

Changed local from 65 to 45.

Changed grid run button from 50 to 30.

Changed user ID from 117 to 105.

Changed gridrow template height to 27 from 33 to show more members in list at same time.

Changed top panel height from 78 to 74.

Adding setting: ```usexmlservicecli``. If True, we run SQL commands via xmlservicemb_cli. If False, we run SQL commands via db2util, assuming the version of db2util that supports json is loaded.