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 » how to bind or convert Logc positions to int?
how to bind or convert Logc positions to int? [message #1944] Tue, 28 March 2006 15:59 Go to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator

	horzSplit.Add(tree);
	horzSplit.Add(editor1);
	horzSplit.Add(editor2);

      Add(option1);
      option1.SetPosX( horzSplit.GetPos(0) );  //error int to Logc


	Add(horzSplit.Horz().VSizePos(35,35));


In fact there 2 questions:
1.how to bind or convert Logc positions to int?
2.Shouldn't all Ctrl's have harmonised methods with the same naming to "speak to each other"? E.g splitter GetPos returns int but from 10000 range while others AFAIK return Logc...
 
Read Message
Read Message
Previous Topic: 603.r9 TreeCtrl etc. repaint optimization [BUG?]-No,feature.ParentCtrl and Ctrl
Next Topic: GetType() ???
Goto Forum:
  


Current Time: Fri Jun 06 20:34:52 CEST 2025

Total time taken to generate the page: 0.04268 seconds