FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to change property form another form?
Goto page Previous  1, 2
 
Post new topic   Reply to topic     Forum Index -> DFL
View previous topic :: View next topic  
Author Message
AutoPython



Joined: 05 Dec 2009
Posts: 12

PostPosted: Sun Dec 06, 2009 9:10 am    Post subject: Reply with quote

I think the second one would go like this:

Code:


import dfl.all;
import myform2;

void main: initializeMyForm()
{
  auto d = new MyForm();
  d.text = "Hello...";
  d.Name.text = "name";
  d.show();
}



Again, I can't test these right now because my DFL library won't compile thins.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> DFL All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group