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
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
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
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
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
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
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
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
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
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