Search found 918 matches

by reinaldocrespo
Wed Mar 22, 2006 8:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Controlar scanner en Fwh2.4
Replies: 3
Views: 946

Cristian; I think I can help. But listen, if you wish to continue in spanish then let's move this thread over to the spanish forum. We shouldn't be writing spanish on an english forum. IMHO, Rafa Carmona has written one of the best classes to interface with the scanner (Tscan). You'll need his work ...
by reinaldocrespo
Tue Mar 21, 2006 12:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use transparent brush on a single folder dialog
Replies: 13
Views: 2664

By God, Antonio!

I'd like to meet that woman!

:-)


Reinaldo.
by reinaldocrespo
Sat Mar 18, 2006 12:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: twindow:circle()
Replies: 3
Views: 816

Enrico;

It works. Fantastic!

If you don't mind, let me ask you; I notice that you are making a reference to hDc, --never declared anywhere?
DRAWCIRCLE( oWnd, hDC,...
by reinaldocrespo
Fri Mar 17, 2006 2:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Key on RichText
Replies: 15
Views: 2273

Si se te ocurre alguna otra cosa, plis...
by reinaldocrespo
Fri Mar 17, 2006 2:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: twindow:circle()
Replies: 3
Views: 816

twindow:circle()

Hi (again...)

Using the circle method of twindow I'm able to draw a circle around an bitmap ok. But, I'd like to make that circle transparent ...ie not erase the image inside de circle. Can it be done?

And, can I use a different pen to draw the circle?

Thank you,


Reinaldo.
by reinaldocrespo
Fri Mar 17, 2006 11:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Input on one dialog to display on different dialog
Replies: 7
Views: 1961

Enrico;

Hi.

Thank you for the reply.

Yes, I did notice that once the get control gets focus it does restore to the first position. Perhaps there is a work-around to this?

Reinaldo.
by reinaldocrespo
Fri Mar 17, 2006 4:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Input on one dialog to display on different dialog
Replies: 7
Views: 1961

James; I'm sure you are dieing to ask, so let me be quite frank. I'm aware that this type of input interface is not as efficient as doing the input via the keyboard. Originally I was reluctant to implement a visual keypad for data entry. But was later persuaded by the customer for two reasons (besid...
by reinaldocrespo
Thu Mar 16, 2006 11:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input on one dialog to display on different dialog
Replies: 7
Views: 1961

James; Thank you for answering. Good question on the oself. I have discovered that: ACTIVATE DIALOG ::oKeyPadDlg NOWAIT ON INIT ::oDlg:SetFocus() Will cause an error at run time. ::oDlg is presumed to belong to the tdialog class at runtime. So I get around that problem by referencing as oself:oDlg. ...
by reinaldocrespo
Thu Mar 16, 2006 11:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Key on RichText
Replies: 15
Views: 2273

Nope. Didn't do it. Same behavior.

Reinaldo.
by reinaldocrespo
Thu Mar 16, 2006 9:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Key on RichText
Replies: 15
Views: 2273

Yes. Inside a "SysTabControl32" that is inside a Dialog.
by reinaldocrespo
Thu Mar 16, 2006 9:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input on one dialog to display on different dialog
Replies: 7
Views: 1961

Input on one dialog to display on different dialog

Hi. Me again asking for help. I need to allow input into gets from another dialog that simply displays the numeric keypad. Here is that image: [/img] http://www.structuredsystems.com/pictures/screenpicture/screen.jpg [/img] Here is my code: ... in ::odlg definition (main dialog) REDEFINE GET aGet[ 3...
by reinaldocrespo
Thu Mar 16, 2006 6:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Key on RichText
Replies: 15
Views: 2273

Tab Key on RichText

Hi.

Pressing tab while on a Richtext control is not inserting spaces, but instead it is highlighting the full text. How can I change this behavior?

Thank you,


Reinaldo.
by reinaldocrespo
Wed Mar 15, 2006 12:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hotspots?
Replies: 12
Views: 2603

Roger/Antonio; Were you able to get any of these two approaches to work? I'm dealing with the same situation. Have a timage control on a dialog and want to execute different code if clicked on different areas of the image. I'm trying with the tBmpBtn placed on top of the tImage control, but it is al...
by reinaldocrespo
Tue Mar 14, 2006 10:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TBitMap from resources causes Error FiveWin/3
Replies: 3
Views: 835

Enrico; Always appreciate your answers. I'm reducing the code to the bare minimum. This all happens from within the method of a class. local oSelf := Self DEFINE DIALOG ::odlg NAME "XRAYORDERS" OF ::oWnd TITLE "Xray Orders" ACTIVATE DIALOG oSelf:oDlg CENTERED The dialog code from...
by reinaldocrespo
Tue Mar 14, 2006 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TBitMap from resources causes Error FiveWin/3
Replies: 3
Views: 835

TBitMap from resources causes Error FiveWin/3

Hi. Have a dialog with a single control in it. CONTROL "", 1000, "TBITMAP", WS_CHILD | WS_VISIBLE, 7, 24, 123, 355 When excuted, I get a fivewin/3 can not create dialog. Path and name: F:\mp\triage.exe (32 bits) Size: 2,203,648 bytes Time from start: 0 hours 0 mins 7 secs Error o...