Problem jopsi v19 Task.

02/23/2013 15:23 Rhyder`#1
Hello.
I have a problem on jopsi taskbar..when i logout my neuz will stuck and not responding.how to fix?

i dont get error log on that problem :(

.and also when i put a skill on 6 slot it wont work it still cant put a skill :(
02/24/2013 01:16 Cartmanforlife#2
Quote:
Originally Posted by jayjei14
.and also when i put a skill on 6 slot it wont work it still cant put a skill
This is, because the TaskBar Release from Jopsi is not finished yet.
02/24/2013 01:20 Jopsi332#3
Quote:
Originally Posted by jayjei14 View Post
Hello.
I have a problem on jopsi taskbar..when i logout my neuz will stuck and not responding.how to fix?

i dont get error log on that problem :(

.and also when i put a skill on 6 slot it wont work it still cant put a skill :(
already said change in cwndnewskillslot the for from i<5 to i<6 and set
MAX_SLOT_QUEUE from 5 to 6

and in ondblclick i<4 || i != 4 to 5
..
02/24/2013 01:53 Rhyder`#4
Quote:
Originally Posted by Jopsi332 View Post
already said change in cwndnewskillslot the for from i<5 to i<6 and set
MAX_SLOT_QUEUE from 5 to 6

and in ondblclick i<4 || i != 4 to 5
..
code please :( i don't know where should i found the ondlclick? :(

On my problem when i logout neuz must be stuck.. :(

How to solve?
02/25/2013 02:45 Rhyder`#5
BuMp!
02/25/2013 06:16 Allowedes#6
Do it yourself you got enough tips for it. Use the search function in Visual Studio....
02/25/2013 08:19 Rhyder`#7
im learning c++ for now :p
02/25/2013 23:54 max982#8
Quote:
Originally Posted by jayjei14 View Post
im learning c++ for now :p
To learn use your mind, not copy paste code. And to learn aswell, use the search button as someone said it before me.
02/26/2013 12:49 Rhyder`#9
Quote:
Originally Posted by max982 View Post
To learn use your mind, not copy paste code. And to learn aswell, use the search button as someone said it before me.
thanks man.. im learning it now :p
02/27/2013 01:05 yannick2008#10
Quote:
Originally Posted by Jopsi332 View Post
already said change in cwndnewskillslot the for from i<5 to i<6 and set
MAX_SLOT_QUEUE from 5 to 6

and in ondblclick i<4 || i != 4 to 5
..
Why dont replace the "5" in the for() with MAX_SLOT_QUEUE and in OnDblClick() with "MAX_SLOT_QUEUE - 1"?
02/27/2013 01:51 Rhyder`#11
Quote:
Originally Posted by yannick2008 View Post
Why dont replace the "5" in the for() with MAX_SLOT_QUEUE and in OnDblClick() with "MAX_SLOT_QUEUE - 1"?
but on your task. did you change that? :confused:
02/27/2013 01:53 yannick2008#12
Quote:
Originally Posted by jayjei14 View Post
but on your task. did you change that? :confused:
I have no Source, Resource or anything of this. All are out of my Brain :mofo:
02/27/2013 01:56 Rhyder`#13
Quote:
Originally Posted by yannick2008 View Post
I have no Source, Resource or anything of this. All are out of my Brain :mofo:
ok :confused:

Quote:
Originally Posted by Jopsi332 View Post
already said change in cwndnewskillslot the for from i<5 to i<6 and set
MAX_SLOT_QUEUE from 5 to 6

and in ondblclick i<4 || i != 4 to 5
..
How about the hotkey? can you post it here?
i think it would be found on wndmanager.cpp but idk how to make it..please response
03/01/2013 08:50 Rhyder`#14
Quote:
Originally Posted by Jopsi332 View Post
already said change in cwndnewskillslot the for from i<5 to i<6 and set
MAX_SLOT_QUEUE from 5 to 6

and in ondblclick i<4 || i != 4 to 5
..

jopsi i try it but it won't work :(