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 » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » "Forlano tabs" - fill EditFields from ArrayCtrl Row...
Re: "Forlano tabs" - fill EditFields from ArrayCtrl Row... [message #2220 is a reply to message #2218] Tue, 04 April 2006 17:29 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Just a little note.
I tried the above code and the application crashed when I left_click not on the record inside the arrayctrl. In this case the int_row is equal to -1. To prevent it I've added the line:

if (int_row < 0) return;

under the declaration of int_row and seems to work.
Luigi
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Getting data in a row of ArrCtrl
Next Topic: How to call the methods of a class from another class
Goto Forum:
  


Current Time: Wed May 08 18:09:54 CEST 2024

Total time taken to generate the page: 0.01953 seconds