Pop up with text box with the ability to copy and paste to and send to a grid - textbox

Ok this is a big question if it can be done. I want to create a pop up with the ability to copy and paste to a text box. Once the user pastes the data to the text box it will then save to a grid on the main page with three columns. The user will copy from excel and paste to the text box.
So I found this as an example on JS Fiddle for the copy and paste and creating a grid from the paste data
jsfiddle.net/duwood/sTX7y/ made by David Underwood
I want this to be in a pop up and then the grid would save back on the main page. Maybe cause its Friday but I cant wrap my brain around how to do this.
I have tried just a regular pop up but I cant seem to get the data to save to a grid back on the main page.

Related

How can I paste segments of code on the TradingView source code panel?

Recently I found out that the paste function on the source code panel of Trading View does not exist anymore. What I mean is that when I click the right mouse button, the drop down menu does not display paste option. Now it is impossible to copy and paste segments of code on the panel in order to edit an existing strategy. Very, very annoying! Does anybody know how to go around this?
I tried to make a copy of an existing strategy and then edit it but that does not work either.

Copy/Paste Plain text without the formatting

i have to copy/paste text from Safari and Notes to the Mail App multiple times per day. Previous IOS update only pasted plain text without any formatting, but they changed it now.
Every time i paste text in the Mail App it comes with the formatting which is not what i need. I am familiar with COPY from the "Share" button. But, it would be much easier if there was a way to change something in settings to paste text without formatting using the regular copy/paste buttons?
Quickly tap anywhere on the text field of the text you want to
copy.
Choose Select All from the contextual menu.
Choose Share from the contextual menu.
4-ChoseCopy from the Share Sheet.
Source
In desktop Mail App there is an option to delete formatting if you can use desktop for that. Method i use on phone is that i'm just pasting it into search and copying it again.

Copying PDF text on iOS in wrong order

I have a PDF that I’m trying to copy and paste the text from. The issue is when highlighting text to copy I can see the highlighting (copying) jumps and doesn’t copy (highlight) in the order in which it is displayed. I’d like to copy as read left to right top to bottom. On Adobe acrobat or Microsoft Word it is highlighted correctly as displayed. As I need to be able to perform the copy on iOS I’m wondering what the issue could be. When I “copy” the text with PDFKit it is copied in the order it is highlighted as shown in the first animation. I need it to be as show in the second animation which is Microsoft Word.

Allow user to select text in ShowMessage dialog

I am writing a program in Delphi XE2. At one point in my program the user will be presented with output text, which I display through a simple "showmessage('The text of interest')" dialog.
I would like for the user to be able to copy and paste this text if they like to. It's not a key part of the program at all but I know that it might be nice for them to be able to do so.
At the moment, as far as I can see, it is not possible to select all or parts of the text from this type of message box, which brings me to my question: is there some way to make the message box text selectable for the user, or will I have to move on to other ways of displaying the text if I want this functionality? Any help would be greatly appreciated.
When you call ShowMessage a system message dialog is shown. This dialog does not support highlighting of individual portions of text. However, the dialog does respond to CTRL + C by placing the entire content of the dialog on the clipboard.
If you absolutely must have selection of individual portions of text then you will need to create the dialog yourself using Delphi controls.

Custom print dialog in VB6

How do I create this custom print dialog and get the values of the red options when the user clicks ok?
The print dialog below is not created manually, the app I took this screenshot from is probably modifying the default print dialog.
The items circled in red is associated with some data found in the app I took the screenshot from.
The class name of this dialog is #32770 (Dialog) which is the same print dialog found in notepad, wordpad, and vb6 common dialog print. So it is clear that it is modifying the dialog, adding controls to it somehow
You could look at Customizing Common Dialog Boxes but don't expect this to be simple from VB6. it is clumsy enough in C++.
You could just create your own dialog Form.
Update:
Perhaps consider using the download in HOW TO: Raise and Control Print Dialog Boxes from Visual Basic?

Resources