More... option on Windows menu

I don’t know if anything can be done for this, but I would appreciate any suggestions.

I recently moved my development project from my desktop to my laptop for some development work while on vacation( :?: :!: ). My desktop display is set to a very large resolution well beyond 1024 x 768, which is the maximum for my laptop. Unfortunately, the last time I used Developer I tucked the more forms window in the lower right hand corner and now I can’t access it from my laptop. I know that it is there because when I select it from the pull down window, I can bring up various forms using the arrow keys, but I need to do the trial and error method for selecting the right form. Can I do anything to move the window back up the screen? Perhaps developer should not remember the last position of the window from the last session, and display the window at the top of the screen the first time it is called in a session.?

I think all the settings related to size and location of windows of developer are stored in the servoy.properties fiel int he Servoy root directory.

So, if you look in there and find the right entry, you could manually adjust it, I would guess, to a value so that the window would be on your screen again.

Paul

Here they are (servoy.properties file)

rect_Application_frame_bounds=10,10,1350,950
rect_SelectSolutionDialog_bounds=541,379,288,212
rect_application_prefs_bounds=374,302,620,406
rect_debugwindow_bounds=10,10,1022,738

Got it :D Thanks!