Страница 142 из 198

Clarion 11-12

Добавлено: 16 Сентябрь 2023, 18:46
finsoftrz
Ресайзер для anyscreen будет включать сохранение положения окон или только размер, никто не слышал? Сейчас положение окон не сохраняется, насколько я понимаю.

Clarion 11-12

Добавлено: 17 Сентябрь 2023, 15:29
kreator
А материалы по конференции где-нибудь будут выложены?

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 10:20
ingasoftplus
Вот, некоторые новости
CIDC News: Upcoming releases and announcements
https://clarionsharp.com/blog/cidc-news ... uncements/

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 12:36
kreator
Про Питон я вроде прав.
А что будет в driver Kit? Только Постгре? Была у меня мысль, что прямые драйвера для MySQL и Firebird будут интересней.

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 13:23
ingasoftplus
kreator писал(а): 29 Сентябрь 2023, 12:36 А что будет в driver Kit? Только Постгре?
там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 14:14
finsoftrz
ingasoftplus писал(а): 29 Сентябрь 2023, 13:23
kreator писал(а): 29 Сентябрь 2023, 12:36 А что будет в driver Kit? Только Постгре?
там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно
:mrgreen:
Сегодня в 19:00 запланирован вебинар по поводу прошедшей CIDC. Можно посмотреть на ютубе.

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 14:29
kreator
ingasoftplus писал(а): 29 Сентябрь 2023, 13:23
kreator писал(а): 29 Сентябрь 2023, 12:36 А что будет в driver Kit? Только Постгре?
там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно
Серьёзно? Не представляю как это?

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 14:36
Губин Игорь
kreator писал(а): 29 Сентябрь 2023, 14:29 Серьёзно? Не представляю как это?
Ну так это для тех, кто способен это сделать.

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 14:36
finsoftrz
kreator писал(а): 29 Сентябрь 2023, 14:29
ingasoftplus писал(а): 29 Сентябрь 2023, 13:23
kreator писал(а): 29 Сентябрь 2023, 12:36 А что будет в driver Kit? Только Постгре?
там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно
Серьёзно? Не представляю как это?
Учите с++ и все будет. :-)

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 14:38
finsoftrz
Струменский делал реализацию ip драйвера, используя драйвер кит, который одно время (в середине 90-х) topspeed продавал и у некоторых осел в загашнике.

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 14:40
kreator
finsoftrz писал(а): 29 Сентябрь 2023, 14:36 Учите с++ и все будет.
Послал - так послал. :D

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 21:24
finsoftrz

Clarion 11-12

Добавлено: 29 Сентябрь 2023, 22:10
finsoftrz
Самое примечательное это прикид у Джонсона. В конце опять лапы белые нацепил и начал ими махать. Боже мой, кто все эти люди.. :-)

Clarion 11-12

Добавлено: 22 Октябрь 2023, 9:45
finsoftrz
Кто долго ждал релиз с11. :-)
*/--- Clarion 11.1.13845 Oct 20, 2023 ----- Fixes/Changes/Features--/
------------------------------------------------------------------------

CHANGE: Added code for trapping an invalid field datatype used as a key component in a conversion of a DCT from C6
CHANGE: Potential problem in the Clarion compiler: if a function has parameter(s) of type CONST *CSTRING, the code generation could fail with an ISL(0) error. (when the function was compiling in debug mode)
CHANGE: RTF Control, new methods to Copy/Cut/Paste from internal storage to avoid using the Clipboard
CHANGE: RTF Control, new method to get the selected RTF text
CHANGE: RTF Control, new methods that executes actions using the internal Property,Selection and Font Interfaces directly from the RTFClass
CHANGE: RTL RTF Control added two new methods to get the selected RTF formatted content and to get its size in bytes. [SelectedRTFText and GetSelectedRTFLength]
CHANGE: When a Field derived from an invalid key component is found the "derived from" is removed instead of the DCT conversion failing, and the issue is recorded to the log
FIX: ABC ASCII FileClass was not being read by the ABC Reader
FIX: Drag-n-drop from an external program to LIST controls would not set the row/field values returned by PROPLIST:MouseUpRow and PROPLIST:MouseUpField
FIX: Fuzzy class could give compile errors
FIX: IMDD could fail in some multi-thread environments
FIX: Quicksocket template was not exported from the Data DLL
FIX: RTL RTF SelectedText methods was returning values in utf8 and affecting CSTRING fields
FIX: String value can be decoded incorrectly on assignment to a DECIMAL variable if the string has a leading + sign
FIX: The program could enter into infinite nesting of exception messages if the primary exception occurred during program shutdown
FIX: TopScan memory leak on closing the open files
FIX: memory leak on getting and setting some properties of controls
FIX: memory leak on the Rtf control destructor
FIX: memory leak on the LIST/COMBO/DROP control destructor
FIX: Dictionary Export to DCTX lost BLOB/MEMO User Options or Comments and they were assigned to an adjoining column [PTSS 42711]
NEW: updated the S3 binaries to latest available from Amazon ver 3.7.#

Clarion 11-12

Добавлено: 22 Октябрь 2023, 10:34
Губин Игорь
Мдя... А письма со ссылками ещё нет.