"First Steps" -> It doesn't work...

  • Hi, I am using Delphi 5, recently acquired WPForms 2 and started reading the manual and tried to do the very first steps as described in this document. Unfortunately, it just doesn't work as described.

    The example is simple. Drip an imagelist, a WPActionList, a controlbar, a mainmenu and a WPFormWizard on the form, set the properties and double-click the wizard to generate 89 actions.
    Unfortunately, I get 0 actions... No access violations or whatever. It even adds a menuitem to the mainmenu yet it does NOT create any actions...

    Of course I can just ignore this and add them manually but isn't this supposed to work correctly?

    • Offizieller Beitrag

    Hi,

    a) please make sure the file wpdf_engl has been added to the package. Othgerwise it does not know the strings which are required fro the actions

    b) With Delphi 5 it is better to simply open the demo project, copy the action list, menus and image list and drop them on your form.

    Julian Ziersch