Customizing OpenEdge Architect for non-Java Developers

From this link you can download the slides to the presentation held today at the PUG Challenge Americas on modifying the setup of OpenEdge Architect so that it suits your needs.

http://www.consultingwerk.de/fileadmin/user_upload/CustomizingOpenEdgeArchitect/Customizing_OpenEdge_Architect.pdf

Share
Posted in Announcements | Tagged , , | Leave a comment

Extreme Windows Desktop Integration – Updated

We have just published on update of the Extreme Windows Desktop Integration samples and slides to our web server. The samples are updated for the hands-on workshop during the “PUG UK & Ireland Spring Conference 2012”. In this workshop we will present well known, updated and new samples that demonstrate the use of the GUI for .NET bridge available since OpenEdge 10.2A with the aim to simplify Windows API usage and to achieve a very tight integration of OpenEdge applications into the Windows Desktop. Read more

Share
Posted in Announcements, GUI for .NET | Tagged , , , | Leave a comment

Meet Consultingwerk at developer conferences this spring!

The spring 2012 is fully packed with developer conferences in Europe and the USA – plenty of chances to talk to Consultingwerk experts Marko Rüterbories and Mike Fechner and discuss modernization options for your Progress or OpenEdge application. Read more

Share
Posted in Announcements | Tagged , , | Leave a comment

PUG Challenge Americas Agenda Online

The PUG Challenge America conference agenda is now online! Mike Fechner from Consultingwerk will be participating with three presentations and Consultingwerk will be presenting our OpenEdge modernization solutions on the solutions expo!

See http://pugchallenge.org/agenda.html for details. Read more

Share
Posted in Announcements | Tagged , , , , , , | Leave a comment

Issues with certain Active X Controls in OpenEdge 11 – WinKit saves the day…

If your current OpenEdge GUI application is using Active X Controls, this Progress Software knowledge base article might be of interest for you:

Critical Alert: Issues migrating applications that use ActiveX/COM objects to OpenEdge 11: http://progresscustomersupport-survey.force.com/OpenEdgeKB/articles/Critical_Alert/000028532

Read more

Share
Posted in Announcements, GUI for .NET | Tagged , , , | Leave a comment

OpenEdge 10.2B Service Pack 5 introduces source code compatibility issue

With OpenEdge 10.2B Service Pack 5 Progress Software added a new property named UseFullFieldNames to the ProBindingSource component (Progress.Data.BindingSource). While this property and the underlying behavior is extremely useful with handling joined queries through the ProBindingSource a bug that yesterday got confirmed as bug number OE00216397 introduces potentially a compatibility issue of your application source code with OpenEdge 10.2B Service Pack 4 and earlier releases. Once this property is used (set to True) on a ProBindingSource instance it is expected that the Form needs to be compiled and executed on Service Pack 5 (or later). The default value of this property is FALSE to keep the original behavior of the ProBindingSource. However, the properties default value is not properly marked as the DefaultValue for the Visual Designer (an annotation in Progress’ C# source code is probably missing). Read more

Share
Posted in GUI for .NET | Tagged , , | 2 Comments

EMEA PUG Challenge 2011 – Presentation download

The EMEA PUG Challenge in Amsterdam was a huge success for every participant! Consultingwerk was supporting the largest event 2011 of the European Progress user’s community as platinum sponsor, member of the organizing committee and with well attended technical presentations and product demonstrations and with a technical workshop. Read more

Share
Posted in Announcements, GUI for .NET | Tagged , , , , , , , | Leave a comment

Use/Misuse of the BindingSource

Progress Software’s Laura Stern has recently started a discussion on Progress Communities about misuses of the ProBindingSource in OpenEdge GUI for .NET. She has written down her concerns based on  technical support calls that Progress developement has received as bug reports. She clarifies some conceptual misunderstandings especially from GUI for .NET beginners in an attached document.

A must read for every OpenEdge GUI for .NET developer at: http://communities.progress.com/pcom/message/142693#142693

Share
Posted in GUI for .NET | Tagged , | Leave a comment

Create custom shortcut combination not contained in the System.Windows.Forms.Shortcut enumeration

The usage of shortcuts is one of the key features to enable the user to use an application completely using the keyboard. When using the OpenEdge Architect we all know that Ctrl + S saves the current changes from for example code files. In an ABL GUI for .NET application this is typically achieved by assigning a shortcut key from the System.Windows.Forms.Shortcut enumeration to a menu item or ribbon tool – no matter if you are using the toolbar and menu components from Microsoft or Infragistics. A common concern of developers moving from the ABL GUI to the GUI for .NET is that the ABL GUI seems to support more combinations of the modifier keys (CTRL, ALT, SHIFT) and regular keys or cursor keys. Read more

Share
Posted in GUI for .NET | Tagged , , | 2 Comments

Announcing a new Release of the SmartComponent Library

Today we have released a new version of the SmartComponent Library on our website: http://wiki.dynamics4.net/D4wiki/SmartComponentLibrary/Download This link is accessible by active maintenance customers of the SmartComponent Library only. Read more

Share
Posted in Announcements | Tagged , , , | Leave a comment