What is new in AutoRun Pro Enterprise II from AutoRun Pro Enterprise


Designer Interface:

TreeView style Project Explorer to show the project, pages, container objects and objects.

Container object:

The container object can serve as a container (parent) for other objects.
The parent of an object is the object that contains the object. For example, if a page includes three RadioButton objects in a GroupBox object, the GroupBox object is the parent of the three RadioButton objects, and the RadioButton objects are the child objects of the GroupBox object. You can add container to page, add container to the container and add container... and add object to the container, unlimited levels of parent-child objects.

Container objects:

ScrollBox
Panel
TabNotebook
TabSheet
GroupBox

New Objects:

ScrollBox: Containter object, scroll bars appear automatically if it is not large enough to display all of its child objects. Its scroll bars appear automatically when necessary. For example, if the user resizes the object so that some of its child objects are partially obscured, scroll bars appear.

Panel: Container object, support Back Image, Gradient Color and Border Style.

TabNotebook: Container object, TabNotebook displays multiple overlapping pages that are TabSheet objects. The user selects a page by clicking the page’s tab that appears at the top of the object. To add a new page to a TabNotebook object at design time, right-click the TabNotebook object and choose New TabSheet.
 
TabSheet: Container object, TabSheet is an individual page in a TabNotebook object.

GroupBox: Container object, GroupBox represents a standard Windows group box.

Splitter: Splitter divides the client area of a container object (ScrollBox, TabSheet or GroupBox)  into resizable panes.
Add a splitter to a container between two aligned objects to allow users to resize the objects at runtime. The splitter sits between a object aligned to one edge of the container and the objects that fill up the rest of the client area. Give the splitter the same alignment as the object that is anchored to the edge of the container. When the user moves the splitter, it resizes the anchored object. This, in turn, changes the client area of the container, and the objects that fill up the rest of the client area resize accordingly.
Use each object on the container as a separate pane. After each pane is placed, place a splitter with the same alignment to allow that pane to be resized. The last pane to be placed on the container should be client-aligned, so that it resizes automatically to fill up the remaining space after all other panes are resized. Note: you can not add a Splitter to a Panel object.

Balloon
Note
UserPassword


Events:

Not only StartAction of page or ClickAction of object.
You can add actions to handle the events.

Application Events:

OnStart
OnExit
OnExpire

Page Events:

OnShow
OnClose
OnClick
OnDoubleClick
OnMouseEnter
OnMouseLeave
OnMouseDown
OnMouseUp

Object Events:

OnClick
OnDoubleClick
OnMouseEnter
OnMouseLeave
OnMouseDown
OnMouseUp

OnSelect event and SelectActions properties for select object or item of the object.
ImageButton (Grouped), ListBox item, DropDownList item, ListView item, TreeView Item, CheckBox and RadioButton has the OnSelect event and SelectActions properties.

Actions:

OpenRunFile
VisitWebsite
SendEmail
PrintDocument
Browse
ClosePage
Exit
PlaySound
StopSound
ShowSubPage
ShowSubPageModal (new)
GoToPage
NextPage (new)
PreviousPage (new)
FirstPage (new)
LastPage (new)
ShowFullScreenBackground (new)
ObjectShowText (new)
ObjectShowImage (new)
ObjectLoadFile
SetObjectFont (new)
SetObjectBackColor (new)
SetObjectEnable
SetObjectVisible
SetObjectAlpha (new)
Play
Pause
Stop
Prev
Next
First
Last
DoSelectActions (new)
ShowLoginPage (new)
SubmitLoginPage (new)
SubmitLogin (new)
SetWindowState (new)
ApplicationMinimize (new)
ApplicationRestore (new)
ShowImage (new)
LaunchMedia
LaunchSlideShow
ShowMessage (support YES,NO,CANCEL button and sub actions)
CopyFile
IfThenElse (new)


Align property for all objects:

Determines how the object aligns within its container (parent object or page).
Use Align to align an object to the top, bottom, left, or right of a page or container and have it remain there even if the size of the page, container. When the parent is resized, an aligned control also resizes so that it continues to span the top, bottom, left, or right edge of the parent. The default value of Align is None, which means a control remains where it is  positioned on a page or container.

Label, Text, Shape, Balloon and Note objects support Alpha and Fade:

Properties:

Alpha
Fade
FadeInStep
FadeOutStep
HotFade
HotAlpha

New properties of page:

WindowState: Mormal, Minimized, Maximized
PositionBy: Screen, WorkArea, Desktop
PositionMargin
Position:  Designed, Center, LeftCenter, TopCenter, RightCenter, BottomCenter, Left, Top, Right, Bottom, LeftTopCorner, TopRightCorner, RightBottomCorner, BottomLeftCorner
StayOnTop

Others:

Use the ShowLoginPage, SubmitLoginPage and SubmitLogin actions, you can set user
name, password or let user input serial number or CD Key anytime and anywhere for any actions.

Use the IfThenElse action, and set the Then Actions and Else Actions, you can do actions if:  
  1 File exists
  2 File does not exist
  3 Directory exists
  4 Directory does not exist
  5 There is viewer for file type
  6 There is no viewer for file type
  7 Windows 2000 or later
  8 Windows XP or later
  9 Windows Vista or later
 

Home: http://www.longtion.com