Android Question Screenshot to Clipboard Functionality

PhilipBrown

Active Member
Licensed User
Longtime User

Erel

B4X founder
Staff member
Licensed User
Longtime User
The screenshot tool is available under Tools - Take Screenshot and Debug - Take Screenshot (when the program is running).

You can right click on the image and choose Copy to clipboard:
SS-2013-10-09_08.58.46.png


Another small new feature is the color picker:
SS-2013-10-09_09.00.19.png


A small color picker is shown. Clicking on a color copies its value to the clipboard.

So you can then use it:
B4X:
Activity.Color = 0xFF0066CC '<- value from clipboard
 
Upvote 0
Top