I have 800 colors in my database. The user can choose one of them.
I think the best way is a popup, with a table of all colors, and the user should click a cell to choose the color.
Now my problem: Do I really have to make 800 WebStyles for these colors? I have the RGB values in my database, can I change the colors of cells by giving it the RGB values without WebStyles?
Another solution would be 800 pictures with this colors, but thats sounds creepy too.
Every time I post a new topic, I search before.
And yes, I found this page. But this is two years old. And JavaScript sounds not like the correct way. Iām searching for a Xojo-Only way.
[I]Offtopic:
If you go to the Xojo-Webseite. There is a big topic āDevelop Fasterā:
Quote: āUse one powerful language to create your web app instead of HTML, CSS, PHP, JavaScript, or AJAX, saving you tons of development time.ā
I donāt want to mix Xojo with JavaScript. Only Xojo. ;)[/i]
[quote=348910:@Marcel Zimmer]Every time I post a new topic, I search before.
And yes, I found this page. But this is two years old. And JavaScript sounds not like the correct way. Iām searching for a Xojo-Only way.
[I]Offtopic:
If you go to the Xojo-Webseite. There is a big topic āDevelop Fasterā:
Quote: āUse one powerful language to create your web app instead of HTML, CSS, PHP, JavaScript, or AJAX, saving you tons of development time.ā
I donāt want to mix Xojo with JavaScript. Only Xojo. ;)[/i][/quote]
ThereĀs no Xojo-only way to do this, and you wouldnĀt be mixing languages. Xojo already contains HTML, CSS and JavaScript.