Friday, April 30, 2010

Sybase's 4 page ad in Visual Studio Magazine

My jaw dropped when I saw it.  Great move, Sybase!  It's been a long time since I've seen you spend any significant effort getting *new* customers for PowerBuilder.

Sybase ad

I scanned it at the highest possible resolution, so the file is rather large.

Schema Compare for Oracle

I worked with this product throughout the beta, and am quite happy with how well the last beta build worked.  It’s $295 a seat.  I’m actually stunned at how inexpensive it is given the price I’ve paid for similar tools in the past.  Well worth looking at if you're responsible for promoting database objects/code in an Oracle environment.

Schema Compare for Oracle

Tuesday, April 20, 2010

PowerBuilder 12.0 released

http://finance.yahoo.com/news/Sybase-PowerBuilder-12-Makes-bw-1538272306.html?x=0&.v=1

Main new features, in case you haven't been following this, are:

  • Two IDEs, the Classic (32bit) IDE and the new .Net IDE based on the Visual Studio Isolated Shell

  • The WPF DataWindow

  • Fully managed code at runtime

  • WPF Application target type (.NET IDE)

  • WPF Window and WCF Client Proxy project types (.NET IDE)

  • Compliance with .NET Common Language Specification (CLS) for comprehensive .NET language support and interoperability

  • Runtime packager enhancements to support generation of Microsoft Merge (MSM file)

  • Intellisense autoscripting support for PowerBuilder objects,  .NET classes and DataWindow object columns and controls

  • Support for Tracepoints in debugging, running specified functions on the call stack, popup windows to enable easy display of variables and property values of PowerBuilder and .NET objects

  • WPF Visual Inheritance

Thursday, March 25, 2010

PowerBuilderTV

Looks like we finally have the equivalent of Microsoft's Channel 9 for PowerBuilder folks.

http://www.powerbuildertv.com

Wednesday, March 24, 2010

Flash Builder 4 released

Flash Builder 4 (formerly Flex Builder) launched as of yesterday.  It also looks like Creative Studio 5 (the one that supposedly allows you to deploy Flash to the iPhone and other portable devices) will be launched on April 12.

TechWave 2010

The date and location of TechWave 2010 has been announced:  August 9-11 at the Hilton Washington, in Washington, DC.  The format will be the same as last year, except that it will be extended with another day of technical training (for a total of 3 days for the overall symposium).

Friday, March 05, 2010

PowerPoint 2007 Macro Recorder

One of the biggest issues with Office 2007, at least for developers, is that Microsoft removed the Macro Recorder from PowerPoint.  The Macro Recorder was a great time saver for developers trying to automate Office applications from within their own applications.  You didn't have to struggle with figuring out the syntax for what you wanted to do, you just did it within the program with the macro recorder on, and then translated the resulting VBA macro into the automation commands you needed to use.  It wasn't removed from the other Office products, and with the large number of rather significant bugs in PowerPoint with the original 2007 release, it sure looks like the PowerPoint folks weren't done withe product by the time everybody else was, and Microsoft just shipped it as is.

Well, the good news is that the Macro Recorder isn't gone, it's just not as easy to get to.  All you need to do is type the Office 2003 easy access key sequence ( Alt-T, M, R ) and sure enough, the Macro Recorder starts.  Type it again to stop the Macro Recorder.  Then you can use the Alt-F11 key to open the VBA editor and see the results.