Search found 25 matches: vanishes

Return to advanced search

Re: Bug in mdichild menu

This bug is still there (ALT-1 does nothing, ALT-2 open Test&1, mdichild icon vanishes): #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd, oMenu    MENU oMenu 2007        MENUITEM "Test&1" ACTION MSGINFO( "1" )  ...
by cnavarro
Mon Jan 25, 2016 9:29 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5044

Bug in mdichild menu [Fixed]

This bug is still there (ALT-1 does nothing, ALT-2 open Test&1, mdichild icon vanishes): #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd, oMenu    MENU oMenu 2007        MENUITEM "Test&1" ACTION MSGINFO( "1" )  ...
by Enrico Maria Giordano
Mon Jan 25, 2016 11:17 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5044

Re: Another bug in menu

The bugs:

1. the area to the right of the menu is not properly painted

2. Pressing ALT-2 you will get 1 instead of 2

3. Pressing ALT-1 and then ESC and ESC again the menu icon to the left vanishes

EMG
by Enrico Maria Giordano
Sat Dec 19, 2015 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another bug in menu
Replies: 9
Views: 1359

Re: Bug in TBtnBmp

Antonio,

it's getting better, but the raised effect vanishes when the mouse is over the button.

Almost done! :-)

EMG
by Enrico Maria Giordano
Sun Aug 03, 2014 7:53 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 15675

Re: FWH 13.05 xbrowse and fonts

... to use bitbucket, its really great :-) And using GIT all FWH core developers have a full copy of the repository, so even if bitbucket suddenly vanishes, a full copy of the FWH repository (including all historical changes) is kept really safe on each core developer computer :-)
by Antonio Linares
Thu Jun 13, 2013 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 4241

Re: SaveAs, report without preview ?

it also flashes a message box on the screen but it vanishes too fast for me to see it. It is the usual dialog we always see with page numbers being incremented while pages are being printed or preview pages are being generated. It just flashed because ...
by nageswaragunupudi
Sun May 19, 2013 1:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SaveAs, report without preview ?
Replies: 8
Views: 1713

Re: SaveAs, report without preview ?

Rao, I tried your suggestion and it does work, however, it also flashes a message box on the screen but it vanishes too fast for me to see it. I would like to eliminate this. Any ideas? Below is my test code. I am using FWH 13.04 under XP Pro SP3. Regards, James #include "FiveWin.ch"#include ...
by James Bott
Sat May 18, 2013 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SaveAs, report without preview ?
Replies: 8
Views: 1713

Re: menu and ribbon error

Norberto,

Please, post a sample.

I experience problems with ribbon, but not crash. Bmps just vanishes from time to time.
by ukservice
Fri Dec 30, 2011 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu and ribbon error
Replies: 1
Views: 349

Re: New FWH 11.12

... and run samples\ribbon.prg, it works fine. But running this sample many times or keeping it some hours, suddenly the error arises . Bmps just vanishes. Enrico and others confirm the error. So there is a leak either on transbmp or the way TRBtn are painted. Maybe DC is not released properly. ...
by ukservice
Thu Dec 29, 2011 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.12
Replies: 11
Views: 2128

Re: SMB2

... 2.0 enabled on a Windows 2008 Server and a Windows 7 workstation, index-files are often getting corrupt (CDX). By disabling SMB 2.0, this problem vanishes.
by driessen
Tue Jun 14, 2011 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMB2
Replies: 13
Views: 8771

Bug in TBar?

I can't reproduce the problem with a sample but sometimes a btnbmp of the toolbar vanishes.

Do you have any ideas on the possible reason?

EMG
by Enrico Maria Giordano
Tue May 31, 2011 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBar?
Replies: 66
Views: 11826

Re: Serious problem - 10.7 to 10.9

Antonio, Here are some examples: fwh\samples\testchk3.prg When the checkbox is clicked the prompt vanishes. fwh\samples\testchk2.prg This works fine. However, if you compile it without the RC file, then strange things happen. Click on the first checkbox and it's prompt vanishes, ...
by James Bott
Sat Oct 16, 2010 1:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Serious problem - 10.7 to 10.9
Replies: 11
Views: 2061

Re: FWH1009 CheckBox Prompt disappear

... testch2a.prg and it doesn't work--the prompts vanish when the checkbox is clicked and even more strange, when one checkbox is clicked it's prompt vanishes and the other checkbox's prompt reappears. Both files are in the fwh\samples directory and are compiled using the default buildx.bat file. ...
by James Bott
Thu Oct 07, 2010 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1009 CheckBox Prompt disappear
Replies: 17
Views: 3151

Re: Antonio,need help!How to ShowToolTip without move the mouse

... tooltip to create it and leave it fixed at a certain place. Please notice that as soon as the mouse leaves the window owner of the tooltip, it vanishes away. Maybe we should create a small window that simulates a real tooltip
by Antonio Linares
Tue Jun 08, 2010 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio,need help!How to ShowToolTip without move the mouse
Replies: 24
Views: 4936

Re: RELEASE ALL LIKE Does not work !!!

Enrico, >This problem completely vanishes if you use /w compiler switch and proper declare the variables (what I always do): Yes. I did mention the problem was with undeclared variables (and I have seen lots of applications without a single ...
by James Bott
Wed Jan 27, 2010 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RELEASE ALL LIKE Does not work !!!
Replies: 13
Views: 2468
Next

Return to advanced search