Jump to content

WRCLiam

Members
  • Posts

    54
  • Joined

  • Last visited

About WRCLiam

  • Birthday 11/30/1996

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Male

WRCLiam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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 } } ?
×
×
  • Create New...