View Single Post
  #8  
Unread 12-05-2008, 04:29 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by Drumstix42 View Post
I think gm9 meant to say we're using Top, Left, Width and Height to get Integers after we put values into the comma delimited values like Location and Size.

Not sure about percentages. Been outta the loop with stuff the past few weeks.


Code:
iMathEvaluation=4+4
Parent.Location=(iMathEvaluation ## ', 0')
Random.Value.That.Needs.To.Be.Int=Parent.Left
True for comma delimited values.

Percentages is actually something I thought you discovered Drumstix, lol. To shave off percentages I think you can use the Top, Left, Width, Height directly:

Code:
Left=Parent.Spell_Cast_Percent.Text
Or my code has a bug, which is a possibility.

Edit: Yup, you discovered it: http://www.eq2interface.com/forums/s...9&postcount=13
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 12-05-2008 at 04:37 PM.
Reply With Quote