Jump to content

Dailog Tab Question


trendwhore

Recommended Posts

hey ppl i got an dailog

my problem is i got advertise dailog like hybrids one only every advertiser is under a tab but my on every tab i also got a a button to close

dialog Adviej {
 title "Reclame-Maker"
 size -1 -1 440 184
 option pixels
 tab "Adverteerder 1", 1, 0 0 439 191
 list 2, 8 32 348 100, tab 1 size
 check "Standaard", 3, 8 144 76 20, tab 1 push
 check "In Fluister", 4, 96 144 68 20, tab 1 push
 check "Actie", 5, 176 144 52 20, tab 1 push
 button "Aan", 6, 368 104 59 25, tab 1
 button "Uit", 7, 368 142 59 25, tab 1
 button "Reclame Maker Sluiten", 15, 240 142 115 25, tab 1 ok
 edit "", 37, 376 48 44 21, tab 1
 text "Minuten.", 38, 376 72 42 16, tab 1
 text "Om De:", 39, 376 32 42 16, tab 1
 tab "Adverteerder 2", 8
 list 9, 8 32 348 100, tab 8 size
 check "Standaard", 10, 8 144 76 20, tab 8 push
 check "In Fluister", 11, 96 144 68 20, tab 8 push
 check "Actie", 12, 176 144 52 20, tab 8 push
 button "Uit", 13, 368 142 59 25, tab 8
 button "Aan", 14, 368 104 59 25, tab 8
 button "Reclame Maker Sluiten", 16, 240 142 115 25, tab 8 ok
 text "Om De:", 40, 376 32 42 16, tab 8
 edit "", 41, 376 48 44 21, tab 8
 text "Minuten.", 42, 376 72 42 16, tab 8
 tab "Adverteerder 3", 17
 list 20, 8 32 348 100, tab 17 size
 button "Aan", 21, 368 104 59 25, tab 17
 button "Uit", 22, 368 142 59 25, tab 17
 button "Reclame Maker Sluiten", 23, 240 142 115 25, tab 17 ok
 check "Standaard", 24, 8 144 76 20, tab 17 push
 check "In Fluister", 25, 96 144 68 20, tab 17 push
 check "Actie", 26, 176 144 52 20, tab 17 push
 text "Om De:", 43, 376 32 42 16, tab 17
 edit "", 44, 376 48 44 21, tab 17
 text "Minuten.", 45, 376 72 42 16, tab 17
 tab "Adverteerder 4", 18
 list 27, 8 32 348 100, tab 18 size
 button "Aan", 28, 368 104 59 25, tab 18
 button "Uit", 29, 368 142 59 25, tab 18
 button "Reclame Maker Sluiten", 30, 240 142 115 25, tab 18 ok
 check "Standaard", 31, 8 144 76 20, tab 18 push
 check "In Fluister", 32, 96 144 68 20, tab 18 push
 check "Actie", 33, 176 144 52 20, tab 18 push
 edit "", 46, 376 48 44 21, tab 18
 text "Om De:", 47, 376 32 42 16, tab 18
 text "Minuten.", 48, 376 72 42 16, tab 18

 

 

this is only the dailog but the button "Reclame Maker Sluiten"on tab 4 does only work and the rest not just like the other buttons everything on tab 4 works the other t3 doesnt work

can anyone help me ( hopefully it was clear enough) :$ :)

Link to comment
Share on other sites

well dailog here looks ok so have to be the coding

 

dialog Adviej {
  title "Adviej"
  size -1 -1 440 192
  option pixels
  tab "Adverteerder 1", 1, 0 0 439 191
  list 2, 8 32 348 100, tab 1 size
  check "Standaard", 3, 8 144 76 20, tab 1 push
  check "In Fluister", 4, 96 144 68 20, tab 1 push
  check "Actie", 5, 176 144 52 20, tab 1 push
  button "Aan", 6, 368 104 59 25, tab 1
  button "Uit", 7, 368 142 59 25, tab 1
  button "Reclame Maker Sluiten", 15, 240 142 115 25, tab 1 ok
  edit "", 37, 376 48 44 21, tab 1
  text "Minuten.", 38, 376 72 42 16, tab 1
  text "Om De:", 39, 376 32 42 16, tab 1
  tab "Adverteerder 2", 8
  check "Standaard", 10, 8 144 76 20, tab 8 push
  check "In Fluister", 11, 96 144 68 20, tab 8 push
  check "Actie", 12, 176 144 52 20, tab 8 push
  button "Uit", 13, 368 142 59 25, tab 8
  button "Aan", 14, 368 104 59 25, tab 8
  button "Reclame Maker Sluiten", 16, 240 142 115 25, tab 8 ok
  text "Om De:", 40, 376 32 42 16, tab 8
  edit "", 41, 376 48 44 21, tab 8
  text "Minuten.", 42, 376 72 42 16, tab 8
  list 9, 8 32 348 100, tab 8 size
  tab "Adverteerder 3", 17
  list 20, 8 32 348 100, tab 17 size
  button "Aan", 21, 368 104 59 25, tab 17
  button "Uit", 22, 368 142 59 25, tab 17
  button "Reclame Maker Sluiten", 23, 240 142 115 25, tab 17 ok
  check "Standaard", 24, 8 144 76 20, tab 17 push
  check "In Fluister", 25, 96 144 68 20, tab 17 push
  check "Actie", 26, 176 144 52 20, tab 17 push
  text "Om De:", 43, 376 32 42 16, tab 17
  edit "", 44, 376 48 44 21, tab 17
  text "Minuten.", 45, 376 72 42 16, tab 17
  tab "Adverteerder 4", 18
  button "Aan", 28, 368 104 59 25, tab 18
  button "Uit", 29, 368 142 59 25, tab 18
  button "Reclame Maker Sluiten", 30, 240 142 115 25, tab 18 ok
  check "Standaard", 31, 8 144 76 20, tab 18 push
  check "In Fluister", 32, 96 144 68 20, tab 18 push
  check "Actie", 33, 176 144 52 20, tab 18 push
  edit "", 46, 376 48 44 21, tab 18
  text "Om De:", 47, 376 32 42 16, tab 18
  text "Minuten.", 48, 376 72 42 16, tab 18
  list 19, 8 32 348 100, tab 18 size
}

Link to comment
Share on other sites

Guest Travis

button "Reclame Maker Sluiten", 23, 240 142 115 25, tab 17 ok

 

 

If youw ant a control to be on every tab, dont designate a tab.

 

button "Reclame Maker Sluiten", 23, 240 142 115 25, ok

 

This will show up on every tab.

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...