CUT & COPY & PASTE

BlitzMax Forums/MaxGUI Module/CUT & COPY & PASTE

MacSven(Posted 2012) [#1]
I am using the Clipboard to Cut & Copy and Paste textparts of an textarea. Is it possible to select the complete text in the textfield for use with cut & copy and paste?

Last edited 2012


MacSven(Posted 2012) [#2]
OK.

Problem solved.


Gladclef - Ben B(Posted 2012) [#3]
http://xkcd.com/979/
Please, let us know! :)


MacSven(Posted 2012) [#4]
Use GadgetPaste(TGadget), GadgetCopy(TGadget) or GadgetCut(TGadget).


c h i e f y(Posted 2014) [#5]
any examples please?

I have Graphics 640,480

Text 280,240,"Hello world"

WaitKey()

how would I get Hello World to the clipboard please?


markcw(Posted 2014) [#6]
It needs to be text in a gadget.


c h i e f y(Posted 2014) [#7]
how do you get the gadget? you have to use BlitzMax?


markcw(Posted 2014) [#8]
You use MaxGui.


c h i e f y(Posted 2014) [#9]
what is the difference between BlitzMax and MaxGui? sorry I have been out of the loop for a little while :)


Henri(Posted 2014) [#10]
MaxGUI is a platform native GUI module for Blitzmax, which you can use to create a GUI for your app. MaxGUI is integrated in newer versions of Blitzmax (search rightside panel in MaxIDE)

-Henri