This version is a major update. There are methods and globals renamed and replaced, datastructure is changed.
Attached to this post you will find version 3.0.1b_6.0.6 of the frameworks. This version is for servoy 6.0.6 and higher.
The sampleuse_navigation file includes all the modules and contains data, this is best for new installs. The svy_framework file includes all the modules, but no data, this one is for updating your existing installation.
Big Changes
Layouts with 10 templates
Toolbars, make your own toolbars per program
Separating UI and logic, making it possible to use your own UI
Multiple forms edit
Small changes
new - set divider size and color with properties
new - Delete button on the lookup window
new - properties to set the width and type of the organization filter
fix - search again doesnt work
fix - dc_delete should return -1 when not successfull
fix - dc_cancel should return argument
fix - bug svy_nav_c_function_tbl edit function
fix - lookup windows also use dc_new_post
fix - check group users in preImport
fix - New record in lookup window closed by X doesn’t cancel new record.
fix - Security data was filtered away after creation
Fixes by case nr:
SVYFRMWK-22 Divider positions of split panes are not saved or restored
SVYFRMWK-23 Seem to be unable to change organisation
SVYFRMWK-34 Users with super administrator or developer rights are not properly checked when logging in
SVYFRMWK-35 svy_sec_main_user_group_tbl addRecord uses UUID in cases as argument
After import on a existing framework you will have to do 2 steps: ( if you are just working with the sampleuse_navigation with sample data you don’t have to do this)
Start SC, login, the system will run into errors.
Go with control+1 to Servoy Navigation Configurator
Go to the tab Properties
Click on the reload button to get the new properties.
Go to the tab conversion
Click on the run button behind ‘Conversion for data to new framework’
Because this version is a big change we have planned a webinar to give you some technical insight.
Join us for a Webinar on April 10
Reserve your Webinar seat now at: https://www1.gotomeeting.com/register/436354377
Overview of the new features in the framework and how to use them.
Title: Framework (new features)
Date: Tuesday, April 10, 2012
Time: 4:00 PM - 4:30 PM CEST
After registering you will receive a confirmation email containing information about joining the Webinar.
System Requirements
PC-based attendees
Required: Windows® 7, Vista, XP or 2003 Server
Macintosh®-based attendees
Required: Mac OS® X 10.5 or newer
I’m having trouble installing the new framework over an existing install. I’ve run thru a number of options. Most recently:
I needed to update from Servoy 6.0.0. ‘Check for updates’ in the help menu didn’t work, so Jason Meunier advised downloading and re-installing then copying the database and postgres_db folders and servoy.properties from a backed-up copy of 6.0.0. In my most-recent attempt to get this working, I deleted the copy of 6.0.6 I’d been working with and re-installed.
After re-installing, I started servoy, changed to my old workspace, imported svy_framework.servoy, and started the client. i18n_messages_dtl came up with no other interface (no menu, no header). I tried Ctrl+1 and Cmd+1 (I’m running mac oc 10.5. but the navigation window didn’t appear, so I couldn’t follow your instructions (to load new properties, etc.).
Suggestions? I’m willing to redo any or all of this.
I have a problem with lookup windows…Every place where i have a call to the lookup window, that before the new version works fine, when i click on the button of the lookup i have this error:
Exception Object: org.mozilla.javascript.EcmaError: TypeError: Cannot read property “vMode” from undefined (D:\Servoy6_WorkSpace\svy_nav_lookup_windows\globals.js#32)
MSG: TypeError: Cannot read property “vMode” from undefined (D:\Servoy6_WorkSpace\svy_nav_lookup_windows\globals.js#32)
TypeError: Cannot read property “vMode” from undefined (D:\Servoy6_WorkSpace\svy_nav_lookup_windows\globals.js#32)
TypeError: Cannot read property “vMode” from undefined (D:\Servoy6_WorkSpace\svy_nav_lookup_windows\globals.js#32)
at D:\Servoy6_WorkSpace\svy_nav_lookup_windows\globals.js:32 (svy_nav_showLookupWindow)
The row is this
var _returnFormMode = forms[forms[_returnForm].getToolbarFormName()].vMode;
in svy_nav_showLookupWindow
At the moment i solved it , but this error don’t let to use the lookup window…not a little problem…
We had the same bug from Jon Paul, in his case the error only came when you called a lookup window from a lookup window.
This is solved in the next version.
sanneke:
We had the same bug from Jon Paul, in his case the error only came when you called a lookup window from a lookup window.
This is solved in the next version.
My problem comes every time i try to use the lookup.
What do you mean with “next version” ? The final version of this beta, because this is still a beta, or the version after the final version of this beta.
And, last question, when will be available the final version of 3.0.1b ?