Results 8 comments of burton999dev

CalcNote supports `Enter date as a comment`. To use this function, you need to customize keypad. https://github.com/burton999dev/CalcNoteHelp/blob/master/documents/en/customizing_keypad.md You need to assign `[Commands] -> [Enter date as a comment]` to button....

Thank you for your purchase of CalcNote Pro and for reaching out with your question. I'm happy to clarify this for you. CalcNote and CalcNote Pro are completely separate applications,...

Dear Dan, Thank you for your detailed report. I believe I've identified the cause of the issue you've experienced. Let me explain: By default, the $ symbol is used for...

Dear Dan, Thank you so much for your detailed follow-up. Your feedback has been invaluable, and I owe you a sincere apology along with an explanation. After thoroughly investigating the...

Dear Dan, Thank you for your detailed message and for sharing your fascinating background. It's always a pleasure to connect with users who have such diverse experiences and passions. Your...

I understand you may be trying to open files from the file manager, but that feature is mainly for bulk deletion or renaming files and isn't typically used for editing....

サポートする文法にプログラミン言語的な要素を追加する要望はたまにいただくことがありますが、 これには計算エンジンを全て一から作り直す必要があり、難しい状況です。 CalcNoteではユーザー定義関数をサポートしており、Javascriptで独自の関数を作成することができます。 これを利用すれば三項演算子と似たような機能を実装することができます。 例えば以下の4つの関数を実装します。 関数の引数は数値しかサポートしていないので演算子を文字列で渡すことはできません。 作成した関数はキーパッドのカスタマイズでお好きなボタンに割り当てられます。 ``` // limit ? yes : no; } // >= : 以上(greater than or equal) function ifge(val, limit, yes, no) { return val...

https://www.youtube.com/watch?v=g5pmPWxXGGs