Microsoft Dynamics Ax developer's blog

Wednesday, November 15, 2006

aggreg8.net - trying to aggregate all Dynamics Ax development blogs

Microsoft launched the new site for IT pros - aggreg8. I have'nt realized what it is exactly, but created the workgroup for Dynamics Ax and aggreated some development blogs there: view online

Monday, November 13, 2006

Sidax 0.3.7b14


download



changes:


  • Autohide option at about tab - sidax will autocollapse when you move mouse out of it's window (thank to Blokva from AxForum)

  • Images in the main menu - different menues


Thursday, November 09, 2006

Sidax 0.3.7 beta 12

Axapta hangs when trying to exit from the thin client. Added workaround for this bug. Axapta will still hang if you login and then immediately close it, but I think this is a very rare case.

download

AxUnit2 updated

Some errors fixed, Tabax integration.

See AxUnit2 homepage

Monday, November 06, 2006

Sidax 0.3.7 beta 11

download (35k)

  • It can handle a project renaming correctly now

  • Pause button at 'about' tab: you can stop the background processes so sidax doesn't affect profiler



PS: Axaptapedia is online again

Thursday, November 02, 2006

Tabax 0.2.8

download 20K

What's new:

  • Extensibility !!!: Now you can add plugins to Tabax: just create a subfolder \Share\Include\tabax\plugs and place bitmap with the following name _.bmp, where type of menu item, ItemName - name of an existing menu item and tabax will have an additional button with placed image pointing to your menu item (download table structure browser plugin for example)

  • AxSearch: Tabax now have a new input box for invoke AxSearch from it

osalt - the site colleting open source alternatives to various soft

for example, http://www.osalt.com/photoshop - list of open source alternatives to to Adobe Photoshop

Friday, October 27, 2006

Axaptapedia is down II

Just contacted Andrew Jones via email:


Hi Max

Thanks! I'm on holiday for a month so hadn't looked at it. I'll see what I can do from outback Australia!


so it isn't fatal

Tuesday, October 24, 2006

Friday, October 20, 2006

Tabax, Sidax and KR3

Just updated Tabax for work with Kernel Rollup 3 - see homepage for details

Sidax has been updated also:

  • MainMenu is cached now at first load - so you can work after Sidax start immediately (go 'about' tab for cache refresh button)

  • 'House'option: you can add any number of windows to the sidax: for example I prefer to run current project window inside it

  • When you click on minmized window in the 'window' tab of sidax it will be restored

Monday, October 09, 2006

Sidax 0.3.7 beta 5 -- AOT included

download latest beta of sidax. Changes

  • AOT included!!! thanx top IPv6 from AxForum: all problems with built-in AOT was resolved so you have a sidax with AOT in it

  • X++ calculator changes
      It can output objects and containers

      It gets sidax as parameter (try to run sidax.collapse())

      Small other changes


Tuesday, September 12, 2006

[ann] Sidax 0.3.6 -- X++ calculator; Go component

Download from axaptapedia

X++ calculator -- evaluate X++ expression or run X++ statement


Go component -- enter component name and choose concrete component from list. You can enter path like "\Data Dictionary\Tables\VendTransOpen"

Wednesday, August 30, 2006

AOT VSS Integration

History window
Just uploaded the project for integration Visual SourceSafe with Axapta to store AOT items.

We've used it for our current projects and it help us to find what and why changes was made.

I think it will be good to use something other than VSS, and it can be done - tool is based on the abstract classes, but now i have only VSS implementation.

Friday, August 25, 2006

GenerateParmMethods extension v2.beta

Just uploaded small fixes to the extension.

Read about the anges at axaptapedia, then download it if you like