PhilipBrown Active Member Licensed User Longtime User Oct 8, 2013 #1 The announcement of Version 3 http://www.b4x.com/android/forum/threads/basic4android-v3-00-beta-is-released.33130/ says, among the list of new features: Screenshots tool - Copy to clipboard. I am trying to document this feature in the forthcoming book, but cannot yet find it. Can you tell me how it will work? I am currently testing with Version 3.00 Beta 8. Many thanks.
The announcement of Version 3 http://www.b4x.com/android/forum/threads/basic4android-v3-00-beta-is-released.33130/ says, among the list of new features: Screenshots tool - Copy to clipboard. I am trying to document this feature in the forthcoming book, but cannot yet find it. Can you tell me how it will work? I am currently testing with Version 3.00 Beta 8. Many thanks.
Erel B4X founder Staff member Licensed User Longtime User Oct 9, 2013 #2 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: Another small new feature is the color picker: 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
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: Another small new feature is the color picker: 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