Versionen 253 254

Moderator: Moderatoren

Antworten
Benutzeravatar
Manfred
Foren-Administrator
Foren-Administrator
Beiträge: 21189
Registriert: Di, 29. Nov 2005 16:58
Wohnort: Kreis Wesel
Hat sich bedankt: 210 Mal
Danksagung erhalten: 67 Mal

Versionen 253 254

Beitrag von Manfred »

Ich habe gerade mal wieder ein wenig bei Roger gestöbert und gesehen, dass es die 253 und 254 Versionen gibt. Wo gibt es denn einen Überblick, in dem man sehen kann, worin der Unterschied zur 252 liegt? Irgendwie habe ich nichts gefunden.
Gruß Manfred
Mitglied der XUG Osnabrück
Schatzmeister des Deutschsprachige Xbase-Entwickler e.V.
großer Fan des Xbaseentwicklerwiki https://wiki.xbaseentwickler.de/index.p ... Hauptseite
Doof kann man sein, man muß sich nur zu helfen wissen!!
Benutzeravatar
Tom
Der Entwickler von "Deep Thought"
Der Entwickler von "Deep Thought"
Beiträge: 9361
Registriert: Do, 22. Sep 2005 23:11
Wohnort: Berlin
Hat sich bedankt: 101 Mal
Danksagung erhalten: 361 Mal
Kontaktdaten:

Re: Versionen 253 254

Beitrag von Tom »

Hallo, Manfred.

Das steht in der Readme im Installationsverzeichnis. Das hier war neu in Build 253:

---------------- New to 1.9 (build 253) ----------

1090. Added new function: DC_GetListObject(). This returns a pointer to the
DC_GetList() object from a GetList array.

1089. @ DCSLE objects now behave similar to @ DCGET objects when using the
up/down arrow keys or the enter key to move between gets.

1088. Added new BUFFERLENGTH option to the @ DCSLE command to allow a
bufferlength other than the 32 character default.

1087. Added new function: DC_Excel2Array(). This will create a 2-dimensional
array from an Excel file.

1086. Added new function: DC_Excel2WorkArea(). This will add data to a
currently selected work area from an Excel file.

1085. Fixed problem with DC_WorkArea2Excel() not creating the columns in the
order specified by the <aFields> parameter.

1084. DCTABPAGE .. COLOR now supports a code block for the foreground and
background colors.

1083. The GUI reader now will display a more innocuous message if an object
fails to initialize or create rather than causing a runtime error that
quits the system. Instead, the user can simply try again.

1082. Added new function: DC_GetNetName().

1081. Improved the debug window created by the DCBDEBUG or WTF command.
1. Can now mark rows in the window and save those rows to a new window.
2. Can suspend (ignore) all WTF commands in the code by clicking a
button on the window and then clicking again to resume.
3. Can save and restore a debugging session to/from a file.

1080. Fixed problem of CJPUSHBUTTON ACTION clause not working with ACCELKEY.
Also, fixed problem with the ACTION block being evaluated in the event
thread instead of the parent thread.

1079. eXpress++ now includes the XCodeJock system.

1078. eXpress++ now include the IM (Instant Messenger) system.

1076. Fixed problem of keyboard navigation not working with Sub-Classed DC*
commands such as @..DCGET.

1075. DCTABPAGE will no longer default to ::useVisualStyle := .T. if a color
clause is specified (1.9 SL1).

1074. Improved the Services sample program in samples\services.

1073. Added new PASSCHAR clause to the @..DCSAY..GET command and @..DCGET
command. This is used to establish the password character to be used
with the PASSWORD clause.

1072. Added new Get-Set function: DC_XbpGetLbClick(). This is used to post a
code block to evaluate when the left mouse button is clicked in any
DCGET in the application. This code block can be used to position the
mouse cursor to the end of the get. Example:

DC_XbpGetLbClick( {|x,y,o|GoToEnd(o)} )

STATIC FUNCTION GoToEnd( oGet )
LOCAL nPos := oGet:get:pos
IF nPos > Len(Trim(oGet:buffer))
PostAppEvent(xbeP_Keyboard,xbeK_END,,oGet)
PostAppEvent(xbeP_Keyboard,xbeK_END,,oGet)
ENDIF
RETURN nil

1071. Fixed problem of RESIZECOLUMNS clause of DCGETOPTIONS not working with
the AUTORESIZE clause.

1070. Fixed problem of focus not going to lastfocus object when selecting
window via menu. Alaska fixed a bug, so removed workaround.

1069. Fixed flicker problem when updating a DC_XbpStatic() caption. Alaska
fixed a bug, so removed workaround.


254 ist ein Service-Release mit einigen Korrekturen. Näheres dazu hier:

http://bb.donnay-software.com:8080/phpB ... p?f=2&t=37
Herzlich,
Tom
Benutzeravatar
Manfred
Foren-Administrator
Foren-Administrator
Beiträge: 21189
Registriert: Di, 29. Nov 2005 16:58
Wohnort: Kreis Wesel
Hat sich bedankt: 210 Mal
Danksagung erhalten: 67 Mal

Re: Versionen 253 254

Beitrag von Manfred »

Danke Tom,

so weit bin ich gerade gar nicht gekommen. Ich wollte ins Forum dabei ist mir aber der TB abgestürzt und dann habe ich es vergessen. Jetzt habe ich das Forum im Lesezeichen drin und werde mal ab und an reinschauen. (Ins Forum nicht nur in den Lesezeichenordner)
Gruß Manfred
Mitglied der XUG Osnabrück
Schatzmeister des Deutschsprachige Xbase-Entwickler e.V.
großer Fan des Xbaseentwicklerwiki https://wiki.xbaseentwickler.de/index.p ... Hauptseite
Doof kann man sein, man muß sich nur zu helfen wissen!!
Antworten