Search found 17 matches

by Babyprincess
Tue Aug 27, 2013 10:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player problem
Replies: 2
Views: 2338

Re: Player problem

Hi Klaus,

Thank you ever so much. I totally forgot that i DONT have quicktime on my machine. Install'd it & it's working perfectly fine now.
Thank you very much once again (:


Regards,
Priya
by Babyprincess
Mon Aug 26, 2013 8:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player problem
Replies: 2
Views: 2338

Player problem

Hello everyone,

Can someone help me. My player looks like that & i can't play any videos at all. I believe the player should not be looking like that right. I've tried un-installing n re-installing again. I still face the same problem.

Please help me T.T


Regards,
Priya
by Babyprincess
Fri Aug 23, 2013 8:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dgHilitedLine Function
Replies: 5
Views: 3942

Re: dgHilitedLine Function

I dont really know how to explain my problem. Sorry guys, am very new to livecode actually. Well, this is how my live code looks like actually. I want to click on the image in the datagrid & then i want the image to get display'd on the image area. Can someone guide on hw i can proceed from here. ):...
by Babyprincess
Wed Aug 21, 2013 8:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dgHilitedLine Function
Replies: 5
Views: 3942

dgHilitedLine Function

Hi, I am having a problem with this function. I managed to place my images in a datagrid, but the images are not displayed as thumbnails, they are just the various jpg file name. I am trying to use this function, so that when i click on one image name, the image would appear on the image area. Below...
by Babyprincess
Sun Aug 18, 2013 4:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Merging .db files
Replies: 1
Views: 1949

Merging .db files

Hello everyone,


Does anyone know how i can merge a few .db files into one ?
by Babyprincess
Thu Aug 15, 2013 7:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Converting timestamps
Replies: 4
Views: 3681

Re: Converting timestamps

Thanks everyone.

I managed to get it working perfectly !

God bless (:
by Babyprincess
Thu Aug 15, 2013 7:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Storing information from database in an array
Replies: 3
Views: 3010

Re: Storing information from database in an array

Hi Craig Newman ( Dunbarx) I have many images in my database which are encoded. I wish to perform the decode function. I am only able to decode each image individually. I will copy my image's encoded string in "my_image_string" ... It's very long so i did not put it here.... Now i wish to decode all...
by Babyprincess
Wed Aug 14, 2013 5:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Converting timestamps
Replies: 4
Views: 3681

Re: Converting timestamps

Hi Dunbarx,

Thanks. Will look into it (:
by Babyprincess
Wed Aug 14, 2013 5:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Storing information from database in an array
Replies: 3
Views: 3010

Storing information from database in an array

Hello,

I have information in my database. I would wish to store them in an array. After which i would like to loop them to perform a particular function. Any idea how i can do it ?

Thank you (:
by Babyprincess
Wed Aug 14, 2013 4:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Converting timestamps
Replies: 4
Views: 3681

Converting timestamps

Hello,

Currently i have time stamps in Epoch format in my database. How do i convert it to normal date format.
by Babyprincess
Wed Aug 14, 2013 2:54 pm
Forum: Converting to LiveCode
Topic: Decode in livecode
Replies: 11
Views: 11698

Re: Decode in livecode

Hahahas.. Yes !
by Babyprincess
Tue Aug 13, 2013 7:21 pm
Forum: Converting to LiveCode
Topic: Decode in livecode
Replies: 11
Views: 11698

Re: Decode in livecode

Hi Klaus, Thank you so much for your help and guides. I've finally managed to output my images. Thank you so much. The error i kept having was my naming conventions. After i check'd my naming conventions thoroughly, i managed to see where i went wrong. Thank you once again for your genuine help. Sin...
by Babyprincess
Mon Aug 12, 2013 6:55 pm
Forum: Converting to LiveCode
Topic: Decode in livecode
Replies: 11
Views: 11698

Re: Decode in livecode

This is how i display'd all the other information from my whatsapp decrypted database on mouseUp ask "Table name" #messages-for my reference i included this put it into table put databaseGetTableNames(table) into theFields replace "," with CR in theFields set the dgProp["columns"] of group "DataGrid...
by Babyprincess
Mon Aug 12, 2013 6:36 pm
Forum: Converting to LiveCode
Topic: Decode in livecode
Replies: 11
Views: 11698

Re: Decode in livecode [Complete Beginner]

Hi Klaus, I'm sorry but i'm quire confused. This is the first time i'm coding in livecode that's why. I tried what you said but then i kept getting various errors & my original output did not appear, so i alter'd the code again to this,i got 2 outputs extracted. It just appeared on my dektop with th...
by Babyprincess
Mon Aug 12, 2013 9:27 am
Forum: Converting to LiveCode
Topic: Decode in livecode
Replies: 11
Views: 11698

Re: Decode in livecode

Hi Klaus, Thank you so much for your help (: I tried doing this, am i on the right track? But i got an error [(Chunk: no such object) near "dbimage", char 26] ): When i named my 'Image Area' as dbimage, i don't have any error but there is no output of any images on mouseUp put media_name into column...