Annoying Popup window in latest Beta Still happens

Questions about MultiCharts and user contributed studies.
Thomas Mann
Posts: 173
Joined: 25 Aug 2007

Annoying Popup window in latest Beta Still happens

Postby Thomas Mann » 18 Feb 2008

Hi All,
I am running the latest beta 3363 and still have the MC main window pop up when a alert fires. Is there a way to turn off this annoying feature ?
Thanks

Thomas Mann
Posts: 173
Joined: 25 Aug 2007

Postby Thomas Mann » 20 Feb 2008

I am still waiting for a solution to this issue. ANy ideas anyone ?
Thanks

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 20 Feb 2008

Thomas,
It has been fixed and will be available in the next beta build.

holbrooke
Posts: 29
Joined: 26 Jul 2007

Postby holbrooke » 20 Feb 2008

May i use this thread on a similar issue. The pop up insufficient bars for indicators is still not fixed even though i have them on Auto. Pls fix this too.

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 21 Feb 2008

Please give me more information or send a workspace/indicator to reproduce the issue.

Thomas Mann
Posts: 173
Joined: 25 Aug 2007

Postby Thomas Mann » 21 Feb 2008

Hi Andrew,
Attached is a tick countdown timer I use which I have alerts enabled. Listed below are the specific options I have checked.
This indicator will bring up the MC window if the program is minimized. I am pretty sure any indicator with alerts enables would produce this since I have several custom indicators which also bring it up.
Thanks

OnClose Bar Enabled
Audio ALert Sound which plays a ding.wav file
Visual alert for 5 seconds

Thomas Mann
Posts: 173
Joined: 25 Aug 2007

Postby Thomas Mann » 21 Feb 2008

Hi Andrew,
I got to thinking about it and I bet it is my custom indicators that trigger the popup I am seeing. Listed below is a alert message I have coded in my custom script. I can not post all of it, but I bet it is the alert word usage that is causing this. You can add in a alert message to any indicator and should be able to reproduce the issue I am seeing.
Thanks

iF (OMeter > 95 and AlertFlag = -1) then
begin
Alert("Short Cycle Trigger");
end;


iF (OMeter < 5 and AlertFlag = 1) then
begin
Alert("Long Cycle Trigger");
end;

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 25 Feb 2008

Thomas,
It has been fixed and will be available in the next beta build.
My question was directed to holbrooke

Thomas Mann
Posts: 173
Joined: 25 Aug 2007

Postby Thomas Mann » 26 Feb 2008

Hi Andrew,
When will the next release be out ?
Thanks

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 26 Feb 2008

we expect to release Beta 2 in 10-12 days.


Return to “MultiCharts”