jck

Member
  • Content count

    24
  • Joined

  • Last visited

Posts posted by jck


  1. It looks native not only on Windows but also on GNOME, Windows Mobile, MacOS (not sure about this, but as it has wxMac port I think it should have native look).

    Also it has an interesting widget wxAuiNotebook that can help Apex to leave its "classic" look. For example my attempt to write code for Zion style tabs in wxWidgets resulted in success (took about half an hour to understand how it works and to write the needed code):

    post-20023-127636232596_thumb.png

    Is that GTK? It looks really nice, unless this can be achieved with QT I think this is a good enough reason to use WxWidgets for apex...


  2. ive been trying some client side lua scripts and i get this error commonly

    [01:32:52] LUA Error: ...\Installed Programs\ApexDC++\scripts\BCDCrazy1.0.lua:93: attempt to call a table value

    this is what line 93 does

    for k,v in cCmds do

    is there anything i can do about this?


  3. i have a clientside lua script running on apex 1.2 beta which allows me to set a queue of offline PM's.

    is there anyway i can integrate it to apex such that i can send it like a normal pm to an offline user ( pm window already open)

    it uses the format +pmo <nick> <message>


  4. thanks...

    i edited it with notepad and its fine now

    excell didnt add quotes and there was a box at the end of every line in notepad...

    where are the flags stored?


  5. ok there was only i logical place to put it in between 9.20.... and 11.0....

    i put in

    10.4.7.1 10.4.7.255 168036097 168036351 CA Canada

    between them and restarted dc...

    but the 10.4.7.* ip's(and all others) are still shown as A,(ip)


  6. if i put only "10.4.7.1","10.4.7.255","168036351","168036605","C1","ch1" in geoipcountrywhois.csv ans restart dc and open filelist of a 10.4.7.* it still shows a ?


  7. i want to modify GeoIPCountryWhois.csv for my college's lan

    for ex 10.4.7.1-10.4.7.255 is ch1

    10.4.10.1-10.4.10.255 is ch4 etc...

    can you tell me how to do this