Hi Pritpal,

1) Missing codepage handling

I do not have any experience with code pages but
I can sence y following documentation snippet that it is
very much possible.


The QTextCodec class provides conversions between text encodings.

Probably it would suffice to convert to UTF-8 using our Harbour
APIs from codepage setup by user with HB_GTI_CODEPAGE and feed
these UTF-8 strings to QT API internally. I wouldn't recommend
using QT conversion functions as it would create differences
and confusion when switching GTs.

2) Flicker / loss of window focus when doing certain operations.
   Keeping one of the F buttons pressed in WVTEST will eventually
   cause a switch to another app, but it's also visually confusing.


In GUI environment user knows how to react to such senario

Sorry, I've never seen a GUI app to lose focus when actively
working with it, just by itself when doing certain internal
window operations, IMO this has to be fixed.

and it is perfect with all applications. I tried above sequence but
could not reproduce this behavior. Can you explain a bit in detail.

I've checked it, it was <F4> kept pressed. Now I've tried and it
doesn't toggle close button anymore (I don't know why, it just
disables it), but until it did, this effect was very noticeable,
I for example felt back to Far Manager, and it picked <F4> instead
of WVTEXT after a while (can be quite dangerous and unexpected).

<<<
+1) Not showstopper, but definitely something to solve: Icon
    handling made interoperable thorough our GTs. Current
    HB_GTI_ICONRES isn't portable (not supported in GTQTC,
    for good reason), HB_GTI_ICONFILE isn't good because one
    must save that icon as a file before usage, which isn't ideal.


Possibly there is a way to achieve so. Looking for tips.

Okay.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to