B4J Question PerXToCurrent, PerYToCurrent - Can we have it?

wonder

Expert
Licensed User
Longtime User
Erel,

Would it be possible to have B4J recognizing the code in the given example?
B4X:
dim PosX = 34%x as double
dim PosY = 50%y as double

I'm trying to port some B4A stuff and I was wondering if you could have 34%x in B4J to be the equivalent of (34 / 100) * MainForm.Width?

Is it possible for you to implement this?
 
Top