Search found 10 matches

by bterce@matrixcomputer.com
Tue Apr 24, 2007 5:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CONSTANTS used in Excel
Replies: 5
Views: 1281

Thanks GALE

Bert
by bterce@matrixcomputer.com
Mon Apr 23, 2007 9:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CONSTANTS used in Excel
Replies: 5
Views: 1281

Enrico, thanks a lot for your help.

Bert
by bterce@matrixcomputer.com
Mon Apr 23, 2007 6:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CONSTANTS used in Excel
Replies: 5
Views: 1281

CONSTANTS used in Excel

Hi

How and where do you find the value of CONTANTS used in Excel, ex: xlCenter, xlRight,xlAutomatic, etc? I've search in the .CHM files but didn't find them? I'm recording a MACRO and trying to convert them into Fivewin codes. Please help.

Bert
by bterce@matrixcomputer.com
Tue Apr 10, 2007 1:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a TBTNBMP transparent
Replies: 4
Views: 1264

Thank you Antonio, it works when used in a Dialog, but how can you do it in a Window? There is no TRANSPARENT clause when defining a Window.

Thanks again,
Bert
by bterce@matrixcomputer.com
Tue Apr 10, 2007 1:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a TBTNBMP transparent
Replies: 4
Views: 1264

More

I am using a BRUSH in my window thats why I want the BTNBMP to be trasparent.
by bterce@matrixcomputer.com
Tue Apr 10, 2007 1:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a TBTNBMP transparent
Replies: 4
Views: 1264

How to make a TBTNBMP transparent

Hi, I am dynamically creating a BTNBMP (not from resource) to a window and I can't make it transparent. However, if I do it from a Resource dialog, it works. How can I do it without using a Resource dialog? This one works for a Resource dialog: REDEFINE BTNBMP oBTN RESOURCE "TEST" OF oDLG ...
by bterce@matrixcomputer.com
Sat Mar 31, 2007 3:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tvideo
Replies: 4
Views: 1112

Thanks,

I'll give it a try. Will it give me some control of the media player, like checking the OnClick method to check if the user clicked the Video? Do I have a way of knowing if the file being played is done so I can play the next file?

Bert
by bterce@matrixcomputer.com
Sat Mar 31, 2007 2:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tvideo
Replies: 4
Views: 1112

Addendum:

I can play again when using :play(nFrom,nTo) by specifying the nFrom and nTo parameters, but I don't know how to play again using :PlayFull().

Bert
by bterce@matrixcomputer.com
Sat Mar 31, 2007 2:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tvideo
Replies: 4
Views: 1112

Using Tvideo

Hi, I have a video object that is created when the application activates. At some point I need to use the public video object to play different files. I was able to make it play (using video_object:playfull()) , but only when it is the first time. It won't play again using the same file. I tried res...
by bterce@matrixcomputer.com
Tue Mar 20, 2007 9:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Video in FullScreen
Replies: 1
Views: 629

Video in FullScreen

Hi,

I'm trying to create an application that plays video in fullscreen mode. However the video class of my old version of xHarbour does not support video in fullscreen mode. Do I need to buy the latest xHarbour? Please help.

Bert