Search found 583 matches

by richard-service
Tue Aug 06, 2019 3:51 am
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 12049

Re: Unicode malfunction according to modal / nomodal format

nageswaragunupudi wrote:Please reproduce the error.log.
Do you have the problem in mdi-dialog only or in normal dialogs also?
Any solution?
by richard-service
Mon Aug 05, 2019 7:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1801

Save as PDF

HI All Report preview and press Save as PDF buton. PRG style Big5 xHarbour compile Preview report full Text and Form or Paint Line input English File Name not work input Chinese File Name not work Harbour compile Preview report full Text input English File Name work input Chinese File Name work Prev...
by richard-service
Fri Jul 26, 2019 5:46 pm
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 12049

Re: Unicode malfunction according to modal / nomodal format

Hi Mr.Rao Look it. not work=> Child Window+Resource Dialog( ACTIVATE DIALOG ::oDlg NOWAIT ) https://i.postimg.cc/yYr2vrsg/MDI-bug1.gif Work OK=> Child Window+Resource Dialog( ACTIVATE DIALOG ::oDlg NOWAIT ) and I Open another Resource Dialog for New/Edit data https://i.postimg.cc/jShTv4gG/MDI-bug2.g...
by richard-service
Fri Jul 26, 2019 5:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Unicode Problem

Hi All, I test it again. I think it's FWH bug. Please look it below: not work=> Child Window+Resource Dialog( ACTIVATE DIALOG ::oDlg NOWAIT ) https://i.postimg.cc/yYr2vrsg/MDI-bug1.gif Work OK=> Child Window+Resource Dialog( ACTIVATE DIALOG ::oDlg NOWAIT ) and I Open another Resource Dialog for New/...
by richard-service
Tue Jul 23, 2019 9:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Unicode Problem

Dear Mr.Rao

Unicode malfunction according to modal / nomodal format problem, any solution?
http://forums.fivetechsupport.com/viewt ... 18&t=35539
by richard-service
Sun Jul 21, 2019 6:23 am
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 12049

Re: Unicode malfunction according to modal / nomodal format

Please reproduce the error.log. Do you have the problem in mdi-dialog only or in normal dialogs also? ACTIVATE DIALOG ::oDlg NOWAIT              ;                     ON INIT  ( oThis:oDlg:Move(0,0) ) ;                     VALID !paOpenWnd[IS_WSE31001]   This code, I can working. But TGet input Chi...
by richard-service
Sun Jul 21, 2019 5:06 am
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 12049

Re: Unicode malfunction according to modal / nomodal format

Can you please try DEFINE DIALOG .... // Define Gets and other controls ACTIVATE DIALOG oDlg AS MDICHILD   I change to ACTIVATE DIALOG ::oDlg AS MDICHILD         ;               ON INIT  ( oThis:oDlg:Move(0,0) ) ;               VALID !paOpenWnd[IS_WSE31002]   I lose buttonbar ... control and got er...
by richard-service
Sun Jul 21, 2019 4:21 am
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 12049

Re: Unicode malfunction according to modal / nomodal format

Hi My program REDEFINE GET ::oEX_WHO VAR ::cEX_WHO ID 101 OF ::oDlg UPDATE CHRGROUP CHR_WIDE ACTIVATE DIALOG ::oDlg CENTER   Change to DEFINE WINDOW go31001Wnd FROM 0, 0 TO 0, 0         ... DEFINE DIALOG ::oDlg RESOURCE ::cResName FONT oFont BRUSH oBrush TRANSPARENT OF go31001Wnd REDEFINE GET ::oEX_...
by richard-service
Sat Jul 20, 2019 4:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Set MenuInfo not work=>Solved

cnavarro wrote:Dialog selection child window "More Windows"

Image
Image
Good job. Thanks a lot.
by richard-service
Fri Jul 19, 2019 7:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Set MenuInfo not work

Richard As explained in the link I have put in one of my previous posts, the list of windows mdi that appears in the menu is built from the titles of the windows that are created. When modifying the titles of the mdi windows in version 19.06 so that they can also display unicode characters, the pre...
by richard-service
Thu Jul 18, 2019 11:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Set MenuInfo not work

cnavarro wrote:Richard
Please wait, I have to do some tests
Suggestion
Please look my code and try to remove oFnt or remove 2013 ... very strange.
by richard-service
Thu Jul 18, 2019 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Set MenuInfo not work

Question 2: Is it possible that you can send me an example with the menu you are doing? Mr.Cnavarro This sample from Mr.RAO. Non set Menu, only define Window menu. Child window title heigh no problem. #include "fivewin.ch" function Main()    local oWnd, oBar    FW_SetUnicode( .t. )    DEF...
by richard-service
Thu Jul 18, 2019 9:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Set MenuInfo not work

cnavarro wrote:Richard
That should be his normal behavior
Show a dialog with the list of windows.
What version of Fw do you use?
Mr.Cnavarro
I use FWH 1807
by richard-service
Thu Jul 18, 2019 5:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Set MenuInfo not work

Dear Richard: Question 1 - Well, Windows does not show more than 9 child window items, it does not depend on Fw. From there he puts a message of "More windows" We will have to program some way to manage the list of childs windows so we do not encounter this problem. Hi Cnavarro, I remembe...
by richard-service
Tue Jul 16, 2019 2:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Set MenuInfo not work

Question 2

This is my define HEIGHT 1.85
Image

This is Open Child Window in MDI
Image

I don't know. it's incompatible Unicode ...