Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22

    Checkbox Position

    is there an option to put checkbox like this? , i mean one more at east than the other

    This image is hosted on a possibly dangerous website (http://2.imgland.net/1FfvsK.png). Please consider reuploading it on Imgur.com.


  2. #2
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    {
    "type" : "group",
    "name" : "BugWT Other Options",
    "column" : 2,
    "children": [
    {
    "type" : "combobox",
    "name" : "Choose your Vocation",
    "text" : "Vocation",
    "items" : ["Knight", "Paladin", "Sorcerer", "Druid"]
    },
    {
    "type" : "combobox",
    "name" : "If Vocation is knight, what weapon would you like to pick?",
    "text" : "Knight Weapon",
    "items" : ["Axe", "Sword", "Club"]
    },
    {
    "type" : "lineedit",
    "name" : "What city would you like to go?",
    "text" : "City:",
    "value" : "Thais"
    }
    ]
    }


    you just need write column:2, its from Rook by BugWT because actually i am making 8 lvl

  3. #3
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    @Dworak

    Thanks for ur help, but what i want is just a little more at east than the main title <.< like my ss not on a different column = )

  4. #4
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    {
    "type" : "group",
    "name" : "Old",
    "text" : "Old Spawn",
    "value" : true,
    "checkable" : true,
    "children" : [
    {
    "type": "checkbox",
    "name": "North",
    "text": "North Spawn",
    "value": true
    },
    {
    "type": "checkbox",
    "name": "South",
    "text": "South Spawn",
    "value": false
    }
    ]
    }


    this one ? not much like you showed on SS but a bit >>

  5. #5
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  6. #6
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    @Dworak

    Thanks for ur help, but what i want is just a little more at east than the main title <.< like my ss not on a different column = )

  7. #7
    Free User pvzin's Avatar
    Join Date
    Dec 2013
    Location
    USA
    Posts
    974
    Reputation
    48
    Rep Power
    22
    Quote Originally Posted by danielcb View Post
    @Dworak

    Thanks for ur help, but what i want is just a little more at east than the main title <.< like my ss not on a different column = )
    Should be what Dworak just posted. It's like you want sections inside a main section.
    Now if you really just wanna move the boxes a bit to the right, then I suppose it's not really possible.
    Yours,
    pvzin

  8. #8
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Did my post help you? or thats not what you are looking for?


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  9. #9
    Free User CroiX's Avatar
    Join Date
    Jan 2014
    Posts
    890
    Reputation
    61
    Rep Power
    22
    Try something like this pal.


    {
    "type" : "group",
    "name" : "TEST",
    "column" : 1,
    "children": [
    {
    "type" : "checkbox",
    "name" : "TEST1",
    "text" : "TEST",
    "value" : true
    },
    {
    "type" : "checkbox",
    "name" : "TEST2",
    "text" : "TEST",
    "value" : true
    },

    {
    "type" : "group",
    "name" : "TEST6",
    "column" : 1,
    "children": [
    {
    "type" : "checkbox",
    "name" : "TEST4",
    "text" : "TEST",
    "value" : true
    },
    {
    "type" : "checkbox",
    "name" : "TEST5",
    "text" : "TEST",
    "value" : true
    }


    ]
    }


    ]
    }


    Will look like -


    ---

    Quote or Tag me if you want me to reply quicker


  10. #10
    Free User CroiX's Avatar
    Join Date
    Jan 2014
    Posts
    890
    Reputation
    61
    Rep Power
    22

    ---

    Quote or Tag me if you want me to reply quicker


 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •