How to make a bus destination blind on roblox? - roblox

I'm a bus developer on the site roblox and I'm trying to work out how to make destination blinds such as the image attached. I've been using other developers destination blinds from Free Models but thought it would be a good Idea to create my own. If anyone could help me that would be great.

I assume you want to display custom text on a surface of a part.
In that case, you should use a SurfaceGui combined with a TextLabel.
The wiki page "Beginner's GUI Tutorial" might be helpful:
http://wiki.roblox.com/index.php?title=Beginner%27s_GUI_Tutorial#GUI_Types

Related

Can I create multiple different routes in the same area/map in Google Earth Pro?

I am attempting to create more than one possible route for a sailboat charter in the British Virgin Islands this year. I am trying to use Google Earth Pro to map out those routes. It worked great to map out one route option. I cannot find a way to save that route and create a different route within the same group of islands. It appears to me (in my ignorance) that once one creates a route in any spot on the planet, that is the only route one can have in that spot unless one totally deletes the existing route and starts over? Is that true?
Is there a way to create multiple "what-if" routes and save them separately as routes and not as just an images or screen captures?
If not in Google Earth Pro, should I be looking into some other product?
I created one "what-if" route. I can save it off as an image. I looked into "layers" hoping I could create, show, and hide my own layers. It looks to me like they only have pre-canned layers? I tried creating a second "My Place" but I can't find a way to show one "My Place" and hide another when they are both in the same location. Is that possible.
Note: If this is not the sort of question one would ask in stackoverflow, sorry. I was surprised when I searched internet looking for a solution that it brought up similar questions here. I hope it's ok to post this here and that someone can shed some light. THANKS!!

FT232R custom eeprom - D2XX

totally new here, but this seems like the right place.
I have FT232R cable I am trying to program and need to add custom stuff to the yellow BLANK area seen in the image.
Idea is to use this are to house a auth key of sorts.
I found the D2XX programming manual, but am hoping that someone has made a more user friendly way of programming what I think is Binary?
Any input is appriciated.
location where I cant to add stuff to

How can I control a function on a raspberry pi based on a button selection on a website that I create?

I'm doing a DIY project that requires me to activate motors based on selections made on a custom website I'm creating on localhost. I'm really new to raspberry pi's and I really have no idea of how to connect input on a website and make it do something in the real world. My website is almost done and I'm thinking about whether it would be a better idea to create a pop up or to link it to a completely new website. If it is possible to make the raspberry pi recognize a link and notice the browser accessing the link, then I rather make a new html page for the function. If there is another way to do so like by adding a photo from the local folder and then making the pi look for the file being accessed locally. Although I have these ideas about how to do it, im really lost on how to go about it in the coding realm, im new to coding and python in general. Any help is really appreciated.
One of the ways you can do this is by using PHP to write to a txt file or database.
Then using a python code to capture the echo-ed value of in the text file or database and then manipulating the GPIOs based on this value.
If you have a single or only few motors to be manipulated then the text file way should do fine. You must also note that although this is very simple to implement, and you'll find all the necessary code online, it is far from secure.
Using a database is better if you have more no. of entities to control. It'll also be a bit more secure.

Captch Integration

Is there any particular way to integrate Captch code validation in iPhone application?
is this possible to create captcha? (with or without web-service / any API)
If any kind of external library or any source is required to be imported, then also please let me know.
Any kind of link or source code is available then please suggest me.
Also suggest from where to start to do this, if possible.
Thanks in advance.
I know you probably don't want to hear this, but why do you need captcha on iPhone? It's completely useless since there are no bots or something.
But if you really need it then make some image with white background and then use this code
http://iphonesdksnippets.com/post/2009/05/05/Add-text-to-image-%28UIImage%29.aspx
to add text to the image... once you'll have this, then just check if the entered string is equal to the randomly generated one on the image and you are good to go.
I didn't find any libraries which could be used as a captcha, so I think this is probably the best solution right now.
Cya,
Nick

iPhone UIView element similar to the lock screen

Does anyone know if there is an open source project for an UIView element that acts in a similar way to the lock screen for the iPhone.
I am working on an app that has some sensitive data, and I want to add another layer of comfort for users, to be able to setup a 4 digit pin number on the app.
I've seen apps like LoseIt and Weightbot that have similar functionality.
There isn't any element for this in the UI Library from what I've been able to find, and was hoping some kind soul might have open sourced something similar to this.
Thanks in advance!!!
Thanks to Andiih above for the answer, because I found an open source version on GitHub based on the name of the one he found.
http://github.com/haroldthehungry/CPLockController
Its not a free component, but check out http://www.drobnik.com/touch/parts-store/ the DTPinLockController - I think this does what you want.
And another open source one (BSD license) is at:
https://github.com/Krishna/Lock-Screen