cancel
Showing results for 
Search instead for 
Did you mean: 

Issue With Table

Former Member
0 Kudos

hai,

I am using table when selecting the table it displayed in red color . but i want that in green, how is that.

and using dropdownbyindex it shows an empty item as initial, how to remove that

regards

Accepted Solutions (1)

Accepted Solutions (1)

Yashpal
Active Contributor
0 Kudos

Hi,

the red color coming after selection of a row is a feature of themes ....for that u have to modify the themes using theme editor and then upload to the server and then for ur application u have to set the default theme to that....

and AFAIK the empty item can't be deleted u have handle its index by yourself through code......

sorry it can be done by

setting the selection of corresponding context node to 1..1

Regards,

Yash

Message was edited by: Yashpal Gupta

Former Member
0 Kudos

hai yash,

thanks alot ,

i dnt about theame editor can u explain me briefly how it is .

regards

Yashpal
Active Contributor
0 Kudos

Hi,

theme editor is all about editing the UI Control Display properties... like color, fonts ,size ....

for editing the theme u have to download theme editor there are several inbulit themes are present u have to make changes in them according to ur need .......

link for downloading eclipse theme editor.......

see in download section also

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/ad5f4259-0501-0010-f3b9-c1b1d654f4... [original link is broken]

Regards,

Yash

Former Member
0 Kudos

hai yashpal,

I down loaded theams editor, wht next i will do,

waiting for your reply...

regards,

naga raju

Former Member
0 Kudos

Hi ,

Check my article on how to create themes and apply the same.<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ccb6bcf4-0401-0010-e3bc-ec0ef03e13d1">Themes in WD applications</a>

Regards

Bharathwaj

Former Member
0 Kudos

thanks yashpal.

I will follow that article. i am sure about success.

can you please tell me if i deploy and run the wdp application it destroys the existing web browser.

how to solve it

regards,

naga raju

Former Member
0 Kudos

Hi yashpal,

Your article is very good and highly appreciatable.

Its help me alot it gives me solution for lot of problems.

thank you very much.

I f any doubt about this area i will contact you.

can you give me the solution for above problem

Former Member
0 Kudos

Hi Nagaraju,

When did my name change to Yashpal ???

Abt ur question.. No idea.. ! It will open itself in the latest window..

Regards

Bharathwaj

Former Member
0 Kudos

Hai bharatwaj,

Sorry, I am under small pressure, take this light,

the thing u solved is very much help to me , i am not able to give you 100 points , sorry for that,

very very thanks.

Former Member
0 Kudos

Oooh !Its ok.. ! Anytime .. there is SDN.. !

Former Member
0 Kudos

hai bharathwaj,

i am not able to create new theame project , coz the location is not valid,

how to solve please help me

Former Member
0 Kudos

Hi,

You have to point the folder to NW04Stack09Themes folder while you are creating a theme project.

There are two things to download.. One is the plugin to enable themeeditor explorer in NDS.

And other is NW04Stack09Themes which contains the standard themes.

Both will be available in the theme editor link.Check the article doc again. I remember mentioning it.

Regards

Bharathwaj

Former Member
0 Kudos

hai, can i amke a new folder with name nw04stack09themes

or can u tell me the path

Former Member
0 Kudos

Thanks Bharatwaj,

I got it , thanks for your patience

Former Member
0 Kudos

hai bharatwaj,

Wht is the visual administrator, how can i use it, is it buit wth sdn i didnt see it upto now

regards

naga raju

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naga Raju,

am not sure about the first question you put up.

but for the second question this is the solution

1. Modify the "collection cardinality" property of the node that is bound to the DropDownByIndex control

- by default the value is 0..n

set it to 1..n

These values are responsible for the runtime context objects of the context elements under that node.

1..n makes sure that the framework creates atleast one context object element.

try it out. it works.