Search found 67 matches

by John
Sat Feb 11, 2006 6:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: oMenu acts differently in February build
Replies: 3
Views: 776

oMenu acts differently in February build

Antonio,

it seems the menu items move a little to the right when there is a submenu attached to it, is this intentionally?

Saludos,

John.
by John
Sat Feb 04, 2006 5:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to retrieve text from BtnBmp?
Replies: 2
Views: 626

Thanks Enrico!
by John
Fri Feb 03, 2006 8:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to retrieve text from BtnBmp?
Replies: 2
Views: 626

How to retrieve text from BtnBmp?

Hi,

after clicking a button i want to retrieve the text i put on it with settext(), but gettext() doesn't do the trick, any suggestions?

Thanks,

John.
by John
Wed Jan 25, 2006 6:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to use brush with Buttonbar and others?
Replies: 5
Views: 1278

Thanks Richard, that works! So my next challenge is to give the statusbar of oWnd the brush look and also the folders, any suggestions?

Regards,

John.
by John
Wed Jan 25, 2006 9:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use brush with Buttonbar and others?
Replies: 5
Views: 1278

Hi Richard,

how do i implement this?

Actually i want to have a similair look as:
http://www.google.com/vsueldo.jpg and
http://www.google.com/nomp2.jpg

Zaijian,

John.
by John
Wed Jan 25, 2006 7:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use brush with Buttonbar and others?
Replies: 5
Views: 1278

How to use brush with Buttonbar and others?

Hi,

i'm trying to add a new look to my app by adding a brush to my Dialogs. But i cannot figure out how to do the same with the Buttonbar, the Menu and the lower part of the window (where the date etc. is located).

Any suggestions?

Thanks in advance,

John.
by John
Mon Jan 16, 2006 5:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: App 'hangs' when using FTP
Replies: 3
Views: 959

Hi Carlos,

i'm not using cdx, but ntx in my own app... Any other suggestions?

Thanks,

John.
by John
Sun Jan 15, 2006 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: App 'hangs' when using FTP
Replies: 3
Views: 959

App 'hangs' when using FTP

Hi,

when using the FTP class, my app stays active as a process. I'm not able to close it down in a proper way, like with oFTP:end() or oInternet:End().

Am i missing something?

This is the example i used (please rename jpg to zip).
http://img462.imageshack.us/img462/244/ftp9wx.jpg

Thanks,

John.
by John
Sat Jan 14, 2006 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Any change in ALT-Z with FWH27?
Replies: 6
Views: 1311

Antonio,

your example works fine. So it seems the extra code i use, makes the contents of the GET dissapear. Strangely enough, this worked in the previous version...

Thanks,

John.
by John
Sat Jan 14, 2006 7:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Any change in ALT-Z with FWH27?
Replies: 6
Views: 1311

Hi Antonio, When pressing the ALT key, the underscores appear. This is what's in my RC file: PUSHBUTTON "&Zoek", 303, 126, 224, 50, 14 ... EDITTEXT 305, 14, 224, 110, 13 And in my app: REDEFINE BUTTON oZoek ID 303 OF oDlg .... REDEFINE GET oZoekString VAR cZoekString ID 305 of oDlg val...
by John
Fri Jan 13, 2006 3:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Any change in ALT-Z with FWH27?
Replies: 6
Views: 1311

Any change in ALT-Z with FWH27?

Hi, in FWH25, a button like &Zoek (Search) worked when using the ALT key in combination with the Z, and standing in a GET. Since i've upgraded (FWH27/xHarbour 0.99.51), using the ALT-Z combination clears the GET, and that's it. Any ideas how to get my original functionality back? Thanks in advan...
by John
Fri Jan 13, 2006 5:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Faxing from within FWH, is this possible?
Replies: 5
Views: 1658

Hi Rochinha,

can you tell me where to find this app? Still i don't think i will have full control over the sending process, because you have to hand over the control to the app, after writing the Send2Fax.del file, right?

Thanks,

John.
by John
Thu Jan 12, 2006 4:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Faxing from within FWH, is this possible?
Replies: 5
Views: 1658

Hi Silvio,

thanks for your reply. I only found 'FiveWin connection to GFI FAXmaker' on that site, is that what you mean?

Best regards,

John.
by John
Thu Jan 12, 2006 8:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Faxing from within FWH, is this possible?
Replies: 5
Views: 1658

Faxing from within FWH, is this possible?

Hi,

Is it possible to Fax directly from within FWH, using an oldfashioned faxmodem? (Like with the old Faxual II lib for Clipper) I don't want to use an external driver because i want to be in full control..

Thanks in advance,

John.
by John
Mon Jan 09, 2006 9:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Print preview: No images on the buttons
Replies: 9
Views: 1884

ok, that solved the problem! I had an old version still in that directory, replacing it with the latest one was the solution, thanks!