Please login or register.

Login with username, password and session length
Advanced search  

News:

Forum rules - please read before posting, it can save you a lot of time.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - maze

Pages: [1]
1
Technical forum / character limitation
« on: August 11, 2008, 10:48:48 AM »
Hi Guy's,

I have a static in a window. In this static I load different text from variables. Some of the text is too long, so I want to limit the number of characters that's been shown in the static.
I know that variable.Length show me the number of characters, but I don't know how to limit the number of characters.
Is there anyone out, who could give me the right idea?

It would be a nice feature in WindowEdit to limit the number of characters for statics and buttons, just like MaxLength attribute for editors, wouldn't it?

Thanks

2
Technical forum / Problem with saving X & Y coordinates
« on: July 11, 2007, 10:33:31 AM »
Hi Guy's,

I want't to save the X and Y Position of some entities, for a recall after a scene change.

I write it in global's like this: 
Code: [Select]
save_blue1X = (blue1.X);And recall it like this: 
Code: [Select]
blue1.SkipTo(save_blue1X, save_blue1Y);
It work's fine, but after I change the scene two times, in my save-global's is a null and all my entities are in the leftup border from the screen.

Thx


Pages: [1]

Page created in 0.057 seconds with 22 queries.