cancel
Showing results for 
Search instead for 
Did you mean: 

Blank screen appears after deploying and run?

Former Member
0 Kudos

Hi,

I have implemented a WD application i.e. a quiz application,

1)i have a t-layout

2)Top segment has welcome iview

3)left segment has question

4)right has question mark image

i have defined plugs and actions as well

But when i deploy and run this application, only blank screen appears.Any ideas what i am missing?how to make it run??

Thanks $ Regards,

Ameya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ameya,

Just see that you have added your views to your window. This might be the reason you can't see anything while you try to run your application.

Warm Regards,

Murtuza

former_member188632
Active Contributor
0 Kudos

Hi,

Thanks for reply.

Did you mean i should embed my view?

Regards,

Ameya

Former Member
0 Kudos

Hi Ameya,

Embed ur view to the window.Open the window.in that u will get the option the embed to existing view(since u have already created the view).add the view & then try.

regards

Sumit

former_member188632
Active Contributor
0 Kudos

Hi sumit,

Well i embeded all the viwes in my window, but there is default text iview present under my window, is this the problem?

former_member185029
Active Contributor
0 Kudos

Ameya

The view you want to see 1st after executing application should be set to default.

Is that what you have done?

Ashu

former_member188632
Active Contributor
0 Kudos

Hi Ashutosh,

No, i have not set the first view, but the default text view is there which was created during component creation,should i delet this?

Former Member
0 Kudos

Hi Ameya,

Yes embedd your view in your window and set that view's default property to true so that when you would execute your application you would get your default view as initial.

Regards,

Murtuza

Former Member
0 Kudos

Hi,

The welcome view, inside the workset should have the property "Default=true", for other views in the workset it should be false.

Regards,

Venkat

former_member185029
Active Contributor
0 Kudos

Hi,

If it is not required then you can go ahead and delete it.

The primary thing is to set your view as default view and execute the application.

Ashu

former_member188632
Active Contributor
0 Kudos

Hi,

but how to set a view as a default view??

Former Member
0 Kudos

Hi

goto windows

select the "view" which you want to make as default

goto properties of selected view

select the property "default" to true

Regards

Chaitanya.A

Former Member
0 Kudos

Click the view in the window, you can see the properties of that view. You can find a property called "default" which takes either true or false.

Regards,

Venkat

former_member185029
Active Contributor
0 Kudos

Double click on the Window to open a window diagram.

Click on your view and check properties tab.

Set the default property as true (that will turn the color of your view as dark green).

Ashu

former_member188632
Active Contributor
0 Kudos

Hi,

Well, yes this property is already been set as default, but still when i run this, i am getting only blank screen,though i delet default text view of my window,also set my view as default but still problem persists.Any idea??

Regards,

Ameya

former_member185029
Active Contributor
0 Kudos

Hi,

Are you sure you are using option "Deploy and run"?

Ashu

former_member188632
Active Contributor
0 Kudos

Hi Ashu,

Yes i am using the same option<b> "Deploy and run"</b>

Former Member
0 Kudos

HI,

You are using a workset inside the window?

Have you embedded all your views inside the workset?

Have you made the "default" property of your workset to TRUE?

Regards,

Venkat

former_member188632
Active Contributor
0 Kudos

Hi Venkatraman,

Yes its working!!

Oh ho..there lies the problem, though i have made property of view as default = true, but the same property for viewset was false and i guess thats why it wasnt showing anything..Now its working absolutely fine..

Thanks a lot to every one..

Regards,

Ameya

Former Member
0 Kudos

Hi..

For setting view as a default view..

Select the view and in properties you have to give the field Default as True...

urs gs

Former Member
0 Kudos

to Set default view..

Select view and in properties set default as true...

Urs GS

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ameya.

At the time of Comonent creation it will automatically creates a view and window.

so you need to add[embed] your view to the window

open window right click and select "embed view" and then select existing view

select your view from the list

rebulild the project and run

Regards

Chaitanya.A

Former Member
0 Kudos

Hi,

The view will be embedded into your window when you create the window/view. Check the "default" property of your view is set to TRUE.

Regards,

Venkat

former_member185029
Active Contributor
0 Kudos

Hi,

Double click on window and check if there is any default view.

Ashu

former_member188632
Active Contributor
0 Kudos

Hi,

Yes there is a default text view..