mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2004
Posts: 20
S
Salz Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2004
Posts: 20
hello,
ok, my english is bad... but i have to say something smile

it is nice that we have Dialogs...
The Scroll object is nice, too
And that listboxes only have multiple lines, is also ok.
but why it dosent exist an NVsbar, or NHsbar ...
it is stupid, we have vsbar, but an vsbar is everytime there, when we need it....
but no vertical srcoll dosent exist... :-/
i think anyone will know what i want to say....

for example, if we have a NOvsbar parameter, we can create multiple split listboxes ... bzw .. we can can place 3 listboxes in one dialog, and can create in combination with scoll "one listbox" .....

... ok .. have a nice day
i will see if anyone understand me smile

Joined: Feb 2004
Posts: 20
S
Salz Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2004
Posts: 20
like ->
Code:
dialog new_table {
  title "New Project"
  size -1 -1 200 100
  option dbu
  scroll "", 1, 180 20 8 70, group range 10
  list 2, 40 20 70 80 
  list 3, 110 20 70 80
}

on *:dialog:new_table:init:0:{
  var %x = 30
  while (%x > 0) { 
    did -a $dname 2 hello 
    did -a $dname 3 MOEP
    dec %x
  }
  did -z new_table 1 0 $did(new_table,2).lines
}
on *:dialog:new_table:scroll:1:{ 
  did -c new_table 2 $did(new_table,1).sel
  did -c new_table 3 $did(new_table,1).sel
}

Joined: Feb 2004
Posts: 20
S
Salz Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2004
Posts: 20
ok .. no body understand me :-/
have a nice day.....


Link Copied to Clipboard