Android Question copy paste list of views in the designer

DALB

Active Member
Licensed User
Hello,

For having a good yield in coding, I wish to know if it is possible to copy a list of views in the 'list of views' of the designer to paste them in an Excel sheet. So, with this operation, I could code in VBA to obtain the complete B4X code I could copy and paste in the designer script.

Thank you.
 

DALB

Active Member
Licensed User
listOfViews.jpg

In column A I enter the view of my designer.
I click on the above button
I obtain a prepared list of the B4X code
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
Copy and paste are NOT MEANT to be used in another software than B4X!

You can copy in B4A and paste it in B4i/B4j but not excel or any other software
In fairness, I assume it would be possible to code up something in B4J that converts the clipboard to a text list, suitable for pasting into Excel.
 
Upvote 0

DALB

Active Member
Licensed User
THank you all, I'll see these advices !
 
Upvote 0
Top