Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Bug on DropList?
Bug on DropList? [message #20672] Tue, 31 March 2009 12:53 Go to previous message
JoseB is currently offline  JoseB
Messages: 37
Registered: March 2009
Member
drpList.Add("1-First");
drpList.Add("2-Second");
drpList.Add("3-Third");
drpList.Add("4-Fourth");

...

String strTemp = AsString(drpList.GetValue());
PromptOK("You selected: " + strTemp);
It works well.




drpList.Add( AttrText("1-First").Ink(Yellow));
drpList.Add( AttrText("2-Second").Ink(Yellow));
drpList.Add( AttrText("3-Third").Ink(Yellow));
drpList.Add( AttrText("4-Fourth").Ink(Yellow));
...
String strTemp = AsString(drpList.GetValue());
PromptOK("You selected: " + strTemp);

Gives an Exception...


Thanks

Jose





[Updated on: Tue, 31 March 2009 12:53]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: How To call the Color picker window?
Next Topic: DropList - Changing colors
Goto Forum:
  


Current Time: Sun May 05 10:15:25 CEST 2024

Total time taken to generate the page: 0.01545 seconds