Project

General

Profile

Actions

Bug #3654

closed

Line seperator doesn't working in menubar sometimes

Added by westor (GR) over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
Start date:
07/28/2017
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

Hello,

There is an issue when i am trying to add an line seperator in menubar, it doesn't adding it at all.

Example Code:

menu * {
  -
  test 1:noop
  test 2:noop
  test 3:noop
}

Example Image:

- Thanks!


Files

sep.png (3.93 KB) sep.png Per Amundsen, 07/31/2017 09:45 PM
Actions #1

Updated by Per Amundsen over 6 years ago

I am unable to reproduce this.

Actions #2

Updated by westor (GR) over 6 years ago

Remove all the AdiIRC default menubar related menus, then paste the code and click into the Commands menubar item button, there is a missing - from the menus.

Actions #3

Updated by Per Amundsen over 6 years ago

I did.

Actions #4

Updated by westor (GR) over 6 years ago

Try set in menus under menubar these:

$iif($status == connected,Join channel):/join #$$?="Enter channel name:" 
$iif($status == connected,Part channel):/part #$$?="Enter channel name:" 
$iif($status == connected,Query user):/query $$?="Enter nickname and message:" 
$iif($status == connected,Send notice):/notice $$?="Enter nickname and message:" 
$iif($status == connected,Whois user):/whois $$?="Enter nickname:" 
$iif($status == connected,Send CTCP)
.Ping:/ctcp $$?="Enter nickname:" ping
.Time:/ctcp $$?="Enter nickname:" time
.Version:/ctcp $$?="Enter nickname:" version
$iif($status == connected,Set Away)
.On:/away $$?="Enter away message:" 
.Off:/away
$iif($status == connected,Invite user):/invite $$?="Enter nickname and channel:" 
$iif($status == connected,Ban user):/ban $$?="Enter channel and nickname:" 
$iif($status == connected,Kick user):/kick $$?="Enter channel and nickname:" 
Ignore user:/ignore $$?="Enter nickname:" 
Unignore user:/ignore -r $$?="Enter nickname:" 
Change nick:/nick $$?="Enter new nickname:" 
$iif($status == connected,Quit IRC):/quit

And under in the Scripts editor use that code:

menu * {
  -
  test 1:noop
  test 2:noop
  test 3:noop
}

If you cannot reproduce it tell me to make an other example.

Actions #5

Updated by Per Amundsen over 6 years ago

  • Status changed from New to Resolved

Okay the Menubar code changes everything.

Actions #6

Updated by Per Amundsen over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF