Click here to Skip to main content
15,897,187 members

Comments by Member 13153191 (Top 5 by date)

Member 13153191 6-Jul-17 12:25pm View    
Thank you richard. I will take you're words and try to find the solution.
Member 13153191 6-Jul-17 12:16pm View    
Hai Richard,
Thanks for making you're time to see how many i posted on a similar content. I have posted not to ask anybody to read the whole manual instead there will be somebody who can guide or put some tutorial links so that i can read and learn from it. I presume this site is open and i believe that there will few nice people to direct a starter like me. Thank you.
Member 13153191 13-Jun-17 4:39am View    
I have a combobox which is having 12 options in it.I select individual option and enter a value in text box
for example option "A" ; text box value=10
option "B" ; text box value=20

how can i do this with the code when i select option "B" the "A" value gets reset. That is the problem. Thank you for you're time
Member 13153191 13-Jun-17 3:59am View    
sorry that was an example. coming back to the question, how can i get the values from textbox with the selection on combobox selection ?
Member 13153191 23-May-17 10:03am View    
i have to use class for integer called CELLS, i have 12 cells fro example cell_1, cell_2.....cell_12 and modes for example mode_1, mode_2. how can i used this in class
i have used like>>> public String Cell { get; set; }
public String Mode { get; set; }

i have to use extra things like Amplitude;frequency;Duration;Speed;Distance; which i enter values for this in a textbox. as of CELL AND MODE i use combobox. how can i use with the class.
I have got XML file from my GUI. I need to have exact through class. because in case if i need to add something in between class would be easy.


<?xml version="1.0" encoding="UTF-8"?>
-<timecode>
-<trial1>
<time_start>23 May 2017
-<motor1>
<direction>Down
<distance>4
<speed>545

-<motor2>
<direction>Up
<distance>89
<speed>68
<frequency>68
<duration>68

-<motor3>
<direction>Down
<distance>68
<speed>76

-<estim>
-<cell_1>
<amplitude>6
<frequency>64
<duration>4