I made more changes but cosmetic only. Now the caption of the chat page shows the chat room name and the user name. Another change is that if the message is yours then it shows without name because you are the only one showing in the lift side. All others will show the message with the name.
The caption will now notify other users when a new user comes in ,and another label to display number of users online…
These are other features am trying to include now…
Oh, sorry, I thought you are the one started the topic from the way you are running after the solution. Now I see that @domhnallohanlon is the owner of this topic.
Good luck. These are the features I call cosmetics.
*there will be 2 Variables to Save Nickname and Passcode entered,*2 buttons to transit from one action to another.
When a User creates Nickname, at the click of the “PROCEED BUTTON” the Nickname input visible will be false-and the Passcode input will be visible true,
and at the click of the “ENTER BUTTON” If Passcode entered matches from the spreadsheet,they can then access the CHAT.
So the problem is after entering the nickname,it may some hours to get the Passcode to the user
So whenever the chat screen opens(if appVar-Nickname is not null)I want only the Passcode input and ENTER BUTTON to be visible true,and if the Passcode and Nickname (Variables are not null) the CHAT Should be accessible to them automatically when the screen opens,else they will have to start from scratch that’s creating a name first
Is this possible in drag and drop? Because i see you used clone with position to column which aren’t available in drag & drop. Could you provide any information on how to have the same thing done in drag & drop?
Hello @kkk2
The Clone Item Block is also available in drag and drop.
You will find it in the Blocks, under the category “Advanced” and then “Any Component”
I am saying that we dont have columns or rows as layout to set the clone position to as he used chat_output which is a column to set this cloned components to add in last.
we have to set x and y only.
that wont work out for a chat app.
if he might have a work around as he already made the layout and the whole app in drag & drop too, he could help me out with it too.