Jump to content

Haggis

Members
  • Posts

    400
  • Joined

  • Last visited

Everything posted by Haggis

  1. Haggis

    No Icons

    will post a few screenshot when i gt`et ghome from work in the mornin lol i having some probs with aop but rest is fine i am currently trying to work out how to distinguish non subs lol
  2. Haggis

    No Icons

    I managed to get ir working just after my last post my coding was not wrong the icons files were corrupt lol i now have, treeview switch, nixcklist w icons and aop wi icons lol
  3. Haggis

    No Icons

    no diff i had been chaning stuff about i got icons in both mircdir and icons folder to make sure they were there still no diff though can one of u try it on ur mirc and see if it someit to do wi me i am on mirc 6.16
  4. Haggis

    No Icons

    i am going insane i have triwed another way i now have alias mdx { return $findfile($shortfn($mircdir),mdx.dll,1) } alias ctl { return $findfile($shortfn($mircdir),CTL_GEN.MDX,1) } alias bars { return $findfile($shortfn($mircdir),BARS.MDX,1) } alias views { return $findfile($shortfn($mircdir),views.mdx,1) } dialog auto { title "Auto Lists" size -1 -1 169 83 option dbu list 1, 1 1 167 81, size vsbar } On *:Dialog:auto:init:0:{ dll $mdx SetMircVersion $version dll $mdx MarkDialog $dname dll $mdx SetMircVersion $version dll $mdx MarkDialog $dname dll $mdx SetColor $dname dll $mdx SetFont $dname dll $mdx SetFont $dname 1 14 50 verdana dll $mdx SetControlMDX $dname 1 ListView report single grid > $views did -i $dname 1 1 headerdims 300 did -i $dname 1 1 headertext Autolist did -i $dname 1 1 iconsize normal small did -i $dname 1 1 seticon normal gold.ico did -i $dname 1 1 seticon normal host.ico set -u %x 0 while (%x < $lines(auto.txt)) { did -a $dname 1 +b 1 $read(auto.txt) inc %x } } and still the same
  5. Haggis

    No Icons

    nope still not working lol
  6. Haggis

    No Icons

    nope still dont work icons are in a folder called incons in the mirc dir i dont understand it
  7. Haggis

    No Icons

    maing an aop with icons alias mdx { return mdx.dll } alias ctl { return CTL_GEN.MDX } alias bars { return BARS.MDX } alias views { return views.mdx } alias icon { return icons\ $+ $1- } dialog auto { title "List View example" size -1 -1 100 91 option dbu list 1, 1 3 98 73, size button "&OK", 2, 49 78 37 12, ok } on *:dialog:auto:init:0: { dll $mdx SetMircVersion $version dll $mdx MarkDialog $dname dll $mdx SetControlMDX $dname 1 ListView report single grid > $views did -i $dname 1 1 headerdims 200 did -i $dname 1 1 headertext Autolist did -i $dname 1 1 seticon list $icon(gold.ico) did -i $dname 1 1 seticon list $icon(host.ico) set -u %x 0 while (%x < $lines(auto.txt)) { did -a auto 1 +b 1 $read(auto.txt) inc %x } } the list comes up it reads the list fromt he txt file there red squares instead of icons MIRC DIR auto.mrc mdx.dll ctl_gen.mdx views.mdx bars.mdx icons gold.ico host.ico i just dont know why they wont show
  8. Ok i just noticed a little bug when u load a playlist and let the mp3 play it plays first track then plays next tracks then keeps repeating this song lol i will fix it for next version
  9. I just tried connectiing a lot to mine i managed to get 500 before it started lagging an thats only on a 150k connectiong
×
×
  • Create New...