Servoy 4.1.5

Servoy announcements

Servoy 4.1.5

Postby Jan Blok » Mon Dec 07, 2009 5:04 pm

We are pleased to announce the immediate availability of Servoy 4.1.5

Make a backup of your current Servoy installation (directory and database) before installing.

This version is available through the download page on the Servoy website (developer section) and auto update.

Client changes:
[fix] 232676 showFormInDialog not sizing properly
[fix] 239213 Combobox w/ Value List in table view displaying values when stored value is null - Web client Only
[fix] 244584 Could not evaluate the string error when switching solutions
[fix] 245926 Transparant property not working on tabpanel in webclient, when at runtime transparency is removed
[fix] 248769 Search Not working on Valuelist with 2 display columns!
[fix] 249211 showFormInDialog is trying to close the main window
[fix] 249761 Format support for currencies fields in webclient
[fix] 251663 Error setting form foundset, Cannot modify component hierarchy after render phase has started (page version cant change then anymore)
[fix] 251716 exception in log during client exit
[fix] 252733 Printing images in web client does not load picture
[fix] 253755 Stored calculations not always storing
[fix] 258085 Generation of foundset.clear SQL cause Oracle performance problem, when doing reduce find afterwards
[fix] 216678 foundset.addFoundSetfilterParam behavior when foundset has edited records and autosave is off is not well defined
[fix] 251701 Type-ahead fields based on a data provider and without valuelist would give this exception when populating the popup with partial contents.
[fix] 249898 ColorChooser with parameter has strange behavior
[fix] 248865 When creating records in linked tables while autosave is off, they don't save in the proper order)
[fix] 245911 webclient is reserving space for paging controls - even when not needed
[fix] 245365 Ctrl-tab doesn't insert tabs in text areas

Developer changes:
[fix] 73754 Form designer - selected item loses focus
[fix] 251701 Auto-complete exception.
[fix] 185787 Searching in help system is broken
[fix] 223092 Group-by fields option only shows the first 6 values
[fix] 258283 Servoy 4.1.4 Developer
[fix] 255996 WorkSpace Building Very Slow
[fix] 256366 tablename_calculations.js file not recognized
[fix] 250592 stackoverflow with code completion
[fix] 245208 Data Provider Dialog not refreshed after structure change?
[fix] 245882 empty calculation causes null pointer exception
[fix] 247951 Newly created valuelist shows empty at first use from developer
[fix] 252556 Property editor for beans do not support Integer values
[fix] 246851 can't access Eclipse preferences anymore when debug client has ran
[fix] 247145 Tab sequence: moving from Available elements to Selected, the wrong items are moved (not the selected once)
[fix] 246374 Creating a new global method using the solutionModel "removes" global method from module
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 4.1.5

Postby amcgilly » Thu Dec 31, 2009 2:46 am

I think databaseManager.getFoundSetDataProviderAsArray(foundset, dataprovider) may be broken in cases where the dataprovider is an unstored calc.

I am finding that it returns an empty array if dataprovider is an unstored calc. It returns a non-empty array if dataprovider is a real db column.

I am able to work around this by using:

databaseManager.convertToDataSet(foundset, ['calc_name']) and dataset.getColumnAsArray(1) which works fine.

I have reported this to the support system.
amcgilly
 
Posts: 375
Joined: Fri Dec 09, 2005 12:03 am
Location: San Francisco, CA

Re: Servoy 4.1.5

Postby jcompagner » Thu Dec 31, 2009 6:26 pm

currently getFoundSetDataProviderAsArray only works on columns
Because it does generate a sql query to select it.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 4.1.5

Postby martinh » Mon Jan 04, 2010 1:34 pm

I noticed also this bug and had created a case (# 262382). In 4.1.3 it worked correctly.

I just got message that this bug has been fixed in the next release.
martinh
 
Posts: 857
Joined: Wed May 09, 2007 5:34 pm
Location: Belgium


Return to Announcements

Who is online

Users browsing this forum: No registered users and 19 guests