Search found 74 matches

by Gilbert
Sat Dec 02, 2006 1:20 am
Forum: FiveWin for CA-Clipper
Topic: Auto centering in dialog
Replies: 3
Views: 1432

Hi Enrico,

It`s a bit more complicated that I tought it would be, but it works nicely.

Thanks
Regards,

Gilbert
by Gilbert
Sat Dec 02, 2006 1:18 am
Forum: FiveWin for CA-Clipper
Topic: TMultiGet():New()
Replies: 4
Views: 1842

Hi Enrico,

Ooops...

Testing your sample code, wich did behave exactly like my code, I discoverd that my define for CRLF was Chr(10) + Chr(13) instead of the other way around. :oops: :oops: :oops: :oops:

Now it work fine.

Thanks,
Regards,

Gilbert
by Gilbert
Sat Dec 02, 2006 1:15 am
Forum: FiveWin for CA-Clipper
Topic: PrinterSetup()
Replies: 9
Views: 4611

Hi Antonio, I knew there was someting about PrinterSetup(), cause I remember getting very frustrated trying to figure out why in the world was I not getting anything back. How can I fix this function without recompiling the whole library ? I would like to solve this problem so I can go on with the r...
by Gilbert
Sat Dec 02, 2006 12:32 am
Forum: FiveWin for CA-Clipper
Topic: PrinterSetup()
Replies: 9
Views: 4611

Hi Antonio,


Sorry to tell you that PrinterSetup() return 0 whether I pressed OK or Cancel buttons.

Here`s the code I used for testing:


function Test()
local hDC

hDC := PrinterSetup()
MsgInfo(Str(hDC))

Return (NIL)

Regards,

Gilbert
by Gilbert
Fri Dec 01, 2006 9:40 pm
Forum: FiveWin for CA-Clipper
Topic: What is XPP
Replies: 3
Views: 1489

Hi again again Enrico,

That`s what I thought but was not sure. Strange thing about this is why would anyone use FWH and xBase++ when Alaska has it own 32 bits GUI library...

You don`t have to answer this...

Regards,

Gilbert
by Gilbert
Fri Dec 01, 2006 9:36 pm
Forum: FiveWin for CA-Clipper
Topic: TMultiGet():New()
Replies: 4
Views: 1842

Hi again Enrico, Not sure if that`s what I need but I still will give it a try. What I really am doing is a long text that I would like to display into TMultiGet() with a vertical schroll bar so that displayed information can be read from top to bottom. In this case the information that needs to be ...
by Gilbert
Fri Dec 01, 2006 9:25 pm
Forum: FiveWin for CA-Clipper
Topic: Auto centering in dialog
Replies: 3
Views: 1432

Hi Enrico,

Hi sure will do some testing this week end.

Thanks

Regards,

Gilbert
by Gilbert
Fri Dec 01, 2006 9:24 pm
Forum: FiveWin for CA-Clipper
Topic: PrinterSetup()
Replies: 9
Views: 4611

Hi Antonio,

I sure will do some testing on this.

Thanks

Regards,

Gilbert
by Gilbert
Fri Dec 01, 2006 3:36 am
Forum: FiveWin for CA-Clipper
Topic: TSay Class
Replies: 2
Views: 1445

TSay Class

Hi All,

In TSay Class, what`s the difference between VarPut() and SetText() Methods ?

Regards,
by Gilbert
Fri Dec 01, 2006 1:31 am
Forum: FiveWin for CA-Clipper
Topic: The FiveWin Demo
Replies: 13
Views: 6749

Hi Ken, If you`re gonna port to Fivewin go with FWH right away, better do it right away. Then you can forget about upgrading Blinker. Dont do like I did. I`m still using the 16 bit version, because I made major modifications to the class and would have to start over again. I know I`ll have to it som...
by Gilbert
Thu Nov 30, 2006 8:22 pm
Forum: FiveWin for CA-Clipper
Topic: TMultiGet():New()
Replies: 4
Views: 1842

TMultiGet():New()

Hi All, Ì have a string of text that I want to display in a Multiline get. No matter what I use at end of each lines (CRLF, CR, LF or Chr(141) + Chr(10)) it has no effect on the display. All I get is my text with BAR character everywhere I`ve put in a line feed or carriage return. In Clipper MemoEdi...
by Gilbert
Thu Nov 30, 2006 8:16 pm
Forum: FiveWin for CA-Clipper
Topic: Auto centering in dialog
Replies: 3
Views: 1432

Auto centering in dialog

Hi All,

I would like to automatically center a button in a dialog box. I can`t find out how to do this. Is there a way it can be done ?

Regards,
by Gilbert
Thu Nov 30, 2006 8:12 pm
Forum: FiveWin for CA-Clipper
Topic: What is XPP
Replies: 3
Views: 1489

What is XPP

Hi All,

I often see __XPP__ in many classes. I would like to know what does it refer to ?

Regards,
by Gilbert
Thu Nov 30, 2006 8:10 pm
Forum: FiveWin for CA-Clipper
Topic: The FiveWin Demo
Replies: 13
Views: 6749

Hi Ken, First if want to go on with Fivewin 16 bits, you should get Blinker 7.0 for two reasons: 1. I don`t think that Blinker 1.0 supports Fivewin since it came out much sooner. 2. I remember having a lots of problems running applications under Win2000 and WinXP using Blinker 4.0. So I beleive that...
by Gilbert
Thu Nov 30, 2006 7:58 pm
Forum: FiveWin for CA-Clipper
Topic: PrinterSetup()
Replies: 9
Views: 4611

Hi Antonio,

Do you mean that PrinterSetup will return a non zero value if OK button is presse and 0 value if Cancel button is pressed ?

Regards