Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Pageframe Issues

$
0
0
Re: Pageframe Issues
FoxInCloud
Re: Pageframe Issues
03/21/2012
06:57:49 AM
3GL0EXEQ5 Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None
I removed the pages from the pageframe. This caused an "Expression Evaluated to an illegal value" in subclasses without a PageCount property set. I added the PageCount property to those classes and it now has the captions after I adapt my app.

I was able to work around the visibility issue by setting the ActivePage property in the effected classes. They both had the default value of 1 but I needed to set the ActivePage property to 1 manually so that it shows as a Non-Default property.

That made the control visible on the form again.

Thanks for the help, I am excited to get started with this.

Patrick


Hi Patrick

I think it should work if you remove all pages from your base class

DEFINE CLASS fnd_pageframe AS qqqpgf ErasePage = .T. PageCount = 0 Width = 409 Height = 112 fnd_private_edit_status = 0 boundsource = "" fnd_edit_status = 0 Name = "fnd_pageframe" wcpropsave = "ActivePage,fnd_edit_status" ENDDEFINE

If it's OK, we'll add a workaround to FAA.
HTH,
Before adapt on Left, after on right. Page1 and Page2 captoin issue. Top pageframe after is not visible except for single page tab when mouseover tab. After clicking on any tab the pages become visible.


Viewing all articles
Browse latest Browse all 10393

Trending Articles