topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 1:28 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 23 24 25 26 27 [28] 29 30 31 32 33 ... 47next
676
2s630417
Works great now.

Small suggestions:
- remember "lock state" on minimize,
- store settings in INI file.

The best would be: check if INI exists in application dir. If yes - write settings there, if not - registry.
677
2s630417
Unfortunately, I"ve got errors on startup now.

Spoiler
Szczegółowe informacje na temat wywoływania debugowania w trybie JIT (just in time)
zamiast tego okna dialogowego znajdują się na końcu tego komunikatu.

************** Tekst wyjątku **************
System.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.
   w Ӓ.և(Boolean ֈ)
   w Ӓ.ֆ(Object Ӻ, EventArgs ӻ)
   w System.EventHandler.Invoke(Object sender, EventArgs e)
   w System.Windows.Forms.Form.OnLoad(EventArgs e)
   w System.Windows.Forms.Form.OnCreateControl()
   w System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   w System.Windows.Forms.Control.CreateControl()
   w System.Windows.Forms.Control.WmShowWindow(Message& m)
   w System.Windows.Forms.Control.WndProc(Message& m)
   w System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   w System.Windows.Forms.ContainerControl.WndProc(Message& m)
   w System.Windows.Forms.Form.WmShowWindow(Message& m)
   w System.Windows.Forms.Form.WndProc(Message& m)
   w Ӓ.WndProc(Message& m)
   w System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   w System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Zestawy załadowane **************
mscorlib
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Dictionary
    Wersja zestawu: 1.4.3420.40471
    Wersja Win32: 1.4.3420.40471
    CodeBase: file:///D:/hipisinski/DictionaryNet_1.4/Dictionary.exe
----------------------------------------
Microsoft.VisualBasic
    Wersja zestawu: 8.0.0.0
    Wersja Win32: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    Wersja zestawu: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** Debugowanie w trybie JIT **************
Aby włączyć debugowanie w trybie JIT (just-in-time), plik .config tej
aplikacji lub komputera (machine.config) musi mieć
wartość jitDebugging ustawioną w sekcji system.windows.forms.
Aplikacja musi być również skompilowana z włączonym
debugowaniem.

Na przykład:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Gdy debugowanie JIT jest włączone, wszystkie nieobsługiwane wyjątki
są wysyłane do debugera JIT zarejestrowanego na komputerze
i nie są obsługiwane w tym oknie dialogowym.

"translated"
Detailed information about debug calling in JIT (just in time) mode can be found at the end of this dialogue.

************** Exception message **************
System.NullReferenceException: Object reference has not been set to existing object.
   in Ӓ.և(Boolean ֈ)
   in Ӓ.ֆ(Object Ӻ, EventArgs ӻ)
   in System.EventHandler.Invoke(Object sender, EventArgs e)
   in System.Windows.Forms.Form.OnLoad(EventArgs e)
   in System.Windows.Forms.Form.OnCreateControl()
   in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   in System.Windows.Forms.Control.CreateControl()
   in System.Windows.Forms.Control.WmShowWindow(Message& m)
   in System.Windows.Forms.Control.WndProc(Message& m)
   in System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   in System.Windows.Forms.ContainerControl.WndProc(Message& m)
   in System.Windows.Forms.Form.WmShowWindow(Message& m)
   in System.Windows.Forms.Form.WndProc(Message& m)
   in Ӓ.WndProc(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded modules **************
mscorlib
    Module version: 2.0.0.0
    Win32 version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Dictionary
    Module version: 1.4.3420.40471
    Win32 version: 1.4.3420.40471
    CodeBase: file:///D:/hipisinski/DictionaryNet_1.4/Dictionary.exe
----------------------------------------
Microsoft.VisualBasic
    Module version: 8.0.0.0
    Win32 version: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Module version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Module version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Module version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Module version: 2.0.0.0
    Wersja Win32: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
    Module version: 2.0.0.0
    Win32 version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    Module version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT mode debugging **************
To switch debugging off in JIT (just-in-time) mode, file .config
of this application or computer (machine.config) must have
jitDebugging value from system.windows.forms section set.
You need to switch debugging off befor compilation.

I.e.:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is OFF, all unhandled exceptions
are sent to JIT debugger registered on your computer
and are not shown in this dialogue.

678
2s630417
Thanks but it still does nothing.

Not I have empty page with the same phrase shown as in edit box instead of "no dictionary found" info.

You can check by yourself with these words:

Polish: dziewczyna
Means: girl
Japanese: ありがとう
Means: thank you
679
Nice idea but:
- translation only does not work for me at all (tried Polish and Japanese),
- no English -> Polish / Japanese.

For the time being I will stick with Lingoes.
680
Dear mister generic developer, please tell me what your software does not do. Upfront-like. Thank you.

I think it will never happen. No one will ever point out all weaknesses of his software because it violates basic marketing rule: "our product is the best".
681
Little OT:

Am I the only person thinking that buying 1TB HDD is not wise?

I see that a little bit risky, not because the brand (or capacity) but from reliability point of view. Personally I'd rather go for two smaller disks for completely new PC. Shit happens and I would never store my data on one HDD only.
682
General Software Discussion / Re: Looking for LetmeType alike
« Last post by fenixproductions on May 09, 2009, 01:27 PM »
2kartal
I don't know will my answers satisfy you but I'll try my best to do so :)

-I am especially looking for learning features. DO you think Typing assistant auto learning is supreme?
-kartal

This is something you should check by yourself (there is 21 days trial). I've only tried couple applications and found that TA suits me the best but it's hard to me to say why.

Although one thing was perfect match for me: "words exceptions" where you can simply define which words will never be remembered. It was bothersome that some apps remembered my passwords.

-Can you limit to certain apps?
-kartal

Yes. You can choose one of the following modes: either add applications where it should work (the rest will be prohibited) or define where it should not be used (switching off all the rest).

-Can you import text files to create or expand word a library? I am hoping that the text analysing feature( if there is ) is smart=, meaning that it can recognize words that are within "", (), [] etc
-kartal

There is no "Import" feature. Instead, you can "Add" works by Ctrl+V and analysing. Do I understand correctly that you want brackets and quotes removed and have only words imported? For such case, quick test shown me no problems.

-Does it offer menu creation?
-kartal

Unfortunately, no.

The reason I am looking for a good learner one is that I want to use for coding, I use some apps for scripting and their scripting sytax are not well documented and hard to find syntax libraries, so learning skill is crucial to me. Otherwise IO can just use AHK to build up my hotstring library which is dead simple.
-kartal

There is no full scripting in it yet but I hope for the future. On the other hand: I had no need for it and built-in "Auto-Expand" feature was good enough for me.

Edited: Ehhh too late…
683
General Software Discussion / Re: Looking for LetmeType alike
« Last post by fenixproductions on May 09, 2009, 05:57 AM »
2kartal
I had tried mentioned two in the past and abandoned them like you. LMT was all wrong for me because it had no national characters support. I understand that Unicode is complex but ANSI? Come on! It had problems with special Polish characters. Sometimes it was even crashing because of that but... it was long ago and I've never bothered to report that issue. I knew I would not buy it so what for?

Little bit later I was trying to use PE but it failed because of no memory at all. Like you said: it couldn't learn anything.

Now I am using TypingAssistant and I am happy with it.

I might not be reliable at this point because I've gained free key (thx to translation, bug reports and ideas) but I think you should take a look at least.

It doesn't have "Export" feature but that is not a problem because:
- its dictionaries are just plain text Unicode files; you can open it in any text editor to get nice list of words,
- author is opened to any suggestions; he implemented many of those I had sent him in couple of days :)
684
Geek 2.0 doesn't wear a watch. It's just the strap from one.

I know nothing about fashion but "just strap" must be that what makes G2.0 real geek* ;)

*) From my point of view it looks the same as pair of socks on naked man…
685
General Review Discussion / Re: Free Total Commander licences
« Last post by fenixproductions on May 07, 2009, 09:46 PM »
2kartal
Feel free to write anything.

It could be considered as bribe but prize draw will be random, so it's OK after all  :P
686
These geeks must be left-handed*!

Oh! And geek 2.0 either has no face or everyone in his ar** ;)

*) The most right-handed people I know have watches on left arm.
687
2kartal
Have you tried?

Configuration -> Display -> Sorting directories -> Like files (also by time)
688
So what you have up there looks like something I can benefit from.
-kartal

If it only exist…

Unfortunately, the picture from above is just and idea (made with Notepad++, Paint.NET and Inkscape).

BTW There was nothing about permanent rules for sections in my mock-up. I admit the lack of description but the way I saw it was that all colouring (both: simple and with syntax) should be based on easily editable templates. Clicking on presented icons would allow you to change colour or rules easily. Of course it could be applied for paragraph, lines or maybe separate words.

I also understand that text cannot store formatting information and that is why I have mentioned "project files".

The simplest way I saw it was: select text, RMB, choose rule (either complex syntax or colour only), done (with some indicators in gutter). That's all.

What I've made is just one fake screen of something bigger.
689
I am almost sure that some "music libraries" can do such work but I've used Total Commander for it :)

It might sound complicated but, for me, it takes no more than 3 minutes:
1. go to main music folder,
2. switch to branch view,
3. apply custom filter to see mp3 files only,
4. switch view to custom column view which uses anytag.wdx plugin,
5. select all files and use cm_CopyFileDetailsToClip function,
6. paste it in TedNPad,
7. select whole text and use "Tools -> Lines -> Columns&numbers" feature to cut out not needed data (like songs names),
8. use "Tools -> Lines -> Unique" feature,
9. use Print,
10. done

After whole this work the output is something like:
Ozzy Osbourne   Bark At The Moon
Ozzy Osbourne   The Ozzman Cometh
Ozzy Osbourne   The Essential Ozzy Osbourne CD 2
Ozzy Osbourne   The Essential Ozzy Osbourne CD 1
Ozzy Osbourne   DownTo Earth
Ozzy Osbourne   Live At Budokan
Ozzy Osbourne   Randy Rhoads Tribute
Ozzy Osbourne   Blizzard Of Ozz
Ozzy Osbourne   Live & Loud CD 1
Ozzy Osbourne   Just Say Ozzy
Ozzy Osbourne   No Rest For The Wicked
Ozzy Osbourne   No More Tears
Ozzy Osbourne   Diary Of A Madman
Ozzy Osbourne   Ozzmosis
Ozzy Osbourne   Live & Loud CD 2
Ozzy Osbourne   Speak Of The Devil
Ozzy Osbourne   The Ultimate Sin
Black Sabbath   Technical Ecstasy
Black Sabbath   Black Sabbath
Black Sabbath   We Sold Our Soul For Rock 'n' Roll
Black Sabbath   Past Lives
Black Sabbath   Sabotage
Black Sabbath   Never Say Die!
Black Sabbath   Black Mass
Black Sabbath   Reunion
Black Sabbath   Sabbath Bloody Sabbath
Black Sabbath   Master Of Reality
Black Sabbath   Paranoid
Black Sabbath   Vol.4   
lion scream   no title
Ozzy Osbourne, Dmx & ODB   

Of course, there is also "Tools -> Sort" option :)


690
2kartal
Maybe draw sample mock-up to explain what do you have on mind ;)

This is what I've understood:

txtcolour.png

Basing on that, text editor with syntaxt highlight could be OK if it allows to use multiple highlighting schemes in one document. It would work with TXT+project files in similar way to HTML (with divs) + CSS.
691
33 done :)

I wonder does analog camera usage count as "98.   Use a Camera in Manual Mode"?

In my entire life, I've made maybe 20 pictures using digital one in opposite to hundreds with analog.

Edited: grammar nazi strikes back!
692
General Review Discussion / Re: Free Total Commander licences
« Last post by fenixproductions on May 06, 2009, 01:36 PM »
You should not write a review of something you are personally involved in or stand to benefit from financially.

This can be checked for some cases: an author needs winners' email addresses and AFAIK he's not always pleased with "free" ones.
693
2PhilB66
I don't know about "mouser's part" but for mine (5 keys): just write some review this month (by starting thread in Reviews section) :)
694
General Review Discussion / Re: Free Total Commander licences
« Last post by fenixproductions on May 06, 2009, 09:22 AM »
2rsatrioadi
What kind of web app? It might be strange to read about some service which cannot be installed on my own server BUT I think I will not put such restriction here 'cause it might be helpful for other people.

So... if there is no "desktop only" rule for this section of the forum board, feel free to write.
695
Little info about TC keys:
https://www.donation...ndex.php?topic=18207

P.S. I hope mouser will stick it for next 24 days.
696
General Review Discussion / Free Total Commander licences
« Last post by fenixproductions on May 06, 2009, 08:23 AM »
According to Newsletter for May 6th, 2009 there are 10 free Total Commander licences to give away.

I've decided that 5 of them will be given randomly to members who will participate in DC by writing software review in May, 2009.

So if you are using excellent tool with a lot of nice features and you think someone else would be glad to hear about it... write your review in Reviews section of this forum.

You've got three weeks to break your laziness down and win TC licence key.
697
2tomos
I will post something in Reviews section later.
Short info: https://www.donation...ndex.php?topic=18207

I think it would be nice to give 5 licences to "May reviewers" (randomly selected). That way DC can gain an information about good software and maybe break someone's laziness.

The rest of them are up to mouser's decision / ideas.
698
2raindew01
I don't think it's an option. It would be the best to give licences to people who participate here a little bit more. That is why it could be the best for you to take your time and write review of your favourite software. It doesn't mean another TC description.

You are free to write about almost anything. If you think you are using excellent tool with nice features... and you are sure someone else can find it useful, then write about it. It is "May offer" so you have about three weeks to do so. I think there is plenty of time even for lazy people ;)
699
Just guessing...

1. Try to delete fonts cache file (C:\WINDOWS\system32\FNTCACHE.DAT) and restart your PC.

2. remove all non-english localisation settings (like Cyrillic support) and install again after restart,

3. export two registry keys and compare them with ones from correctly working Windows:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Font

4. there is possibility that system fonts (System, Fixedsys, Small Fonts, MS Serif, MS Sans Serif, Courier, Arial CE, Courier New CE, Times New Roman CE, Helv, Tms Rmn) are corrupted, so you can always take them from other PC and install again,
700
2urlwolf

No problems here with:

[Associations]
Filter2=*.ini
Filter2_open=D:\totalcmd\tools\config\INIeditor\INIEdit.exe "%1"
Filter2.icon=D:\totalcmd\tools\config\INIeditor\INIEdit.exe

Double click loads INIEdit application.

Or, perhaps, you don't want it for Enter / Double click but for F4?
Pages: prev1 ... 23 24 25 26 27 [28] 29 30 31 32 33 ... 47next