topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Bug in TMail [Fixed] | [quote="Rick Lipkin":20p8so43]Enrico
This code is not especially elegant .. and it assumes the .exe is located in the drive or unc you wish to resolve.
Rick Lipkin
[code=fw:20p8so43]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// where .exe started from is default dir... |
Bug in TMail [Fixed] | Enrico,
Here you have your changes, please try them <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Included for FWH 18.02
[code=fw:29obluey]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #0000ff;... |
Bug in TMail [Fixed] | It doesn't work. This is look as the right way:
[code=fw:2pdsq4fg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #0000ff;">Activate</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #... |
Bug in TMail [Fixed] | many thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Bug in TMenu | In the following sample, open the menu and wait for the timer to change the prompt. You will see that the menuitem temporary losts its 2007 style:
[code=fw:2qpbcmhk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><... |
Bug in TMenu | Already fixed in the upcoming FWH release.
EMG |
Bug in TMenu | Enrico,
Thanks for the fix <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
We appreciate if you post the fix here, so users can already apply it, thanks |
Bug in TMenu | Here it is:
[code=fw:3dhbu3pe]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> MF_BYCOMMAND <span style="color: #000000;">0</span><br /><span style="color: #00D7D7;">#define</span> MF_ENABLED <span style="color: #000000;">0</span><br /><span styl... |
Bug in TMenu | Enrico,
Many thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Bug in TMenu | In the following sample, the automatic generated menuitem has not the right color:
[code=fw:zibn9lyu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> M... |
Bug in TMenu | Enrico
I will check and comment
Thanks |
Bug in TMenu | Thank you Cristobal!
EMG |
Bug in TMenu | Enrico, problem is in module Menudraw.c
Change this function and test
[code=fw:2an16278]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> MITEMSFW <span style="color: #000000;">)</span><br /> <span style="co... |
Bug in TMenu | Already tried your update lib. Still need to try that C function?
EMG |
Bug in TMenu | Enrico
I published the problem
This function is included in the library that I sent you |
Bug in TMenu | Ok. Thank you!
EMG |
Bug in TMenu | I also tried the above changed C function and it worked fine!
EMG |
Bug in TMenu | [quote="Enrico Maria Giordano":xbilz2ap]I also tried the above changed C function and it worked fine!
EMG[/quote:xbilz2ap]
Enrico, thanks for your test |
Bug in TMenu | News features in next versions: LOGOMENU, IMGMENU, etc.
[img:2nvo2all]https://s32.postimg.org/i1mtlcf7p/Five_Menu.png[/img:2nvo2all] |
Bug in TMenu | very nice! |
Bug in TMenu [Fixed] | I just also noticed that, in the normal conditions, the menu items are vertically closer than in the previous release. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
This is not the first time that menu changes its look. Can we finally have a stable one, please?
EMG |
Bug in TMenu [Fixed] | Please compare current menu items height with the one of other programs.
EMG |
Bug in TMenu [Fixed] | Enrico,
It is fixed and it will be included in next FWH version |
Bug in TMenu [Fixed] | Great! Can you send me the update libs, please?
EMG |
Bug in TMenu [Fixed] | already sent |
Bug in TMenu [Fixed] | Thank you! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TMenu [Fixed] | Occasionally, I get popup menus much higher than normal ones:
[url:3oc2nacx]http://www.emagsoftware.it/public/menubug.png[/url:3oc2nacx]
EMG |
Bug in TMenu [Fixed] | Enrico,
We are checking it, thanks |
Bug in TMenu [Fixed] | Another TMenu bug. In the following sample, please open Test menu and you will see that the mdichild window title is missing from the last menu item.
[code=fw:11jri8rz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</spa... |
Bug in TMenu [Fixed] | Any workaround?
EMG |
Bug in TMenu [Fixed] | Enrico,
We are working to fix it. In the meantime try this:
[code=fw:171f684k]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> CREATECHILD<span style="color: #000000;">(</span> oMdi <span style="color: #000000;">)... |
Bug in TMenu [Fixed] | Doesn't work for me... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
Bug in TMenu [Fixed] | Use a dot at the end:
MENUITEM "Test ."
or another character |
Bug in TMenu [Fixed] | Sorry, no change.
EMG |
Bug in TMenu [Fixed] | A user reported this problem. Please open the tray menu and click on Show or on Hide. The logo will disappear.
[code=fw:39hbuayl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"wcolors.ch"</span><br /><span style="color: #00D7D7;">#... |
Bug in TMenu [Fixed] | Fixed, thanks |
Bug in TMenu [Fixed] | Thank you! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TMenu [Fixed] | Any workaround for that user?
EMG |
Bug in TMenu [Fixed] | The menuitems of the main menubar are too wide.
EMG |
Bug in TMenu [Fixed] | This is a sample:
[code=fw:pwndupze]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">(</span><span style="color: ... |
Bug in TMenu [Fixed] | Any quick and dirty workaround, please?
EMG |
Bug in TMenu [Fixed] | This is what I get:
[img:2kmtr1bz]https://www.emagsoftware.it/public/menu.png[/img:2kmtr1bz]
EMG |
Bug in TMenu [Fixed] | This not a bug
In menus with styles and not fonts or clause COLORS ( OWNERDRAW items ), you know solution for adjust width of items
[code=fw:3ihqfnok]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> GetnWidthItem<span style="color: #000000;">(</span> <span style="color: #000000;">0.5</span>... |
Bug in TMenu [Fixed] | With
[code=fw:1g53sf3u]<div class="fw" id="{CB}" style="font-family: monospace;">GetnWidthItem<span style="color: #000000;">(</span> <span style="color: #000000;">0.5</span> <span style="color: #000000;">)</span></div>[/code:1g53sf3u]
the dropdowns widths are changed too. How can I change the widths of the me... |
Bug in TMenu [Fixed] | Enrico, your are right
I answered too fast |
Bug in TMenu [Fixed] | No problem. Any workaround?
EMG |
Bug in TMenu [Fixed] | Please, wait |
Bug in TMenu [Fixed] | The 2015 clause of the MENU command breaks MENUINFO behaviour (the width of the menu is not enough for the MDICHILD window title).
This is a sample of the problem:
[code=fw:2dfr6ci0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Working with MDI enviroments</span><br /><br ... |
Bug in TMenu [Fixed] | Enrico,
Many thanks for the bug report and for the example.
We are going to review it asap |
Bug in TMenu [Fixed] | Thank you, Antonio! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TMenu [Fixed] | I add that in some cases even the height of the menuitem is not enough for the menuitem text.
EMG |
Bug in TMenu [Fixed] | All features fixed, solved
----------------------- SPANISH --------------------------
La creación de los items en los menús cuando una ventana hija es creada, no la realiza Fivewin, es realizada por el sistema automáticamente dependiendo del valor de nMenuInfo que pasamos a esa function.
Cuando el nuevo item es cread... |
Bug in TMenu [Fixed] | Please note that there is no problem when 2015 clause is not used.
EMG |
Bug in TMenu [Fixed] | [quote="Enrico Maria Giordano":3gxwlmzs]Please note that there is no problem when 2015 clause is not used.
EMG[/quote:3gxwlmzs]
It is logical
When the menus are not OWNERDRAW (without styles, fonts, etc.), the menus are painted by the system (Windows) and not by Fivewin. |
Bug in TMenu [Fixed] | Ah, ok. So, without any clauses (2015 or similar) the menu gets a system look?
EMG |
Bug in TMenu [Fixed] | [quote="Enrico Maria Giordano":1mubvsxq]Ah, ok. So, without any clauses (2015 or similar) the menu gets a system look?
EMG[/quote:1mubvsxq]
Yes, from September 2017 version ( read whatsnew )
[quote:1mubvsxq]
* MENUS: By default, when no style is selected, the menus have the appearance of those defined by the OS
... |
Bug in TMenu [Fixed] | Great, thank you.
EMG |
Bug in TMenu [Fixed] | [code=fw:35ixfde7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> GetnWidthItem<span style="color: #000000;">(</span> <span style="color: #000000;">0.8</span> <span style="color: #000000;">)</span> <span style="color: #B900B9;">// Funciona</span><br /><br /> <span style="color: #0... |
Bug in TMsgItem | In the following sample the string CHECKLIST is not centered inside its msgitem:
[code:u50crq65]#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd, oFnt
DEFINE FONT oFnt NAME GETSYSFONT() SIZE 0, -8 BOLD
DEFINE WINDOW oWnd
SET MESSAGE OF oWnd;
TO "This is a status bar";
TIME DAT... |
Bug in TMsgItem | A possible fix seems to replace, in TMsgItem Paint() method:
[code:dwvz6ny4]nLeft - 1 + ( ::nWidth / 2 ) - ( GetTextWidth( hDC, AllTrim( ::cMsg ), ::oMsgBar:oFont:hFont ) / 2 ),;[/code:dwvz6ny4]
with:
[code:dwvz6ny4]nLeft - 1 + ( ::nWidth / 2 ) - ( GetTextWidth( hDC, AllTrim( ... |
Bug in TMsgItem | Enrico,
This fix is required in Class TMsgItem:
[code:3ovh191b]
METHOD Paint() CLASS TMsgItem
...
if ::oMsgBar:l2007
::oMsgBar:Say( ::oMsgBar:nHeight / 4 - 2,;
nLeft - 1 + ( ::nWidth / 2 ) - ( GetTextWidth( hDC, AllTrim( ::cMsg ),... |
Bug in TMsgItem | Ok, but it seems not needed as there is
[code:3k1lxmvc]::oFont = If( oFont != nil, oFont, ::oMsgBar:oFont )[/code:3k1lxmvc]
in method New(), if I'm not wrong.
EMG |
Bug in TMsgItem | Enrico,
Then we can simplify the fix <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[code:2tgn2omt]
GetTextWidth( hDC, AllTrim( ::cMsg ), ::oFont:hFont )
[/code:2tgn2omt] |
Bug in TMultiGet:Append() method | The following sample shows that TMultiGet:Append() method doesn't seem to work:
[code:1cyibnpi]#include "Fwce.ch"
FUNCTION MAIN()
LOCAL oWnd
LOCAL oGet, cVar := ""
DEFINE WINDOW oWnd
@ 1, 1 GET oGet VAR cVar MEMO;
SIZE 200, 100
@ 10, 1 BUTTON "Append";
... |
Bug in TMultiGet:Append() method | Any news? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TMultiGet:bChange | This is the sample:
[code:apri51yj]#include "Fivewin.ch"
FUNCTION MAIN()
TEST()
TEST()
RETURN NIL
STATIC FUNCTION TEST()
LOCAL oDlg, oBrw
USE TEST
DEFINE DIALOG oDlg
@ 0, 0 LISTBOX oBrw FIELDS
@ 4, 0 BUTTON "&Close" ACTION oDlg:End(... |
Bug in TMultiGet:bChange | This seems to solve the Enter problem. From KeyChar() method:
[code:1slmo86g] if nKey == VK_RETURN .and. ;
lAnd( GetWindowLong( ::hWnd, GWL_STYLE ), ES_WANTRETURN )
::oWnd:nLastKey = 0
if ::bChange != nil
Eval( ::bChange, nKey... |
Bug in TProgress [Fixed] | Please try the following sample without and with manifest file. Without manifest file it works fine (the bar is filled) while with manifest file the bar is empty. Any workaround?
[code=fw:1nz3apy1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color... |
Bug in TProgress [Fixed] | Up! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TProgress [Fixed] | Enrico,
It is a known bug when using a manifest file with progress bars
Please review samples\progres1.prg to see how to workaround it |
Bug in TProgress [Fixed] | Ok. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
I don't see any valid workaround in progres1.prg... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
Bug in TProgress [Fixed] | This is a possible workaround:
[code=fw:e63c8ir1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="... |
Bug in TProgress [Fixed] | When I run progres1.prg, the progress bars get complete full |
Bug in TProgress [Fixed] | Yes, but only if you use a range 0 -116, that is not what we want.
EMG |
Bug in TProgress [Fixed] | My workaroud works with any range (I hope). The previous was with 0-100, this is with 0-10:
[code=fw:3c4t45cp]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span... |
Bug in TProgress [Fixed] | very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Bug in TReport | The following sample
[code=fw:3r57m9x2]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Report.ch"</span><br /><br /><br /><span sty... |
Bug in TReport | Any news? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TReport | Enrico,
It is not exactly a bug. It is the result of a wrong use of FiveWin, I explain why:
FiveWin uses the first created window as the main window of the application, so when the main window ends, then it means that the application ends too. This concept could be discussed, but it is intended mainly to avoid never ... |
Bug in TReport | Great, it works, thank you! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TReport | After closing the preview the program crashes with an error and it shows only the first report (the two reports should be in the same preview window):
[code=fw:1mjsvtys]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</sp... |
Bug in TRichEdit | This is the sample. Try to hit any alphabetic key. It will be rejected:
[code:3ewa7inv]#include "Fivewin.ch"
#include "Richedit.ch"
FUNCTION MAIN()
LOCAL hDll := LOADLIBRARY( "RICHED20.DLL" )
LOCAL oDlg
LOCAL oRich, cVar := ""
DEFINE DIALOG oDlg
@ 0, 0 RIC... |
Bug in TRichEdit | Enrico,
Quite curious. On a window it works ok. And on a dialog only accepts numbers... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
Bug in TRichEdit | Exactly.
EMG |
Bug in TRichEdit | The sample found in FWH (2.5) TestRich.prg works on a dialog (resource).
It accepts characters too
but if I try to open an existing file it returns the error:
"unrecoverable error 9010: hb_xfree() invalid pointer 004ec06e select the file"
regards
Roberto Chiaiese |
Bug in TRichEdit | Roberto,
Yes, and TestRich.prg keeps working ok in FWH 2.7. It looks as it works ok from resources, but not from source code on a dialog.
With the current Harbour and xharbour versions the error you describe (hb_xfree()) no longer happens.
We keep searching, |
Bug in TRichEdit | The Richedit control does not show bitmaps also.
I'm able to open an rtf file from disk only if I pass its name as a parameter (not trough the button on the sample dialog)
However the control only shows text, not embedded or linked bitmaps
Roberto |
Bug in TRichEdit | I found two dll in my windows directory riched20.dll and riched32.dll
anyone knows the difference ?
I tried both but without any difference, same bugs
Roberto |
Bug in TRichEdit | [quote="chiaiese":356gkp9l]I found two dll in my windows directory riched20.dll and riched32.dll
anyone knows the difference ?
I tried both but without any difference, same bugs
Roberto[/quote:356gkp9l]
The second is only a wrapper to the first (note the small size).
EMG |
Bug in TRichEdit | Enrico,
Fixed the problem in dialogs! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
We are going to re-publish the March build in a few minutes with the new changes and enhancements on Class TRichEdit. |
Bug in TRichEdit | Great! But get ready for more bug reports in this class. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
Bug in TRichEdit | Enrico,
No problem, your feedback is always welcome <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Bug in TRichEdit | Antonio,
Objects like bitmaps are also shown now ?
Roberto |
Bug in TSay | Clicking on the button of this sample:
[code:3fikxy9h]#include "Fwce.ch"
FUNCTION MAIN()
LOCAL oWnd, oSay
LOCAL cVar := "Test"
DEFINE WINDOW oWnd
@ 1, 1 SAY oSay VAR cVar
@ 3, 1 BUTTON "Change";
ACTION MSGINFO( oSay:VarGet() )
ACTIVATE WIND... |
Bug in TSay | Enrico,
Same as Class TControl Method VarPut(). It was not implemented yet. Its already included for next build:
[code:kf0gco1a]
METHOD VarGet() INLINE If( ValType( ::bSetGet ) == "B", Eval( ::bSetGet ),)
[/code:kf0gco1a]
Thanks for the feedback <!-- s:) --><img src... |
Bug in TSay | Thank you!
EMG |
Bug in TSay | The following sample shows the problem:
[code:2m3u7l87]#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg, oSay
LOCAL n := 0
DEFINE DIALOG oDlg
@ 1, 1 SAY oSay PROMPT "Counter: " + LTRIM( STR( n ) );
SIZE 200, 15
@ 2, 1 BUTTON "Start";
... |
Bug in TSay | Even during reports generation the counter is not updated anymore.
EMG |
Bug in TSay | Enrico,
We may remove ::VarPut( ::cCaption ) from Class TSay Method SetText(), but then preview page number is wrongly shown.
We need to find a way to fix the preview page number. |
Bug in TSay | Ok, the solution seems to replace in source\classes\rpreview.prg all oPage:SetText(...) into oPage:VarPut(...) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.