Problem Description
When using the Ajax object for a sub-event condition there is nothing to choose. There is just a white window.
[attachment=0:3dvkcpoe][/attachment:3dvkcpoe]
Steps to Reproduce Bug
- Add an Ajax object to a project.
- Attempt to select the Ajax object as a sub-event condition.
- Observe the window that pops up.
Observed Result
There are no options to do anything with the Ajax object.
Expected Result
It appears that the conditions are all triggered so they cannot be in a sub-event. Maybe there could be some information explaining why there is nothing to choose or not have it as a possible selection as a condition for a sub-event.
Operating System and Service Pack
Windows 8.1 Pro with all current updates.
Construct 2 Version ID
Construct 2 beta release r192
Conditions for ajax are: on complete, on error, on progress. There is nothing to choose from, because "On start of Layout" runs once at the start of the layout, so the ajax conditions would not work because they need to be continuously checking its conditions. Thus the blank window you see appears. Change on start to "Every Tick" in the parent condition, and you will see something show.
Not a bug.