In this moment I don't have a good answer. This is an automated solution to translate standard dialogs with .qm files.
A lot of check must be done and I have introduced it because Ricci give me a little
Sincerely, I don't have a valid answer.
Cheers
Moderator: Rathinagiri
Code: Select all
2011-10-06 21:40 UTC+0100 Luigi Ferraris ( <luigi at l3w.it> )
! samples/window.main/demo_3.prg
! samples/window.modal/demo_1.prg
! samples/window.modal/demo_2.prg
! samples/window.modal/demo_3.prg
! samples/window.standard/demo_1.prg
! samples/window.standard/demo_2.prg
! samples/window.standard/demo_3.prg
* fixed problem about unused local var
- samples/window.morewin/demo_2.prg
- samples/window.morewin/demo_2b.prg
* because was removed the ability to open MODAL window before a MAINwindow
! source/misc.prg
+ function MainWindowDefined(): it returns .T. or .F.
.T. when ::s_oMainWindow is an object
! source/ipaddress.prg
! source/printer.prg
! usage of ::s_oMainWindow. now is ::s_oMainWindow:QtObject
! source/window.prg
! source/hmgapp.prg
+ method MainWindow(): it returns ::s_oMainWindow value
! ::s_oMainWindow now it is a HMG4 object
- removed usage of property "FirstWindow" and related method: unusefull
and dangerous
- removed usage of property "MainWindow" and related method: unusefull
and dangerous
* window.prg restyled
; removed the ability to open a MODAL window before a MAIN window because
unusefull (see samples/dialog) and dangeroushttp://xp-dev.com/sc/change/2184/404l3whmg wrote:Not for all languages there are translating files (ie there isn't qt_it.qm and I'm Italian)
Code: Select all
2011-10-07 16:10 UTC-0300 Mauricio Ventura Faria (<conc001 a+t gmail com>)
* include/hmg.ch
+ Added command to set a control as the central widget.
Code: Select all
2011-10-10 10:23 UTC-0300 Mauricio Ventura Faria (<conc001 a+t gmail com>)
* include/hmg.ch
* Set PARENT clause in layouts optional.
Code: Select all
2011-10-10 18:40 UTC+0100 Luigi Ferraris ( <luigi at l3w.it> )
! samples/image/demo_1.prg
* added OnClick to check this method over bitmap
! samples/label/demo_2.prg
! the "ONCLICK" syntax doesn't work with "<nRow>,<nCol> LABEL.." syntax;
ACTION must be used.
! samples/label/demo_1.prg
! samples/label/demo_3.prg
! samples/label/demo_4.prg
! samples/label/demo_6.prg
* fixed problem about unused local var
! include/hmg.ch
! "@ <nRow>,<nCol> LABEL..." wrong assignement about ACTION;
! "@ <nRow>,<nCol> SAY..." wrong assignement about ACTION;
; ":OnClick := <{bOnClick}>" must be used ( notice "{" and "}" )
! source/bitmap.prg
! class inheritance. Thanks Ricci
! source/label.prg
+ __HmgProcessMouseKey() to handle in a right way the OnClick event
- ProcessMouseKey() see __HmgProcessMouseKey
! about Buddy method
* restyledCode: Select all
2011-10-10 21:40 UTC+0100 Luigi Ferraris ( <luigi at l3w.it> )
+ samples/image/demo_3.prg
! include/hmg.ch
+ [ <dummy1: ONCLICK , ACTION , ON CLICK> <bOnClick> ]; to DEFINE IMAGEOmg, what have you done?l3whmg wrote:Code: Select all
! source/label.prg + __HmgProcessMouseKey() to handle in a right way the OnClick event - ProcessMouseKey() see __HmgProcessMouseKey ! about Buddy method * restyled