Search found 44 matches
- Fri Mar 02, 2018 4:36 am
- Forum: LiveCode Builder
- Topic: Extension Manager Hangs
- Replies: 7
- Views: 7041
Re: Extension Manager Hangs
Thanks. I hope it might help someone else. Actually I think the unusual folder additions are coming from [hh]-widgets-un-installer. I started the download/install on one of the lcb/e files (colorpicker) and a couple of other folders have appeared in My Livecode/Extensions folder. Seems to have hung ...
- Fri Mar 02, 2018 2:45 am
- Forum: LiveCode Builder
- Topic: Extension Manager Hangs
- Replies: 7
- Views: 7041
Re: Extension Manager Hangs
From the previous, I figured maybe there was some 'oddness' in the LC preferences. Had a look at where it was pointing to the My Livecode/Extensions. Even though I haven't changed it, it was pointed at one of the build folders I had used earlier. So, I reset my preferences. Pointed it to the My Live...
- Fri Mar 02, 2018 2:22 am
- Forum: LiveCode Builder
- Topic: Extension Manager Hangs
- Replies: 7
- Views: 7041
Re: Extension Manager Hangs
Hi All, Here's an update. I got to thinking about the weird stuff about the My Livecode/Extensions getting multiple /extensions added. No idea why. But, decided to copy the built folder over into the Runrev/Livecode Community 8xx/Extensions. And it worked. Just the hello world example. But it worked...
- Fri Mar 02, 2018 1:25 am
- Forum: LiveCode Builder
- Topic: Extension Manager Hangs
- Replies: 7
- Views: 7041
Extension Manager Hangs
Hey, Using LC CE 8.2.0-dp-2 Build 14501. On Windows 10. I am trying to figure out how LCB works. Seems like a fantastic idea. But, I just can't get any aspect of it to work. Tried loading some of the community lce's. And kept getting the same problem. I am following the 'guides'. Write or download l...
- Thu Mar 06, 2014 10:13 pm
- Forum: CGIs and the Server
- Topic: how to get scripts working
- Replies: 2
- Views: 4693
Re: how to get scripts working
Thanks. I tried this and the output was the same. Though it does look like something of that kind is happening doesn't it.
cheers
cheers
- Thu Mar 06, 2014 12:12 pm
- Forum: CGIs and the Server
- Topic: how to get scripts working
- Replies: 2
- Views: 4693
how to get scripts working
Hi, I have set up a server on my Windows PC (XAMMP) to try and get my head around using livecode-server. I am using LCS 6.1 I decided to use .htaccess in the first instance as I am planning to move to an external solution once I have a better understanding of how this all works. I have put the LCS i...
- Tue Feb 19, 2013 6:02 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Messagebox keeps popping up
- Replies: 9
- Views: 6914
Re: Messagebox keeps popping up
Hi,
Same for me. I deleted the GLX plugin and it's not been a problem since.
cheers
Same for me. I deleted the GLX plugin and it's not been a problem since.
cheers
- Sat Nov 24, 2012 12:27 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pass the name of me?
- Replies: 12
- Views: 8900
Re: Pass the name of me?
Hi, It is a card group. I am calling from the mouseUp related to the dragged field. The code for processing the call is in the card. The group name/ID is pulled from the list of groups on the card. I'm not sure how I would call the card routine directly from the mouseUp in the dragged field without ...
- Fri Nov 23, 2012 3:27 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pass the name of me?
- Replies: 12
- Views: 8900
Re: Pass the name of me?
Thanks Mark, I am using the "send" command primarily because I haven't experimented with "dispatch" which is the only other way that I know. The nice thing about livecode way seems to be that there are many ways to achieve the same outcome. And, it's not too hard to figure out how they work. Thanks ...
- Fri Nov 23, 2012 12:20 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pass the name of me?
- Replies: 12
- Views: 8900
Re: Pass the name of me?
Hi Mark,
Thanks for that.
When I use the target it returns the card ID. I guess this is because the script is executing in the card?
cheers
Thanks for that.
When I use the target it returns the card ID. I guess this is because the script is executing in the card?
cheers
- Thu Nov 22, 2012 10:55 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pass the name of me?
- Replies: 12
- Views: 8900
Re: Pass the name of me?
Brilliant.
Worked like a charm.
I didn't realise you could pass variables like that.
Much more elegant.
Worked like a charm.
I didn't realise you could pass variables like that.
Much more elegant.
- Thu Nov 22, 2012 7:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pass the name of me?
- Replies: 12
- Views: 8900
Re: Pass the name of me?
Ok, I figured out a way. Isn't that always the way? I have to say I don't like it. So, if someone has a more elegant way I would really love to see it. The problem seems to be that when I pass 'field "thefieldname"' as a parameter it is resolved into the text of that field. If I change my send state...
- Thu Nov 22, 2012 6:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pass the name of me?
- Replies: 12
- Views: 8900
Pass the name of me?
Hi, in the mouseUp handler of a locked text field I have a call to a card script which reads (in part) send "checkPosition " & the name of group theGroup & "," & the name of me to this card the checkPosition handler is in the card and reads (in part) on checkPosition whichGroup whichObject --adjust ...
- Thu Nov 22, 2012 6:34 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problems with the location of an object
- Replies: 2
- Views: 2446
Re: Problems with the location of an object
hi,
Thanks for that.
I take your point. I have started scripting this without using the Drag Drop stuff. It is going much better
cheers
Thanks for that.
I take your point. I have started scripting this without using the Drag Drop stuff. It is going much better
cheers
- Wed Nov 21, 2012 5:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problems with the location of an object
- Replies: 2
- Views: 2446
Problems with the location of an object
Hi All, I am trying to find out if a locked text field is within the boundaries of a graphic. I am using drag and drop functionality. If the locked text field is placed slightly outside of the graphic I want to move it so it lies within the graphic. The problem I have is that when I check the locati...