Home Technical Talk

[Maxscript] mysterios Button (not appear in him place)

polycounter lvl 7
Offline / Send Message
EspiSensei polycounter lvl 7
Hi everyone!
i have an script with a mysterious rollout button and button, which move to right until almost disappear, i try in my pc (3ds Max 2017 with SP1) and It works fine but in my partner pc It doesn work. (3ds max 2017 with SP3) :S, the code is very simple:

Rollout JetMAXExporterExecutionRollout ""
(
-- UI --------------------------------------------------------------------------------------------------
group "Progress:"
(
progressBar export_progressBar ""
)
button exportObjects_bt "EXPORT OBJECTS" width:140 height:32 
button previewExport_bt "PREVIEW" width:120 height:22
-- end UI --------------------------------------------------------------------------------------------------
)

Maybe can be the 3ds Max version? maybe need a offset?


Thanks again polycounters!


ATTACH THE IMAGES HERE:




Replies

  • Swordslayer
    Offline / Send Message
    Swordslayer interpolator
    Looks like the rollout is extremely wide. Where is it used, subRollout or rolloutFloater? The part you posted isn't enough to tell.
  • EspiSensei
    Offline / Send Message
    EspiSensei polycounter lvl 7
    Sorry Swordslayer, i've been busy with the script, and now i got to fix it. My main problem was that i wanted to save the position and size parameter into a INI file. and this got a negative values into the Y axis parameters and i didn't get to know this.

    Something like that:



    Finally, I've decided to put off this feature, because the script was working nice except this.

    Thank you again for all! ^^


Sign In or Register to comment.