function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CombooComboo 

Problem with visualforce area type homepage component

Hi there,

I am trying to add a visualforce area type homepage component. But it keeps showing a blank area.
my visualforce page named mynewpage.vfp code here
<apex:page >
    <apex:pageBlock >
        Hello world!
    </apex:pageBlock>
</apex:page>
when I preview it, it's like this.
screenshot1
Then I create a homepage component here
User-added image

Next, I add it to home page layout and assign it correctly.
User-added image

After all, I go back to Home page, it shows nothing about this new page except its label.
User-added image

Could anyone tell me what is wrong here, or give me a detail example of adding a visualforce area type homepage component please?

In addition, here is what I found in home page's html code
<div>
   <div>
      <h2>test vf page</h2>
   </div>
   <div><iframe height="200px" frameborder="no" width="100%" title="MyNewPage" src="https://c.na30.visual.force.com/apex/MyNewPage?autoMapValues=1&amp;inline=1&amp;core.apexpages.framework.ApexViewServlet.getInlinedContentRequest=1&amp;sfdcIFrameOrigin=https://na30.salesforce.com/home/home.jsp&amp;sdfcIFrameOrigin=https://na30.salesforce.com/home/home.jsp" scrolling="no" name="06636000004EKlc" marginwidth="0" marginheight="0" id="06636000004EKlc"></iframe></div>
</div>
Thanks,

 
Ajay LAjay L
Hi Comboo,

Have you selected this below option "Show lable" in the Home page Components edit section? If you select his option then you can add this component to the Home page layout.
User-added image
CombooComboo
Thank you Ajay,

Yes, I checked it. And I can add it to the Home page layout even without check it.
The problem is, it shows nothing except the label.
Ajay LAjay L
Would you be able to share the screenshot here?
CombooComboo
Please see below. It only shows label, no content displayed.

User-added image
Ajay LAjay L
Please look ath this solution provided. it is kind of browser related.

http://help.salesforce.com/HTViewSolution?id=000182262
https://success.salesforce.com/issues_view?id=a1p30000000T1LRAA0

Reagrds,
Ajay