Search found 12 matches

by penyo311
Sun Aug 24, 2014 10:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ImageSource to mySql
Replies: 1
Views: 1809

ImageSource to mySql

I know text can be inserted into documents and my(sql) but how can imageSource data be submitted and retrieved from an mySQL database?

I have purchased the academy and they are extremely fast and just go over already made stacks with basic editing and I would like the app to be able to send the ...
by penyo311
Sun Aug 24, 2014 12:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Retaining a field, card to card.
Replies: 5
Views: 4411

Re: Retaining a field, card to card.

With all that selected can it still be sent as a message via mysql? Through the group or regular field?

Thank you so much again I just had this thought, just now.

Kyle, with a smile.

Hi Kyle,

this is a snap! :D

1. Select your field
2. Check "sharedtext" for the field in the inspector
3. GROUP ...
by penyo311
Sat Aug 23, 2014 6:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Retaining a field, card to card.
Replies: 5
Views: 4411

Re: Retaining a field, card to card.

Thank you so much! I feel so silly! That was so easy, I appreciate you taking the time to explain it to me!

Kyle, with a smile.


Hi Kyle,

this is a snap! :D

1. Select your field
2. Check "sharedtext" for the field in the inspector
3. GROUP that single field! Yes, do it :D
4. Check ...
by penyo311
Sat Aug 23, 2014 1:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Retaining a field, card to card.
Replies: 5
Views: 4411

Retaining a field, card to card.

How do I retain a field card to card. Like a chat field, I have images set to char after char as they get entered in..
However when you go to another card all that information stays on the card, how can I get this to "carry over" until I want all the information sent at once?

There are several ...
by penyo311
Fri Aug 22, 2014 8:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Re: Graphics into fields & limiting lines

Thank you so much, AFTER a nap I finally was able to complete it :)

Kyle, with a smile.

Hint: it has 2 vowels in it
Rhymes with Laughter

Ohh lets play Jeopardy!
In the stock market there is Pre-Market trading (4:00-9:30 a.m. ET) and... What?


You get hints because I don't think it is "readily ...
by penyo311
Thu Aug 21, 2014 8:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Re: Graphics into fields & limiting lines

I love fill in the blanks :P Can we play hangman? HAha

thank you :) I am working on it now

"a" is part of the code? my first thought was blank and then empty

Kyle, with a smile.
by penyo311
Thu Aug 21, 2014 7:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Re: Graphics into fields & limiting lines

That's what has been rattling my brain.
by penyo311
Thu Aug 21, 2014 7:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Re: Graphics into fields & limiting lines

Thanks Simon, I have looked up till 4:30 going what am I doing wrong ahaha, I appreciate it so much!
by penyo311
Thu Aug 21, 2014 7:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Re: Graphics into fields & limiting lines

oh and sorry to be a nuisance..

Code: Select all

set the HTMLText of last char of fld ChatBox to "<img src=Angry.png>"
replaces the last character, instead of setting it next to it.
by penyo311
Thu Aug 21, 2014 7:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Re: Graphics into fields & limiting lines

Thank you Simon! I have
set the imageSource of the last char of fld ChatBox to img "1004"

cause you said I have to use the ID but nothing happens when that is plugged in, I may have the resources messed up, somehow but wanted to make sure my code was "sound" :)

Thank you everyone~!

Kyle, with a ...
by penyo311
Thu Aug 21, 2014 6:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Re: Graphics into fields & limiting lines

Well I want them to be able to be "sent" like a message, So how would I get them to send as such, in whatever order the user wants to select.. As it is now if you select a different order the "image" gets replaced.

I am developing this after being in the hospital for 8 days and noticing people that ...
by penyo311
Thu Aug 21, 2014 7:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Graphics into fields & limiting lines
Replies: 14
Views: 8745

Graphics into fields & limiting lines

Any help is really appreciated!

So I have:
on mouseUp

set the HTMLText of char 2 of fld 1 to "<img src=Happy.png>"
if char 2 of fld 1 is empty
then put char 2 of fld 1 into ChatBox
else set the HTMLText of char 9 of fld 1 to "<img src=Happy.png>"
end mouseUp


I feel there has to be an ...