Search found 105 matches

by Greg Gammon
Mon Feb 10, 2014 6:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 5750

Re: Scrollbars missing

James,
I will double check that when I get back from a trip. I have used ResEdit from the beginning, and have tried check/uncheck of every scroll bar option ( and combinations) in resources. But I will look at the .rc file and see what the options actually do. Thanks for the tip.
G
by Greg Gammon
Fri Feb 07, 2014 11:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 5750

Re: Scrollbars missing

Well thanks for the help so far. I think I am going to wait and see if there is another solution perhaps when Antonio is back. All the scrollbars used to work in my previous FWH version (which was back in the 2.7 range I believe) so perhaps I can #include prg code from a previous version to fix this...
by Greg Gammon
Fri Feb 07, 2014 4:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 5750

Re: Scrollbars missing

Christobal, I will look at that next this weekend when I am back at my development machine. Thanks, Greg Enrico, WOW...that would be a major problem for me to have to do as I am continually updating resources in ResEdit. Since the .rc file is generated from the .res file, I would have to manually go...
by Greg Gammon
Thu Feb 06, 2014 10:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 5750

Re: Scrollbars missing

Im using Listbox Rick. Here is snippet of sourcecode...very simple:         REDEFINE LISTBOX oLbx FIELDS bscust->custno, bscust->company, bscust->city, bscust->phone ;         HEADER "Custno", "Company", "City", "Phone" ;         FONT oFontList ;         ON DB...
by Greg Gammon
Thu Feb 06, 2014 9:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: off for some days
Replies: 73
Views: 12413

Re: off for some days

Our prayers are with you and may God's blessings comfort you and your family.
Greg
by Greg Gammon
Thu Feb 06, 2014 7:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 5750

Scrollbars missing

I have recently noticed that none of my Listboxes have scrollbars, just blank space where the scrollbar used to be. This is only after my update to FWH 13.11 and most recent Harbour downloaded from Fivetech site. I looked at other posts on this matter from a few years ago but it seemed to be resolve...
by Greg Gammon
Sun Feb 02, 2014 5:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in listbox (to Antonio)
Replies: 15
Views: 2332

Re: Problem in listbox (to Antonio)

I have just noticed the missing scrollbars in my listboxes using FWH 13.12. I have tried the fixes suggested here to no avail.
Was this fixed in the newest version and I have something else wrong?

Thanks,
Greg
by Greg Gammon
Wed Jan 29, 2014 12:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar Update or Refresh
Replies: 5
Views: 763

Re: Buttonbar Update or Refresh

Yep! I just enable/disable the entire bar: oBar:enable() / oBar:disable()....perfect and simple.
Thanks AGAIN James :)
G
by Greg Gammon
Tue Jan 28, 2014 10:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar Update or Refresh
Replies: 5
Views: 763

Buttonbar Update or Refresh

I have a Buttonbar that I need to disable buttons on for certain tasks using a logical value.     DEFINE BUTTONBAR oBar OF oWnd _3D         DEFINE BUTTON OF oBar NAME 169  ACTION oWnd:end() MESSAGE "Quit" WHEN !lMenuLock   When lMenulock is .T., the button gray's out, but when lMenulock is...
by Greg Gammon
Tue Jan 28, 2014 3:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview ZOOM problem
Replies: 17
Views: 4463

Re: rPreview ZOOM problem

Michel,
Thank you very much as well! I have emailed you, but in case it doesn't come through, my email is ggammon@insitegroup.com

Thanks,
Greg
by Greg Gammon
Mon Jan 27, 2014 5:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview ZOOM problem
Replies: 17
Views: 4463

Re: rPreview ZOOM problem

FWH 13.12 (could not find 13.07 version of tmetafil) Harbour current version as downloaded from FiveTech I cannot get the ZOOM to work correctly on preview. When preview comes up, the initial small rendering looks ok. When I select any zoom, they all force the page to stretch wide (virtually unreada...
by Greg Gammon
Fri Jan 24, 2014 12:40 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Porting existing code to FiveWin Mac
Replies: 4
Views: 2194

Re: Porting existing code to FiveWin Mac

Excellent info. This gives me a much clearer concept of the challenge.
Thanks!
G
by Greg Gammon
Thu Jan 23, 2014 8:16 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Porting existing code to FiveWin Mac
Replies: 4
Views: 2194

Re: Porting existing code to FiveWin Mac

Actually I do want to create the Windows APP I have now into a Native Mac APP, so I need to know the tools to use per the questions I asked.
Thanks!
G
by Greg Gammon
Thu Jan 23, 2014 4:18 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Porting existing code to FiveWin Mac
Replies: 4
Views: 2194

Porting existing code to FiveWin Mac

I am interested in taking my current applications to the Mac platform and have a few questions on how this is implemented: 1. What compiler is used with FiveWin Mac? 2. Does the compiler run on windows machine or must I use it on a Mac? I know I need a Mac for testing, but in development? 3. Can I u...
by Greg Gammon
Thu Jan 23, 2014 2:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 6504

Re: FWH 13.12 printer SetCopies problem

Thanks James....was just hoping there was something simple I wasn't aware of. I might do that...someday...but have 100 other more important things to implement first :x