It is possible to add in the ListBox in the Action section the functions, Left click and Right click.
Maybe in the next update.
Its possible to add a command to rename a file.
Maybe in the next update. In the mean time you should be able to find a VBScript to do this.
When i check the option for theme in combo i am suppose to see something different...??? In my XP i don't see anything different.
This feature only works with Vista. In XP there is no difference between the normal and themed combo box.
Is possible to create a command that checks if the character or a string is upper or lower case...???
Maybe in the future. For now you could probably use SearchStr or VBScript.
The global variable [FocusedObject] still has problem refresh it's contains.
This is not a live variable, so it doesn't update itself automatically. It's primarily intended to be used in a script not on the screen.
Currently ItemIndex for the Combobox in Delphi is set to -1, which means nothing is displayed in the Combobox by default. Can you set the ItemIndex = 0 by default to select the first item?
Sometimes it's useful to begin with nothing selected. If you want to start out with the first item (or something else) selected, you can add a call to SetVar to your pub's StartUp action.
I noticed that (themed) Buttons in Neobook have the Delphi TabStop property set the False (which is ok) but the Combobox has the TabStop set to True. This leads to a focus ring issue on Vista so that you have problems to get rid of it. (I just checked Windows XP and found that it is also an issue here).
It's normal to be able to tab between combo boxes, text fields, etc. The focus rectangle is being drawn by Windows not NeoBook. The only thing we can do is remove combo boxes from the tab stop which might break older pubs.
the tips (x of y) appears slighlt to the right ... but STILL blocks the Page Tab if the Page Name is very short (e.g. Init or Main) ... would be nice to have option to turn Tips off (in a future version) ... or shorten the Tip text to just the Page#.
The timing and placement of the page tips is determined by Windows. Because your task bar isn't at the bottom of the screen, the tips are being positioned higher than they normally would. I will try to add an option to turn them off or move them elsewhere if there is time.
In response to F7 ... the page list is correctly sorted ... but I STILL don't think the "Show Images" Check Box works ... no difference whether it is checked or not ... something I am not understanding ?
This feature only affects picture objects, page backgrounds, button images, etc. If you're pub doesn't have any of those things it will have no effect.
One other bug i notice is that the page name if is in Greek is show like Chinese, before was showing correctly.
That's pretty unusual. I'll look into it.
...and if you can input more fonts like Arial or Verdana...
The action editor's syntax highlighting feature only works with mono spaced fonts.