Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FoxyDialog Questions

Status
Not open for further replies.

stanlyn

Programmer
Sep 3, 2003
945
US
Hi,

Anyone here using these vfp tools as they really give vfp a modern look in the dialogs arena? As I now attempt to integrate this, how do I pre-populate a textbox via code? Such as doing a table lookup and stuffing the returned values into the textbox. Where can I get the version that has hyperlinks capability? Is there a paid version of this, and if so where?

Thanks, Stanley
 
You presumably already know that the full documentation is here:
To pre-populate the textbox, you use the tcnDefault parameter, which is the second-to-last parameter. You can see an example in Sample 12 in the above documentation. I'm not aware of any support for hyperlinks. Perhaps that's something you would like to add yourself (the source code is available).

There's no paid-for version, but you could always offer a donation.

Mike



__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Thanks Mike,

I already figured it out and why I had issues was I was not trimming the return result and the textbox was showing the end of the string which looked blank. Once I trimmed it before assigning it to tcnDefault, it became visible. Without trimming, I only saw a blued (selected textbox that I thought was empty.

If you look near the bottom of the above mentioned document, you will see this that suggests more in the pipeline...

Thanks again, Stanley


FoxyDialog1_t6lmis.jpg
 
Yes, I saw that list of features in the pipeline. And of course, you are free to suggest further features yourself (use the Comment box for that).

I still don't see any reference to hyperlinks. Do you have any information about that?

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Hi Mike,

Yes, here is a clip from the included .chm file. It also talks about it not being part of the demo version...

FoxyDialog2_av0vhf.jpg
 
Stanley, I wonder if we are talking about the same product. I have FoxyDialog 2.41, dated 13/6/20. It does not have a CHM file. It uses a library named vfp2c32.fll. Your screen shot seems to belong to xmsg.fll.

Mike



__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Mike,
That very well could be true as I was testing them both and later decided to go with Foxy. I looked everywhere through the Foxy docs, articles and web pages for the hyperlink stuff so to send you the info. I couldn't find it anywhere and knew that I had seen it as well as the demo comment. Then I looked to the chm on my desktop and found it, and as you pointed out it was from the previous testing, and looks a lot like Foxy. Thanks for pointing that out, and after working most of yesterday integrating Foxy, I need to reevaluate xmsg because of the extra capabilities. Take a look at the attached chm.
Where did you see the 2.41 version number for Foxy?

Thanks again,
Stanley
 
FoxyDialog was based on work done by Anatolyi Mogylevets. He created around a half dozen FLLs that were available on news2news.com for a nominal fee - one was xmsg.fll and it came with a CHM file. Unfortunately, it is not available on VFPX GitHub.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top