Jump to content

WRCLiam

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by WRCLiam

  1. The toolbar now doesn't use and DLLs "/toolbar" Fmod MP3 player MTS themes What else could i add?
  2. Hi dan. Yeah i found that dcx was the problem and posted the bug on the forum. thanks for looking up the /toolbar command i didn't know you could do that. cherrs mate
  3. Thanks for that Dan :-) I don't know if this is a bug in mirc
  4. Heres what i get with xdock -t $dialog($dname).hwnd +v same with s h v n
  5. This post has been edited by myself. I worked out the away alias but i have another problem and didnt want to start a new topic here it is
  6. I'm trying to think what else i can add, any ideas?
  7. Bit of a pointless program really, Ubuntu comes with Grub right? It really isnt hard to burn Ubuntu to disk and install it. Ubuntu makes it easy anyway...
  8. Hi Travis Thanks for that mate
  9. I've come up with this, but still no work, status window gos crazy and mirc crashes alias k_bart_cb { if ($2 != mouse) { echo $color(info) -s */ k_bart_cb: $1- if ($3-4 == 1 1) if ( $scid($activecid).status = connecting || $scid($activecid).status = connected ) { set %pres disc xdid -v k_bart 1 1 Disconnect } else { set %pres conn xdid -v k_bart 1 1 Connect } } } ================EDIT================= I've worked it out!
  10. Hey (Still trying to convert) I finaly have the slick working great, now for this the xdid below doesnt seem to be working, i've also tryed -t and -o the button is for connect and dissconnect alias update_k { if (!$dialog(k_bart_table)) { halt } else { scid $activecid if ( $scid($activecid).status = connecting || $scid($activecid).status = connected ) { xdid -a $dname 1 1 +cvb 0 1 $rgb(255,0,0) Dis $chr(9) Tooltip } else { xdid -a $dname 1 1 +cvb 0 1 $rgb(255,0,0) Con $chr(9) Tooltip } } } ;// Callback alias for k_bart alias k_bart_cb { if ($2 != mouse) { echo $color(info) -s */ k_bart_cb: $1- if ($3-4 == 1 1) if ($scid($activecid).status = connecting || $scid($activecid).status = connected ) { scid $activecid disconnect } else { scid $activecid server } update_k } }
  11. Sorry Dan, you must have posted at the same time as me. Thanks for your help mate. Just one more question, when the toolbar is docked it still have the titlebar, and its very small, how would i get rid of the titlebar and make the toolbar ... dialog size, make any sence? cheers EDIT: Fixed!
  12. Ok, so... on *:dialog:k_bart:*:*: { if ($devent == init) { dcx Mark $dname k_bart_cb xdialog -b $dname +mntyz ;// Call initilisation alias k_bart_init_dcx } } ----------to this--------- on *:dialog:k_bart:*:*: { if ($devent == init) { dcx Mark $dname k_bart_cb xdialog -b $dname +mntyz ;// Call initilisation alias k_bart_init_dcx cb_alias $dname sclick 1 1 echo -a test } } ?
  13. I've just added xdock to the toolbar. It's docked but it still got the titlebar and its ver small. Very ehh
  14. Hi guys, I'm having problems trying to convert a toolbar i made with MDX Where would i put the sclick for DCX button bit of code xdialog -c $dname 1 toolbar -3 -3 496 34 flat top list tooltips arrows tabstop xdid -l $dname 1 32 xdid -m $dname 1 0 xdid -a $dname 1 1 +cv 100 1 $rgb(255,0,0) Button $chr(9) Tooltip xdid -w $dname 1 +n 0 C:\Users\Liam\Kaleidoscope\sys\k.ico cb_alias $dname sclick 1 1 echo -a test } I did read the manual put that doesnt give much help
  15. ahh i got a error - * Invalid parameters: $did (line 10, script1.mrc) - i've just tried $did(ab,17) with no luck
  16. If you could also help with this issue on start (the check box) the idea would be if the check box is checked it would display on startup, and if not checked then the dialog would not be displayed on start... what i came up with on *:start: { k_bar set %version $version if (%cb == checked) { dialog -m ab ab did -c ab 17 } else { halt } }
  17. Your the man. Cheers mate
  18. Hi guys I need help, i've added a check-box to a dialog and i'm having problems trying to code it, its been so long heres what i came up with, and no worky! on *:dialog:ab:sclick:17: { if (%cb == checked) { set %cb unchecked | did -u ab 17 | echo -a 1 elseif (%cb == unchecked) { set %cb checked | did -c ab 17 | echo -a 2 } } }
  19. Travis I take it thats the alias for dcx?
  20. Sorry 6 35 Whats the alias to dcx.dll? i have: alias xdock { dll $shortfn($scriptdirdcx.dll) $$1- } and: xdock -t $dialog(k_bar).hwnd +h
×
×
  • Create New...