Search found 35 matches

by Gautami
Fri Aug 30, 2013 6:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Search
Replies: 3
Views: 3600

Re: Datagrid Search

Hi Simon,
Thank you!
I will look into this :)

Thanks for helping.

G
by Gautami
Thu Aug 29, 2013 9:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: creating array
Replies: 5
Views: 5391

Re: creating array

Hi Max,
Sorry, I did not comment out one of the dgtext/dgdata in the above code.
But i used only 1 at a time. I tried the other to see if that worked by chance; it did not.
When I print the keys out for each method,
i get the results are stated above.

G
by Gautami
Thu Aug 29, 2013 9:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: creating array
Replies: 5
Views: 5391

Re: creating array

Nope, I don't. All of them give me valid output.
This code works when there is only 1 item inside the repeat loop.
When I have more than one, I get no output.

G
by Gautami
Wed Aug 28, 2013 9:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: creating array
Replies: 5
Views: 5391

creating array

Hello,
I don't see where I am going wrong.
Can someone help me point out what I am doing wrong. I know its probably a very stupid mistake.
Been at this for hours now :(


on mouseUp
local tFolder, tFileList
answer folder "Select the Folder"
put it into tFolder
set the defaultFolder to tFolder ...
by Gautami
Wed Aug 28, 2013 4:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding map coordinates
Replies: 5
Views: 5406

Re: Adding map coordinates

Wow. looks exactly right.
Thank you!!!

G
by Gautami
Wed Aug 28, 2013 2:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding map coordinates
Replies: 5
Views: 5406

Adding map coordinates

Hi ALL,

I was wondering, how would I add something like a google maps reference into my stack (desktop application)
based on coordinates I input.

Regards,
Gautami
by Gautami
Wed Aug 28, 2013 1:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Putting emoji into Datagrids
Replies: 3
Views: 4552

Re: Putting emoji into Datagrids

what an headache.
I suspect that this is something to do with the unicode encodings

:(
by Gautami
Wed Aug 28, 2013 1:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Search
Replies: 3
Views: 3600

Datagrid Search

Hi everyone,

I have a datagrid form with each row having 3 text fields.
It is taking in data from a sqlite file.
I also have a search box.
I would like to type a query into the search box and have it highlight every
instance it appears in the datagrid. I also want to count the number of times if ...
by Gautami
Mon Aug 26, 2013 11:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Putting emoji into Datagrids
Replies: 3
Views: 4552

Putting emoji into Datagrids

Hi ALL,
Thank you for all the help so far.
This forum is the best :mrgreen:

So now, I have a emoji problem.
I have taken out some data from an sql db and stored them on a dg.
However this data contains some emoticons, which when viewed in the dg, it looks
like as displayed in the attached picture ...
by Gautami
Mon Aug 26, 2013 9:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Blob data
Replies: 15
Views: 14339

Re: Blob data

oh, oh, oh....
LOL.

ohmygod. That makes me feel so smart.
by Gautami
Sun Aug 25, 2013 3:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing and displaying images
Replies: 4
Views: 4201

Re: Importing and displaying images

Still not working :(
i have attached the file here. Maybe you can see what I am doing wrong.

Thanks for all the help.

G
by Gautami
Sun Aug 25, 2013 2:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Create a panel using mouseEnter
Replies: 7
Views: 5686

Re: Create a panel using mouseEnter

Really??!!

Thank you so much!!
Sending it right now :)

G
by Gautami
Sun Aug 25, 2013 12:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Create a panel using mouseEnter
Replies: 7
Views: 5686

Re: Create a panel using mouseEnter

HI Klaus,

You are like such a huge pillar of support arnd here!
Thanks for the all help.
:)

But anyway, the code you provided stopped the panel (aka the group) from doing the sliding in effect.
I wish i can attach a video here to show what i wanted.

I had to set the visible of group "panel" to ...
by Gautami
Sun Aug 25, 2013 12:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing and displaying images
Replies: 4
Views: 4201

Re: Importing and displaying images

Hey Klaus,

I tried and still I get a blank datagrid.
:(
Is there any other way I could get the user to import pictures from a folder
and display them??

Regards,
G
by Gautami
Sun Aug 25, 2013 12:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Create a panel using mouseEnter
Replies: 7
Views: 5686

Re: Create a panel using mouseEnter

oops sorry, i am copying from all the wrong places :/

i get the problem with this:

on mouseEnter
set the visible of group id "18974" to false
show group id "18974" with visual effect push right very fast
end mouseEnter


when i place the cursor over this group it pops up yes, but when i move
the ...