Search found 36 matches

by arpipeline
Sat May 29, 2010 4:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: On Window, In order: Menu, BtnBar, Tabs, Browse, Status
Replies: 4
Views: 852

Re: On Window, In order: Menu, BtnBar, Tabs, Browse, Status

Thank you! A panel was the ticket - I was trying to do everything at the window level.

Andy
by arpipeline
Sat May 29, 2010 3:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: On Window, In order: Menu, BtnBar, Tabs, Browse, Status
Replies: 4
Views: 852

Re: On Window, In order: Menu, BtnBar, Tabs, Browse, Status

Thanks, but I don't have the file in my samples folder. I am using FW 9.04.

Andy
by arpipeline
Fri May 28, 2010 3:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: On Window, In order: Menu, BtnBar, Tabs, Browse, Status
Replies: 4
Views: 852

On Window, In order: Menu, BtnBar, Tabs, Browse, Status

I am having difficulty making a tab control behave properly. I have an SDI window with a menu, button bar, browse and status bar. I want to wedge a tab control between the button bar and browse so that users can click a tab and change the state of the browse data. Like so stacked: Button Bar Tabs Br...
by arpipeline
Thu May 13, 2010 9:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fitting an Image in its Container
Replies: 3
Views: 721

Fitting an Image in its Container

I have created a resource with an image control. I am then using REDEFINE IMAGE ... FILENAME to load a JPG in the control. If the image is too big I want to fit it in its container. How do I do that?

TIA

ANDY
by arpipeline
Wed Apr 21, 2010 1:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse FW 9.04
Replies: 1
Views: 852

Re: Xbrowse FW 9.04

Hi all,

I found the problem - I had the MDI option indicated in the main WINDOW definition. Once I took that out, all is fine.

Thanks,

Andy
by arpipeline
Wed Apr 21, 2010 1:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse FW 9.04
Replies: 1
Views: 852

Xbrowse FW 9.04

Hello, I am using FW 9.04 and am having a very basic issue with xBrowse. I cannot get mouse clicks to move the selector nor can I scroll using the scroll bar and thumb. Only the mouse wheel seems to work. Here is the code: #include "fivewin.ch" #include "xbrowse.ch" STATIC oWnd /...
by arpipeline
Tue Nov 10, 2009 3:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Acrobat reader
Replies: 14
Views: 2183

Re: Acrobat reader

Alvaro,

I am not using the ActiveX version so I don't have any experience with it...sorry.

I use the DLL version.

Andy
by arpipeline
Thu Nov 05, 2009 8:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Acrobat reader
Replies: 14
Views: 2183

Re: Acrobat reader

Enrico, This doesn't answer your question exactly, but I use a great library for all kinds of PDF related work, and it definitely allows you to open a secured PDF with ease. You can then resave it with new options or do all kinds of cool stuff. Also, I use the Sumatra PDF reader for super fast displ...
by arpipeline
Thu Oct 15, 2009 4:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1055

Re: RADIO BUTTON "ON CHANGE" FIRES WHEN DIALOG IS PAINTED

Antonio, As I said, it's a silly example, but it causes the event to fire repeatedly. In the real world, I have calculations tied to the ON CHANGE clause. The problem is, they run even if the value is already set and unchanged. The fix in my original post solves the problem. My ultimate question, re...
by arpipeline
Thu Oct 15, 2009 2:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1055

Re: RADIO BUTTON "ON CHANGE" FIRES WHEN DIALOG IS PAINTED

Antionio, Here is a modified testrad.prg to demonstrate the problem. It's a silly example, but it demonstrates how many times the bChange block is exectued. See below for the problem id and fix: // Radio Buttons management sample #include "FiveWin.ch" //------------------------------------...
by arpipeline
Wed Oct 14, 2009 11:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1055

RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)

I am having a problem with the ON CHANGE clause of the Radio class(es). It seems the ON CHANGE event is firing when the dialog or window containing the Radio button is updated, even when the value is unchanged. Is this by design or a bug?

Thanks.
by arpipeline
Tue Oct 06, 2009 1:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport
Replies: 6
Views: 1102

Re: Fastreport

Otto, Before I investigate Fast Report, I would like to know if it uses open table (areas or aliases) and/or live cursors *or* can it be used with ADS, specifically an AIS connection?. My problem with products like R&R is that I have to use ODBC becuase in native DBF mode, R&R wants to open ...
by arpipeline
Wed Sep 23, 2009 1:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out %Program Files%
Replies: 2
Views: 556

Re: How to find out %Program Files%

Ellano,

I am sure there is a registry key for the Current User, but we use the GetEnv function quite a bit for Windows Folders:

GetEnv( "PROGRAMFILES" )
GetEnv( "TEMP" )
GetEnv( "USERPROFILE" )

etc.

Andy
by arpipeline
Wed Sep 23, 2009 2:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADS 5132 Errors / Struggles with Internet and Local Server
Replies: 2
Views: 437

ADS 5132 Errors / Struggles with Internet and Local Server

I am using Advantage Database Server version 8.1 I have the AIS portion of my system running like a charm. However, I want to switch to ALS and create temp tables here and there in my code. I cannot seem to figure out how to use *both* ALS and AIS in the same application. Can someone help me out? My...
by arpipeline
Wed Sep 02, 2009 5:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error Building TestGif.prg
Replies: 7
Views: 1428

Re: Error Building TestGif.prg

Antonio, Yes, the file is there. Here is my code with the file check: // Animated GIFs support for FWH #include "FiveWin.ch" function Main()    local oWnd    DEFINE WINDOW oWnd TITLE "Animated GIFs"    MsgInfo( FILE( "..\gifs\halo.gif" ) )    TGif():New( oWnd, "..\...