mersenneforum.org  

Go Back   mersenneforum.org > Other Stuff > Archived Projects > 15k Search

 
 
Thread Tools
Old 2005-10-14, 00:06   #23
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31×67 Posts
Default

Sorry for my ambiguous question. I meant 'how is hardware damage possible?'

The missing taskbar bug still happens in 0.7 (Yes 0.7) It was not fixed by the .net patch, i didn't realise it was intermittent.

Please could you make it possible to turn off/change the sounds.
Flatlander is offline  
Old 2005-10-14, 00:54   #24
TTn
 

2·3·5·11·17 Posts
Default

Quote:
Sorry for my ambiguous question. I meant 'how is hardware damage possible?'
I dont remember the technics of why.
Probably not a good idea to post it, if I did.

Yeah the taskbar bug, may force me to eliminate the screen saver.
I am using a low-level keyboard hook, which was mostly lifted from Paul Kimmel. It interacts in unforeseen ways, and there may be no solid way around it for now.


The prime sound can be turned off, by simply giving an empty string.
Delete the current path, so none is given.

You are asking about all the sounds though, .. ok I had already made a sound panel for the old version. I'll slip this in.

Shane F.

Last fiddled with by TTn on 2005-10-14 at 00:54
 
Old 2005-10-14, 03:08   #25
TTn
 

3×31×61 Posts
Default task bar bug eliminated

The new auto-timer works well. Tested on 5 various machines this time.
I'll test 0.8 for another day before a release.
The screen saver hook is taken out, so the bug absolutely does not, and cannont occur. There's no code remaining that hides the taskbar either.

Maybe I can find a solution later, so I can re-insert the screen saver code, but it was unacceptable behaviour.
I could just make the group of windows top level, but it's just not the same look.

Extra edit:
I may revert, to older style code to close LLR/NewPGen. (0.9)
It is usually reliable, at least more so than the .NET process component.
This way any LLR/NewPGen working outside of the folder, won't be killed.

Last fiddled with by TTn on 2005-10-14 at 03:17
 
Old 2005-10-14, 12:40   #26
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31×67 Posts
Default

btw When I delete the sound string, it is auto re-inserted!
Flatlander is offline  
Old 2005-10-15, 04:04   #27
TTn
 

2·7·59 Posts
Default

There has been an auto-insertion update for the textbox's, lost focus event.
If the file path does not exist it will not play the sound ofcourse.
An empty string in the rma.ini file should also cancel the sound.

No matter, I am almost done with the new sound form, with toggle.
So far I have included customizable sounds for the following events.

Prime found
Load form
Unload form
New file chosen
Defaults loaded

If there are any other events to be requested, let me know.

Shane F.
 
Old 2005-10-15, 11:52   #28
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

40358 Posts
Default

Maybe a sound/dialog for 'End of file - Input new range' or whatever.

Last fiddled with by Flatlander on 2005-10-15 at 11:59
Flatlander is offline  
Old 2005-10-15, 12:21   #29
TTn
 

1,499 Posts
Default

Not sure what you mean.

When the file completes, it will start a new one automatically.
BTW It is still meant to choose as large of a range as possible to begin with, but this has a limit and so, if unattended it will go on.

A sound here?
Perhaps an option to stop at the end of file, and ask for new range?



EDIT extra
New file sound will activate when a file is completed the way it is now.
If an option to stop is added then, there should also be a new sound for end event. yes?

Last fiddled with by TTn on 2005-10-15 at 12:33
 
Old 2005-10-15, 13:39   #30
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

1000000111012 Posts
Default

I have never reached the e.o.f. I assumed it would auto-stop.
I mean, if I just want it to test, say, 210k-410k when it finishes it stops, makes a noise and shows an 'enter new range' dialog.
(I won't be testing large n with this cpu.)

or

(maybe for a later version)
The facility to set a queue of work in a worktodo.ini file.

ie. (k, min,max)
1515,210000,410000
2785,210000,410000

I'm just thinking out loud really.

The priorities for me are:
1) Shrink to icon. (Or similar.) So I can run it unnoticed on my kids' PC.
2) Doesn't close other llr/newpgen. So I can run more than one instance of rma.net or, at least, llr/newpgen. I don't mind agreeing to a disclaimer about hardware damage.
3) No noises I can't turn off.

edit:typos

Last fiddled with by Flatlander on 2005-10-15 at 13:39
Flatlander is offline  
Old 2005-10-15, 19:38   #31
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31·67 Posts
Default

Sorry, I've just read my post above and realised how garbled it is. The important bit is at the bottom.
Flatlander is offline  
Old 2005-10-16, 00:29   #32
TTn
 

DA616 Posts
Default

These are very reasonable requests.

I've added an optional to stop at the end of file, and if there's no worktodo it will ask. Noise for end of file too. Sounds can be turned off individually in the sound panel(form).

RMA has an icon already,so it was just a matter of placing the form out of the desktop view. You'll be clicking minimize to do this.

I've reverted to WM_CLOSE, so that multi -LLR/NewPgen can be run on the same machine. I'd rather not change RMA to mult-instances but I will try a few tests on it.


I'll need another day or two of testing, to make sure I have'nt forgoten anything that would create a new bug.

Thanks again!
Shane F.

Last fiddled with by TTn on 2005-10-16 at 00:32
 
Old 2005-10-16, 04:10   #33
TTn
 

6,317 Posts
Default

Quote:
I've reverted to WM_CLOSE, so that multi -LLR/NewPgen can be run on the same machine. I'd rather not change RMA to mult-instances but I will try a few tests on it.
This isn't working, I don't think it can work.
At least not easily, you'd have to track the created handle somehow.
I tried just about everything I can think of.


If anyone knows different?
 
 

Thread Tools


All times are UTC. The time now is 02:08.


Wed Jun 7 02:08:16 UTC 2023 up 292 days, 23:36, 0 users, load averages: 0.76, 0.84, 0.81

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔