Thank you for your help - i have found now the error (my error) I have forgotten to define the access-rights for the user. Now it does function. Thanx.
Oooops, I have written my databaseaddress false - sorry! Now I get this error-message:
Unable to connect to the database: access denied for user xxx@% to database xxxx
the username and databasename ar correct
in the access host list i added %
Hi When I connect to my db on the server on-rev.com I get this error: unable to connect to the database: Unknown MySQL server host "frediger.on-rev.com" All my parameters in revOpenDatabase are correct. Where is the problem? Any Idea? put revOpenDatabase("mysql", "frediger.on-rev.com", "xxxxxx", "xx...
I have to manipulate images in that way, that the left height and the right height are different - perspective view like a painting on a wall see from side. How can I do this LiveCode? Thanks for any help.
Fredi
Is there a possibility to "record" the work done with the paint tools and get the code for that? Thanks for any idea.
I like to fill some parts of a picture programmaticaly.
Best
Fredi
Hi there I try to use the group an an object (object oriented programming). In the group is an image and a label. How can I change after a mousedown on the group the forecolor for only that label? I have cloned the group many times, how can I know the id of the label in the clicked group? Best Fredi
Hi there I like to cloning a group several times as a new object with create group "mygroup" "newgroup" it does function, but I cannot see the new group, also when I change location. Can you help? create group "myobject" "newobject" set the location of it to 84,294 set the visible of it to true