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 » LineEdit, EditFields, DocEdit » [HELP] Getting and setting values to EditInt
[HELP] Getting and setting values to EditInt [message #36546] Wed, 06 June 2012 20:45 Go to previous message
thiago__costa is currently offline  thiago__costa
Messages: 1
Registered: June 2012
Location: Guarulhos - SP
Junior Member
Hello people, this is my first topic here.
I'm new to U++, this framework is simply awesome!
I'm making a simple Lottery number checker Razz

I have a WithConfigLayout<TopWindow> d;
This window is for setting an array int result[6] that stores the values for comparation with user input.
I have 6 EditInt(result_1 to result_6), to store the value from result_1 in result[0] I'm doing this: result[0] = ~d.result_1;
But I want to do this within a for loop, how can I do this?

I need a way to to perform something like this:
for (int i = 0; i < 6; i++)
{
result[i] = ~d.result_(somehow I need to put i + 1 here);
}
There is a way to do this ?

Thanks for attention, hope anybody can help me.

[Updated on: Wed, 06 June 2012 20:48]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Masking the password field in the login page
Next Topic: To add some methods to LineEdit
Goto Forum:
  


Current Time: Thu Apr 25 14:03:09 CEST 2024

Total time taken to generate the page: 0.01956 seconds