Search found 103 matches

by IBTC
Wed Sep 26, 2012 12:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 15987

Re: Metro style

Antonio Linares wrote:It seems as there is a very little interest here for those controls
I think that this will change in the future. On the other hand as long as the controls of Modern UI are not finished/completed many will wait, like us.
by IBTC
Fri Jul 27, 2012 5:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Monitor Support in FWH
Replies: 2
Views: 496

Re: Multiple Monitor Support in FWH

Thanks a lot. This is a very good start.
by IBTC
Fri Jul 27, 2012 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Monitor Support in FWH
Replies: 2
Views: 496

Multiple Monitor Support in FWH

Is it possible to extend FWH that e.g. a FWH Dialog window will shown optionally on another monitor as the FWH app?

Maybe this helps for include this feature:

Multiple Display Monitors
Dual / Multiple Monitor Support in Win32
Multi-Monitor Programming

Thanks!
by IBTC
Fri Jul 27, 2012 9:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Loosing buttons in RibbonBar
Replies: 29
Views: 6355

Re: Loosing buttons in RibbonBar

I think xHarbour has nothing to do with the buttons of the ribbonbar. We have to dig deep inside FWH... You are right. About 1 week ago a customer reported about this problem and yesterday I saw it the first time also, but couldn't reproduce it again. It was with FWH 12.05, BCC and Harbour 3.0 on W...
by IBTC
Sat Jun 23, 2012 2:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in MENU 2007?
Replies: 5
Views: 1209

Re: Bug in MENU 2007?

If you need some code for testing on Wine we can help you with modifications, etc The solution is insert in MENUDRAW2007() following lines:        ...                 else                 uFormat = DT_CENTER;         // New:       SetBkColor(  lpdis->hDC, RGB( 250, 250, 250) );       SetTextColor( ...
by IBTC
Mon Jun 11, 2012 10:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in MENU 2007?
Replies: 5
Views: 1209

Re: Bug in MENU 2007?

BTW... If you use a FWH 12.05 app under wine 1.2.3 and want to open a menu without 2007 clause the app crashes without any notice. The problem is at these lines at menus.c:   if( lpdis->itemState & ODS_GRAYED )                  RectDisable( lpdis->hDC, &lpdis->rcItem );   If I disable this i...
by IBTC
Mon Jun 11, 2012 10:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in MENU 2007?
Replies: 5
Views: 1209

Re: Bug in MENU 2007?

Hi Antonio,
Antonio Linares wrote: If you need some code for testing on Wine we can help you with modifications, etc
This would be great. Thanks!
Antonio Linares wrote: Have you considered not to use the 2007 style on the menu on Wine ?
We want to use the 2007 style because than the app looks much better on Wine than without.
by IBTC
Fri Apr 20, 2012 8:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 and MinGW
Replies: 3
Views: 629

Re: FWH 12.03 and MinGW

nnicanor wrote:Excusme,
No problem :)
nnicanor wrote: Please add -liphlpapi library,
Now it works with current nightly build of Harbour. Thanks a lot.
by IBTC
Fri Apr 20, 2012 5:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 and MinGW
Replies: 3
Views: 629

FWH 12.03 and MinGW

If I compile with the current release of Harbour the FWH sample netcard.prg: buildg.bat netcard   I get: ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for Harbour 12.03 and GCC - Mar. 2012 Harbour development power │▄ │ (c) FiveTech, 1993-2012 for Microsoft...
by IBTC
Fri Mar 30, 2012 4:16 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Is FiveMac complete for production projects?
Replies: 6
Views: 2468

Re: Is FiveMac complete for production projects?

Dave Zowasky wrote:First is can I buy an OSX CD from Apple and set things
up using Virtual Box, or will I need to buy a MAC?
As I know the license of Apple says that it is only allowed to use Mac OS X on a Mac computer.
by IBTC
Sun Mar 04, 2012 4:54 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Scintilla support for FiveMac !!!
Replies: 8
Views: 2048

Re: Scintilla support for FiveMac !!!

Great! :D

Will the app with source code also be available here?
by IBTC
Wed Jan 18, 2012 2:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CHINESE IN GET
Replies: 44
Views: 8287

Re: CHINESE IN GET

2. If we do that we will break lots of FWH users applications. No way. But maybe it would be possible making the necessary changes optional? If somebody wants to use Unicode in there applications, they can call e.g. the FWH function SetUnicode(.T.). So nothing will break in other FWH users applicat...
by IBTC
Sun Jan 15, 2012 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Check if ID exist in resource
Replies: 5
Views: 926

Re: Check if ID exist in resource

Hi Marc, The only problem I have now is to redefine a control in the function called in the ON INIT,it doesn't work. Maybe this will be a solution: first find out what controls are there, put it in e.g. aControl and use this information in the Redefine-section. aControl := aGetDlgControl( cResource ...
by IBTC
Sat Jan 07, 2012 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: color in gets
Replies: 4
Views: 836

Re:

Antonio,
Antonio Linares wrote:It will modify ALL the GETs of your application
It would be nice if this will also work with COMBOBOX.

Thanks.
by IBTC
Thu Dec 29, 2011 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.12
Replies: 11
Views: 2096

Re: New FWH 11.12

As I told several times, this error occurs ramdonly. Please insert this code in your app: FUNCTION MAIN()    SetResDebug() ... <Your code> ...      FERASE("CHECKRES.TXT")    CHECKRES()    winExec("notepad .\checkres.txt") return(0) Did you get any unreleased things when you clos...