Servoy 2.2rc4

Release notes for Servoy betas

Postby patrick » Wed Apr 13, 2005 3:35 pm

jcompagner wrote:I think that is the case and then it is logical that you are getting the result you are getting


Hello Johan,

you are correct here and I see the point, that doing a join on a two dimensional Array is more a bug on our side (it just didn't occur) than a misbehaviour. We are currently using toString() at several places, but also accept that join is a nicer alternative.

We are clicking all over the place to figure out where we still have problems and if they are (now) home made. For the moment, I withdraw my argumentation...

Thanks
Patrick
patrick
 
Posts: 3703
Joined: Wed Jun 11, 2003 10:33 am
Location: Munich, Germany

Postby Odysseus » Wed Apr 13, 2005 8:18 pm

Still I would like to suggest to create another branch in the editor tree for storing functions that are not supposed to be used in "normal" programming. Would have prevented the hassle
Odysseus

Citizen of Old Europe
Odysseus
 
Posts: 205
Joined: Wed Sep 10, 2003 9:34 pm
Location: Belgium

Postby john.allen » Wed Apr 13, 2005 8:49 pm

Hi Patrick,

We are clicking all over the place to figure out where we still have problems and if they are (now) home made. For the moment, I withdraw my argumentation...


The above was probably a figure of speech and you are also doing this but the 'find' within the editor works great for locating wherever you use a particular function like 'toString'.
John Allen
Stanford University
john.allen
 
Posts: 515
Joined: Wed Jul 02, 2003 10:07 pm
Location: Stanford CA USA

Postby patrick » Wed Apr 13, 2005 9:42 pm

not if you want to use at some point and the find stops there then. wink: Just had that today when I tried to look around...
patrick
 
Posts: 3703
Joined: Wed Jun 11, 2003 10:33 am
Location: Munich, Germany

Re: Servoy 2.2rc4

Postby swingman » Thu Apr 14, 2005 3:32 pm

Jan Blok wrote:[enh]-application.setFocusLostSaveEnabled(true) also calls savedata now to be sure that everything is after that in a saved state


Can someone shed some light on this enhancement?
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Postby jcompagner » Thu Apr 14, 2005 3:40 pm

If you disable auto save and then the users clicks on a button where you as developer enable auto save again by calling that method again (let say the user clicks the ok button) then now after that call also everything is saved. This wasn't the case before.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby Rene » Mon Apr 18, 2005 12:51 pm

Hello Guys,

Another Eval bug.

I Have updated the JS.jar file as suggested.

When a eval functions is called it stores the evaluation code in the source variable altering that variable.

example:

Code: Select all
line 1   var GT_FormName = elements.Find_Tab.getSelectedTabFormName()
line 2   var GT_Controller = 'forms.' + GT_FormName + '.controller.'

line 3   eval (GT_Controller + 'loadAllRecords()')
line 4   eval (GT_Controller + 'loadOmittedRecords()')


Value of GT_Controller:
line 2 = forms.Find_Hardware.controller.
line 3 = forms.Find_Hardware.controller.loadAllRecords()
line 4 = forms.Find_Hardware.controller.loadAllRecords()loadOmittedRecords()

In RC3 the code runs correctly.

Servoy Developer
Version R2 2.2rc4-build 322
Java version 1.5.0_02-b09 (Windows 2000)

Kind Regards Rene
Rene
 
Posts: 121
Joined: Sat Dec 27, 2003 1:33 pm
Location: Venhorst, The Netherlands

Postby Jan Blok » Tue Apr 19, 2005 3:27 pm

Fixed in Servoy 2.2rc5
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Previous

Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 20 guests

cron