You are right, it looks like this is my internal issue.
Thanks a lot.
Search found 13 matches
- Sun Nov 13, 2016 6:44 pm
- Forum: APL Chat
- Topic: Using of OpenFileDialog
- Replies: 4
- Views: 15318
- Sat Nov 12, 2016 8:37 pm
- Forum: APL Chat
- Topic: Using of OpenFileDialog
- Replies: 4
- Views: 15318
Re: Using of OpenFileDialog
Sorry, forget to mention that I use:
Version: 14.1.28415.0 64 Unicode
Version: 14.1.28415.0 64 Unicode
- Sat Nov 12, 2016 8:28 pm
- Forum: APL Chat
- Topic: Using of OpenFileDialog
- Replies: 4
- Views: 15318
Using of OpenFileDialog
Hi. Following code works fine in older Windows versions ⎕USING←'System' ⎕USING,←⊂'System.Windows.Forms,system.windows.forms.dll' filebox←⎕NEW OpenFileDialog filebox.ShowDialog ⍬ But it does crash in Windows 10 Does anybody know what's wrong? Is it Dyalog APL error or improper using of Windows API? Wo ...
- Thu Jun 30, 2016 6:41 am
- Forum: Language
- Topic: Open function in editor on specific line.
- Replies: 10
- Views: 40143
Re: Open function in editor on specific line.
Thank you Andy. I think it is good hak for me. The idea of using Alt+A was to create a macros for activating menu "Actions", similar to usual Alt+A key press event. This was an attempt to find alternative way of opening functions on a certain line. But now, with your hint this is not actual anymore ...
- Wed Jun 22, 2016 6:30 am
- Forum: Language
- Topic: Open function in editor on specific line.
- Replies: 10
- Views: 40143
Re: Open function in editor on specific line.
I have got this hieroglyph (Unicode Edition) ⎕NQ'⎕SE' 'KeyPress' '' 0 65 4 翿 But I expect to invoke the Action menu like if I press "Alt+a" on keyboard. By the way there is an error message for a unrecognizable key code but for the empty string I get some strange sign. Looks inconsistent. ⎕NQ'⎕SE' 'K ...
- Tue Jun 14, 2016 11:44 am
- Forum: Language
- Topic: Open function in editor on specific line.
- Replies: 10
- Views: 40143
Re: Open function in editor on specific line.
Great! Then I would prefer to have a possibility of specifying not only a row but also a cursor position in the line and even selecting of some part of the line.
Thanks Vince :)
Thanks Vince :)
- Mon Jun 13, 2016 12:39 pm
- Forum: Language
- Topic: Open function in editor on specific line.
- Replies: 10
- Views: 40143
Re: Open function in editor on specific line.
I see not too much ideas (might my that is idea is unclear :) )
Ok, then I would ask another question.
We can to simulate a keystroke for "a" with coommand like this:
How can I to do the same for Alt+"a" , if it possible?
Thanks
:)
Ok, then I would ask another question.
We can to simulate a keystroke for "a" with coommand like this:
Code: Select all
⎕NQ '⎕SE' 'KeyPress' 'a'
How can I to do the same for Alt+"a" , if it possible?
Thanks
:)
- Tue May 10, 2016 2:28 pm
- Forum: Language
- Topic: Open function in editor on specific line.
- Replies: 10
- Views: 40143
Re: Open function in editor on specific line.
Sorry, my explanation wasn't clear enough. I meant "programmatically" - from a function, instead of manual ways: shift+Enter or double click. Let's say we have a function and I need to open it from another function on certain line ∇foo [0] foo [1] 1 [2] 2 [3] 3 [4] ∇ ∇OpenFooOnLine [0] OpenFooOnLine ...
- Thu May 05, 2016 12:02 pm
- Forum: Language
- Topic: Open function in editor on specific line.
- Replies: 10
- Views: 40143
Open function in editor on specific line.
Is there any way to open programmatically a function on a cirtain line of code?
I tried following but it doesn't work. :(
I tried following but it doesn't work. :(
Code: Select all
)ED foo[3]
Re: ⎕TGET
thank you, very much for the really helpful answers. Indeed I need the ⎕tsync!