Janos
About
- Username
- Janos
- Joined
- Visits
- 29
- Last Active
- Roles
- Member
Comments
-
@Fab Once again, thank you so much! I do feel that your method is far less complicated then mine and looks more elegant for sure. However at first I encountered the same issue as before, it only has been resolved by adding a second loop with sequen…
-
@Fab The method you are using is the same one I tried but since it is not working for me there must be something off. I am logging the variables to the windows console aswell and thus I see that they are actually being calculated and logged but wh…
-
So for some reason I cannot edit my latest post, but I have one more thing to add that may simplify the whole discussion. As mentioned before I do have the code to resize the credit card and get the correct scaling factor. One idea of mine was to p…
-
@Fab Hi and thanks for your reply!:) While I understand your approach, I am afraid that I would have the same issue, right? Because if I would follow your approach, that means I would also calculate a variable within a inline javascript that I woul…
-
@Fab Hi Fab, just saw your reply. Thanks for the advice! However, I would for now really like to just use value I calculate in the java inline script to scale the image in the sketchpad item... I am really out of ideas. Do you know a way ? Im doub…
-
So I got to a point where I do have the code to calculate said metric. It is stored in the `prepare tab` // Create a semi-transparent overlay to cover the entire screenvar overlay = document.createElement('div'); overlay.style.position = 'fixed'; ov…