Page 2 of 6

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Thu Jun 03, 2010 6:24 pm
by Rathinagiri
If the in-place edit cell is a spinner, we can't get out using key board. We have to click another cell with mouse to get away.

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Thu Jun 03, 2010 6:27 pm
by Rathinagiri
Also, the previous data in in-place edit text box is not deleted once we start typing new data. Is that configurable?

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Thu Jun 03, 2010 6:36 pm
by gfilatov
rathinagiri wrote:If the in-place edit cell is a spinner, we can't get out using key board. We have to click another cell with mouse to get away.
Thanks for your bugreport!

It seems that a similar wrong behaviour exists in minigui ext.'s adaptation also :(

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Thu Jun 03, 2010 6:45 pm
by gfilatov
rathinagiri wrote:Also, the previous data in in-place edit text box is not deleted once we start typing new data. Is that configurable?
It's must be fixed (the reason is different behaviour between TextBox and GetBox controls). :|
There is an idea to select the value on gotfocus text box :idea:

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Thu Jun 03, 2010 6:55 pm
by Rathinagiri
Yep. You are right!

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Thu Jun 03, 2010 7:57 pm
by Roberto Lopez
gfilatov wrote:
rathinagiri wrote:Also, the previous data in in-place edit text box is not deleted once we start typing new data. Is that configurable?
It's must be fixed (the reason is different behaviour between TextBox and GetBox controls). :|
There is an idea to select the value on gotfocus text box :idea:
Despite I've asked you to port GETBOX references in TSBROWSE to TEXTBOX, if you consider necessary to add GETBOX code to TSBROWSE to achieve adequate functionality, please, do it. No problem from my part.

If you do it, please, include GETBOX code under the same conditional compilation constant as TSBROWSE.

TIA.

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Thu Jun 03, 2010 10:59 pm
by jucar_es
ALELUYA....

MUCHAS MUCHAS MUCHAS GRACIAS

very very very thanks

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Fri Jun 04, 2010 1:59 am
by fchirico
...::: SPANISH:

Gracias Grigory!!!

Excelente!

En el ejemplo 1 (c:\hmg\SAMPLES\tbrowse.1) si seleciono el menú "Samples on Window" y escojo el "Sample 7", al editar la columna "STATE", arroja varios errores.

Un abrazo.


...::: ENGLISH:

Grigory Thanks!

Excellent!

In example 1 (c: \ hmg \ SAMPLES \ tbrowse.1) if selects the menu "Samples on Window" and choose the "Sample 7" in editing the column "STATE", gives several errors.

A hug.

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Fri Jun 04, 2010 2:07 am
by Roberto Lopez
Grigory,

I've briefly tested and I've found some little problems:

1. When changing column width using mouse, vertical bars stays in the bottom of TBROWSE window (it arises in various samples).
Image1.gif
Image1.gif (97.59 KiB) Viewed 6049 times
2. In sample 7 (browse on window) when clicking cells a cell frame is drawn at a position different from the clicked cell one (upper left):
Image2.gif
Image2.gif (109.98 KiB) Viewed 6049 times
3. Moving mouse pointer over headers, cursor flicks.

4. Dragging vertical scrollbar does not work (in all samples).

5. Combo does not match cell height in sample 2 (window):
Image5.gif
Image5.gif (104.39 KiB) Viewed 6049 times
6. In super columns sample, when you attempt to drag the 'January' column, the four arrows pointer is shown, but the column can´t be dragged.

7. In super headers (bitmaps) sample, if you go to the last column and click the horizontal scrollbar (the space between bar left arrow and bar button) you will not be able to scroll to the left.
bitmap.gif
bitmap.gif (79.4 KiB) Viewed 6049 times
8. Report / Excel connectivity present (apparently) a problem with the paper size and/or orientation:
report.gif
report.gif (102.34 KiB) Viewed 6049 times
9. I've got randomly (or via an undiscovered steps sequence) the following error:

Code: Select all

Error BASE/1004  No exported method: EVAL
10. I've got some errors on editing:
@...TEXTBOX: Wrong InputMask Definition
I've tested with HMG 3.0.34 on Windows 7.

I hope this info be useful.

Re: Adaptation of FiveWin class TsBrowse to HMG

Posted: Fri Jun 04, 2010 2:15 am
by fchirico
Other error on the demos to edit the cell "NAME":