- This topic has 7 replies, 3 voices, and was last updated 14 years, 11 months ago by Support.
-
AuthorPosts
-
December 4, 2009 at 1:46 am #33439Gus AriParticipant
Hi everyone..
I've already installed Alphaskins to my Borland C++ and it works well.
I want to know what code is used to randomly load / render (different skins every time it loads the project) the skins every time I hit run (F9) on my Borland C++.Best regards.
December 8, 2009 at 3:16 pm #41211SupportKeymasterHello
Try to use sSkinManager1.GetRandomSkin function, random accessible skin will be returned.
December 9, 2009 at 1:31 am #41216Gus AriParticipantQUOTE (Support @ Dec 8 2009, 11:16 PM) <{POST_SNAPBACK}>HelloTry to use sSkinManager1.GetRandomSkin function, random accessible skin will be returned.
thanks for the clue..but can you explain me more detail?
because when I attemp to put that code, it goes an error
maybe, the full code
December 10, 2009 at 1:17 pm #41253SupportKeymasterPlease write the text of received error.
Try this code : sSkinManager1.SkinName := sSkinManager1.GetRandomSkin;December 11, 2009 at 2:35 am #41264Gus AriParticipantQUOTE (Support @ Dec 10 2009, 09:17 PM) <{POST_SNAPBACK}>Please write the text of received error.
Try this code : sSkinManager1.SkinName := sSkinManager1.GetRandomSkin;CODE'GetRandomSkin' is not a member of 'TSkinManager'that's the error…there's no member named GetRandomSkin…how can I to get this function??
or there's another different way??
btw, I use this version AlphaControls 2009 v6.41 trial edition
thx in advanceDecember 11, 2009 at 7:21 am #41267SerebyParticipantthis function was added in v6.42.
Use the newest stable version v6.48
December 17, 2009 at 4:00 am #41299Gus AriParticipantQUOTE (Sereby @ Dec 11 2009, 03:21 PM) <{POST_SNAPBACK}>this function was added in v6.42.Use the newest stable version v6.48
Hi..I already use version 6.48 trial..but still can't find function GetRandomSkin, why it was happened?
What should I do?Is this happened because I am using the trial version?
regards
December 22, 2009 at 7:02 am #41345SupportKeymasterGetRandomSkin is a method of the TsSkinManager component since version 6.42.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)- You must be logged in to reply to this topic.