2017년 4월 5일 수요일

How do I build a color picker in app inventor?


I want to make a color picker in which the user can use to pick a color, how do I do it?

--
I guess you didn't use the search function of this forum?

pick color

--

How to make random actions?


I have 5 buttons and i need by pressing a button change a random buttons(Out of the 5)  background. All i have is the ''Random integer from'' block, but i can't figure a way out to use that block.

--
put the 5 button components into a list, then use the pick a random item block together with an advanced block to change the background color of that button

pick color


Here are the results of an informal comparison between Java and App Inventor for making a simple color picker as I posted it in one of my App Inventor support forums a while back: First, I am a fan of both .... setTitle("Pick a Color");
put the 5 button components into a list, then use the pick a random item block together with an advanced block to change the background color of that ...
You're not actually assigning the value of the pick to anything... Set the button ... set lstOrderType.Text statements and just set the background color...
I want to make a color picker in which the user can use to pick a color, how do I do it?
... pressing different buttons I Wanted to put all the thing together by using one single button(color selector) that allows you to pick the color you want.
Hi,. These days I'm studying the colors in App Inventor. I have posted tutorials about colors, but... ummm are in Spanish, but maybe can help someone.
I'm not sure, if I understand what you are asking... but the canvas has a method to ge the pixel color and background pixel color.
You will need write a routine to randomly pick a color for each of the four upper buttons .... set Button1.BackgroundColor to ..... for each of the upper ...
... should take a picture, assign it to a color value (meaning it MUST contain one color but needs to discern from other colors to pick out desired color), ...
It would reduce the load by the square of whatever number you pick, and could still be (decently) effective. However, with your current setup only the ...
The user would click Button1 in Screen1 to go to the Settings screen SettingsSCR, then pick a color for the app button text. The color value is stored in ...
Find a two dimensional color picker image, the kind offered by apps that let you pick a color of the spectrum by pointing at the color and darkness you ...
All it remains now is to be able to draw upon the canvas and use the Pixelation tool(the events are duplicates though ) and to be able to pick color ...
Color extraction - Scott Ferguson. Canvas larger than screen - Scott Ferguson. Multi Touch. Sprite Cannibalism. Why don't my sprites collide?
The only other thing it does now is decide if a hand will pick based on the my thoughts of when a player should pick. I thought ... I also need to keep track of certain properties of a card, like the value, the suit, the color, etc (for example, the queen of hearts would be red, even, face card, and so on). I'm not ...
alternatively you have to maintain 2 lists, the color list and the color code list. Taifun. Thanks Taifun. This is what ... It works like a charm. Still not as elegant as making Listpicker pick just first element of each sublist, but it works. Thanks.
1. After storing few colors on screen2. 2. I can return to screen1 and I can use only the last stored color. 3. When I go to stored colors, I can pick one. 4.
if i select Delete the value picked n listview is deleted (i'm trying to do that, not sure how but i'm not worried), but if i pick "modify" the notifier opens that. if you see ""fssa: 342" ... listpicker with notifier. psps i read somewhere that i could change color of buttons in notifier by using codes, but i can't find how.
Attached is a set-by-step example of how to use a random shared index for a fruit names and fruit colors list to pick a fruit name, then display it's color.
Yes, extracting RGB is easy using split. But does it make sense to just pick the dominant extracted color and then report the percentage of difference ...
Hi guys, i'm trying to realize a small app that...plays with colours!!! In particular , i'd like to pick colors from a canvas image ( a color palette) , and ...
Will the color of the item always be the first word? If so, use the SPLIT AT space text block to pick it out at slot 1,. select that slot and use it in a IS IN ...
Use a list of colors, and in the refresh button or the new game button, you can add blocks to pick a color from the list.

warship game made with app inventor & Inkscape Mega Tutorial 01


warship game made with app inventor & Inkscape Mega Tutorial 01

Learn how to design a "retro" handheld game using INKSCAPE and App Inventor. 
This tutorial is aimed to show you the steps I usually use to design a game, how to get the sprites, how to improve them with inskcape, how to "size" your sprites before exporting them to app inventor. 
Also how to use inkscape to have a general idea about how your game will look. How to place sprites and other elements in app inventor using inskcape. 
Inskcape is really powerful and I am sure you will be able to make very attractive game in no time if you use inskcape with app inventor.

In app inventor I will show you how to use the designer to "resize" sprites and set sprites in place. I know tutorial is soooo long but believe me if you follow the tutorial you will learn so many basic and important stuff about working with inskcape as "a designer screen" for app Inventor. Also is possible to use Gimp. Anyway hope this tutorial helps you and I will post the source file soon but first try to follow my lead and get and make your own graphics ! 

WAnt to learn about:
making lists in app Inventor? 
https://goo.gl/hWKp7z
using " for each" loop
https://goo.gl/fS5aGt
Mario Run Game in App Inventor
https://goo.gl/XtKoej

What is Inkscape?
Inkscape is professional quality vector graphics software which runs on Windows, Mac OS X and GNU/Linux. It is used by design professionals and hobbyists worldwide, for creating a wide variety of graphics such as illustrations, icons, logos, diagrams, maps and web graphics. Inkscape uses the W3C open standard SVG (Scalable Vector Graphics) as its native format, and is free and open-source software.

Inkscape has sophisticated drawing tools with capabilities comparable to Adobe Illustrator, CorelDRAW and Xara Xtreme. It can import and export various file formats, including SVG, AI, EPS, PDF, PS and PNG. It has a comprehensive feature set, a simple interface, multi-lingual support and is designed to be extensible; users can customize Inkscape's functionality with add-ons.

The Inkscape project has a growing international user community, and many learning materials exist to help get you started with your creations. Help and support is provided by the community, and there are lots of ways for you to get involved if you want to help improve the Inkscape project.

Inkscape is a member of the Software Freedom Conservancy, a US 501(c)(3) non-profit organization. Contributions to Inkscape are tax deductible in the United States.

Be my patron: 
http://patreon.com/AzaotlTutorials 
Like my Facebook Page: http://www.facebook.com/azaotl

MIT App Inventor is an innovative beginner's introduction to programming and app creation that transforms the complex language of text-based coding into visual, drag-and-drop building blocks. The simple graphical interface grants even an inexperienced novice the ability to create a basic, fully functional app within an hour or less.

Fusion Table Deletion


Abraham Getzler
5/12/2016

Objective
This doc and associated app are meant to demonstrate and explain how to use lists to get around the Fusion Tables facility’s limitations of one row per DELETE.


Sample Data

This app uses the sample data format used in AI2’s Pizza Party tutorial, in this table:
The table looks like this:
2016-05-12 15_32_58-PizzaParty - Google Fusion Tables.png


All the columns are text, except column 1, which is a date…


2016-05-12 15_36_58-PizzaParty Columns- Google Fusion Tables.png


Authentication

This app and the associated table are set up to work together using the Fusion Tables Service Account method.explained at http://ai2.appinventor.mit.edu/reference/components/storage.html#FusionTablesControl


My service account for this project looks like:
2016-05-12 15_49_03-IAM & Admin - API Project.png

Pizza Party Table Permissions

These are set under Sharing for the Pizza Party table in Google Drive:
2016-05-12 15_54_34-Pizza Party - Google Drive Permissions.png
Notice that I had to copy the email address generated by Google for the API access in the API Console, letting this app add and delete rows to this table.


The .p12 file

Also, a .p12 file had to be gotten from the API Console, downloaded, and uploaded into the app’s Media drawer.  Each AI2 Fusion Tables control will have to mention this .p12 file to gain permission to access this app’s API.
AI2 p12 file in Media drawer.png


The Fusion Table Controls

There is a separate Fusion Tables control for each different context where I want to access my table, to handle the different processing required for each context after the query has completed.


fdbSelectAll



This control handles all my SELECT operations for the purpose of getting ROWIDs and other data from my table.  Notice that for this access technique, the API key is blank and the other fields are filled in from the Google Console, including the Service Account Email, and the .p12 file name, which you can select from the Media Drawer.  Notice the check mark for Use Service Account Authentication.

fdbSelectAll.png


ftbDeleteOneRow

This has the same attributes as previously mentioned controls.  It catches successful deletes.


ftbInsert

This has the same attributes as previously mentioned controls.  It catches successful deletes.


Designer


The app is all in one Screen, as a series of stacked Vertical Arrangements, in a Horizontal Arrangement with a Canvas on its right, for vertical scrolling and resizing of sub panes.
Designer.png


Initialization



Globals

globals.png

Some constants are hard wired in globals, like tableID and columnNamesCSV, needed for SELECTs.  Two globals are reserved for debugging assistance to support the Block Editor right-click-Do-It facility. We pass Fusion Tables queries and results through them to hold them if there’s trouble.  There is a global to hold the queue (list) of ROWID values that need to be deleted, initially an empty list.


Screen1.Initialize

Screen1_Initialize.png
All the initialization is carried out in the reload procedure.


Reload

reload.png


The reload procedure is used to refresh the display from the data base, and to prepare for user selection of which rows are to be deleted.  This version of the app selects all the rows in the table, and leaves it up to the user to choose from the upper ListView (lvwResults) which rows he wants to be included in his collection of rows he wants to be deleted (lvwDeleteQueue).  Both ListViews have to start out empty, to be filled in later when data arrives from Fusion Tables.


Next, the Fusion Tables are queried to ask for all the rows in the table, for all the column names including ROWID, using the .GetRows block.


A more refined version of this app would let the user specify filter conditions here.


We use the fdbSelectAll control for the query, so we can regain control afterwards and know that we have to display the returned data.

btnSelectAll.Click

btnSelectAll_Click.png
To let the user reload from the table at will, a Select All button is supplied.  It also calls the reload procedure.


fdbSelectAll.GotResult



fdbSelectAll_GotResult.png

When our SELECT results come back, they are a big block of text.  We save it in the global debugTesult, for debugging purposes.  Also, so we can see it on the screen if we want, we pass it to the log procedure.  The list from csv table block is used to transform the results text into a table (2 Dimensional list of lists), which is nice, but not good for loading into a ListView, which needs a one dimensional list.  So we use a value procedure csvRows to transform the table into a list of Comma Separated Value (CSV) text values, one per row, which we can save in the Elements of the ListView lvwResults.  The csv text format is handy, because each row is a single text item, but you can later on pick out columns from that row by turning it into a list with another csv list block.

Log
log.png
This procedure should not be confused with the math log() block.  It is a procedure meant to capture and record a piece of text into a diary on the screen, for the convenience of the user if he needs to see in detail what just happened.  Your computer is probably full of log files left by other programs without your knowledge.  We use the disabled Text  Box txtFTResults to show the log, to take advantage of its multi-line scrolling that wouldn’t be available in a Label component.


To clear the log, send it an empty text value, otherwise new text gets added at the end after a NewLine (\n).


csvRows



csvRows.png


This result procedure takes as input a two dimensional (2D) list of lists (table), and returns a one dimensional (1D) list of Comma Separated Value (CSV) text row values.  


It is good for loading ListView Elements from a table.


Juggling two lists between two ListViews



To allow the user to selectively delete rows from the Fusion Table, we offer a ListView lvwDeleteQueue where we can hold the information about what rows we want to delete when we hit the big Delete button.


Juggling the two ListViews is done through their .AfterPicking events.  To transfer a row image from one ListView to the other, just click (Select) it in the ListView where it lives.


lvwResults.AfterPicking



lvwResults_AfterPicking.png


To do the transfer, we use temporary copies of the Elements lists of the two ListViews, from and to.  First we add the selected item to the destination list, then we remove it from the ListView where it got picked.  (If we did it in the other order, we would lose our place.)  After each update, we reload the entire .Elements list of each ListView, to force a screen refresh.


lvwDeleteQueue.AfterPicking



lvwDeleteQueue_AfterPicking.png


This has the same logic as lvwResults.AfterPicking, except it runs in the opposite direction, removing from the Delete ListView and restoring row images to the Selected ListView.


btnDelete.Click



btnDelete_Click.png
This button initiates the deletion process for all the rows listed in ListView lvwDeleteQueue.  
The log is cleared at the start of the deletion process.  Since we only need the ROWIDs of rows to identify them in a DELETE statement, we strip them off the Elements of ListView lvwDeleteQueue, using the value procedure extractROWIDs, and save the list of ROWIDs in the global deleteQueue  for use during the entire deletion process.  Once the ROWIDs are collected in our list deleteQueue, we pass it to the procedure deleteFirst to start the first delete.


extractROWIDs



extractROWIDs.png
This value procedure will take the 1D list of CSV format rows of a Fusion Table SELECT and return just the ROWIDs, in a list.  They are expected to be in column 1.  The column title is stripped, since it’s not numeric and not a ROWID.


deleteFirst



deleteFirst.png


This procedure accepts a queue of ROWIDs to be deleted, and if there is a first element, initiates its deletion from our Fusion Table.  Procedure delete is called with the ROWID at the head (position 1) of the queue.


Delete



delete.png


The delete procedure uses the JOIN text block to build a text string of the form
DELETE FROM tableID WHERE ROWID = ‘rowid’
where tableID is our table, and rowid was supplied in our call.
The DELETE statement is stored in global debugQuery and logged for debugging, then it is fed into the QUERY of the Fusion Tables control component ftbDeleteOneRow.  Then the control is launched via a .SendQuery.


ftbDeleteOneRow.GotResult



ftbDeleteOneRow_GotResult.png

This event triggers after a deletion completes under direction of the Fusion Tables control ftbDeleteOneRow.  The result is logged and the ROWID deletion queue deleteQueue is checked.
The ROWID at the head of the queue is removed (after the fact), if there is one, and deleteFirst is called to submit a delete of the new head of the deleteQueue list (if any.)


Replenishing the table



A button is included to insert more rows into the table, so it doesn’t run out.  Rather than soliciting input for the various columns, I took the lazy and safe route and pulled the sample data in from a sample csv file in the Media drawer.


btnReplenish.Click



btnReplenish_Click.png


The Replenish button starts a file Read from //PizzaParty.csv in the Media drawer.  


PizzaParty.csv



Date,Name,Pizza,Drink,Comment
05/10/2016,ABG,Fuzzy,Seltzer,ecch
05/11/2016,Moe,None,Seltzer,leave the bottle
05/12/2016,Moe,None,Seltzer,
05/12/2016,Shemp,Extra,Seltzer,Howard brother
05/12/2016,Larry,Fuzzy,Seltzer,Fine
05/12/2016,Curly,Two,seltzer,Bald


fileReplenish.GotText



This event catches the text from the PizzaParty.csv Read and prepares it for insertion into the table.


fileReplenish_GotText.png


After logging the incoming text, the first line of the file is captured into global replenishNames for use later in the Insert block.  After that, we don’t need it any more for the load, so we remove row 1 after converting our text to a table rows in the list from csv table block.  Each row (sublist) in our newly converted list of lists is converted into a single CSV text using the list to csv row block,
Which is almost usable for an INSERT operation except for the fact that each value is delimitted with double quotes (“), and the INSERT statement works only with single quotes (‘).  So we pass the list to csv row  output through a replace all text block to change all “ to ‘.
After global insertQueue is loaded up with single-quote delimitted value lists, it is passed to procedure InsertFirstRow to start the insertion process,


InsertFirstRow



InsertFirstRow.png
If there’s a Value List at the head of the queue, it is sent to the insert procedure.


Insert



insert.png
The logging here is a little sloppy, not really building a perfectly formatted SQL INSERT statement for the log.  That’s okay, because we have an fdbInsert.InsertRow  block with all the proper inputs set up and launched.  Processing will resume at this Fusion control’s query completion event .


fdbInsert.GotResult



fdbInsert_GotResult.png
We log the insertion result, and remove the recently insert values item from the head of the list.  If there are any more values to insert, we call InsertFirstRow again, otherwise we Reload the display.


The View management facilities



The display consists of three Vertical Arrangements, with their Heights controlled by the positions of two vertically draggable Balls in a thin vertical Canvas acting as a drag sensor.


2016-05-10 15_21_52-5554__build_.png2016-05-10 15_19_26-5554__build_.png


This lets us expose or hide as much as we want of the three screen sections.  
Here are the blocks…

Ball1.Dragged



Ball1_Dragged.png
Ball1 is forced to remain above Ball2, since it controls the heights of the Vertical Arrangements directly above and below it.


Ball2.Dragged



Ball2_Dragged.png
Ball2 is likewise constrained to be below Ball1.


Adjustment of the Vertical Arrangement Heights does not happen until the Drag completes.


Canvas1.TouchUp

Canvas1_TouchUp.png

When the drag is finished, Canvas1 gets a .TouchUp event, which gives us the opportunity to assign Heights to the three Vertical Arrangements varResults, varAll, varDelete according to the vertical positions of Ball1 and Ball2 and the total Height of Canvas1.