hn_2015Occasional ContributorJoined 10 years ago6 Posts2 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRadio Button's caption not displayed. I created a User Form with a cxRadioGroup (Columns = 1, Items = OneItem, Visible = true). The item within the cxRadioGroup has Caption = ABC, Enabled = true, Visible = true, GroupIndex = 0. When I ran my Python script to display this User Form, the radio button was displayed without its caption. I'm running TC ver 11.0.655.7. Please advise. Re: Display test status on a User Form Hello, Position is the line number. It starts at 0. cxMemo only works if Position is correctly computed, i.e., they have to be consective number (0,1,2,3,....). If for some reason your computation missed a line number such as 0,1,2,4,... then you won't see your data on the Memo. Re: Display test status on a User Form I didnot need to get the string value already displayed in cxMemo. I need to display a string to the cxMemo. Anyway, I found the function that I need Lines.Insert (position, string). Re: Display test status on a User Form Helen, I'm writing a python procedure to display some text to a User Form. I did look into TcxMemo but didn't see any property allowing me to do this. Could you point out which property or any scheme to do this. Thanks Display test status on a User Form Is there a way to display multiple text lines on a User Form. I don't see any User Form component supporting this. Please confirm. Thanks. SolvedHow to save schema data to an XSD file I created an XmlCheckpoint and entered a schema. Now I like to save this schema in an XSD file foo.xsd and don't see any option to do this. Data is saved in an XML file, i.e., XmlCheckpoint1.xml. Please advise. Solved