Search found 39 matches

by antrax13
Tue Jun 16, 2015 11:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersect - button, group
Replies: 2
Views: 1703

Intersect - button, group

Hi, I have 1000 objects in group "Lines" I need to find out what line (object) do I actually intersecting. so I have if intersect(btn "player", group "Lines", "opaque pixels") then answer "Collision" end if but I need if intersect(btn "player", group "Lines", "opaque pixels") then answer "Collision ...
by antrax13
Wed Jun 03, 2015 3:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ridiculous issue with fieldname is driving me crazy [Solved]
Replies: 9
Views: 3733

Re: Ridiculous issue with field name is driving me crazy

Hi antrax13, I checked your stack! 1. You have 3 ( THREE ) fields named "LblHelper" on your card "CardLocation"! 2. The first one, where the text in your script will go into!, is layered BEHIND the black graphic "Rectangle". 3. OH BOY! My good education prohibits a harsher comment! :( Best Klaus Th...
by antrax13
Wed Jun 03, 2015 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ridiculous issue with fieldname is driving me crazy [Solved]
Replies: 9
Views: 3733

Re: Ridiculous issue with field name is driving me crazy

can you please open and import csv and then check if the label on card "CardLocation" has been updated?
by antrax13
Wed Jun 03, 2015 2:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ridiculous issue with fieldname is driving me crazy [Solved]
Replies: 9
Views: 3733

Ridiculous issue with fieldname is driving me crazy [Solved]

OK this is starting to be ridiculous Can anyone explain me why this will not set the text of the label???? but it will answer it? on openCard put "POPULATE THIS TEXT TO HELPER FIELD" into fld "LblHelper" -- NOT WORKING put the text of fld "LblHelper" into testVar answer testVar -- YES THIS IS WORKIN...
by antrax13
Wed Jun 03, 2015 9:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Progress Bar Speed Issue!?
Replies: 7
Views: 3733

Re: Progress Bar Speed Issue!?

Hmmm. Something unusual is going on. I made a test handler very similar to yours, and it works fine with a progress bar or a slider, but not with a scrollbar. Please test your handler with a progress bar and write back. I am in 6.7.4 with OSX 10.9. Craig Newman What you mean by test it with progres...
by antrax13
Wed Jun 03, 2015 9:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Progress Bar Speed Issue!?
Replies: 7
Views: 3733

Re: Progress Bar Speed Issue!?

Hi guys, I tried locking the screen, standalone app and had the same issue. Then without adding locking or changing anything in the code above, it worked only once. So I replicate that and it wasnt working again. Replicate couple of times and it seems to work randomly. Once it's running OK so progre...
by antrax13
Tue Jun 02, 2015 1:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Progress Bar Speed Issue!?
Replies: 7
Views: 3733

Progress Bar Speed Issue!?

Hi, I feel really sorry to spam this forum but I always get this type of error that no one else experience them before :D I can not even describe the issue but I will give it a try. The issue is that my progress bar is not updating during repeat loop continuously. It will get updated only when last ...
by antrax13
Mon Jun 01, 2015 1:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Populate Option Menu from Array [Solved]
Replies: 15
Views: 6677

Re: Populate Option Menu from Array

Code: Select all

 
local lTest
      repeat for each element lTitle in tColumnTitles
         put lTitle & cr after lTest
      end repeat
      set the text of btn "omLocation" to lTest
this did the trick and now all options are visible in option menu button
by antrax13
Mon Jun 01, 2015 11:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Populate Option Menu from Array [Solved]
Replies: 15
Views: 6677

Populate Option Menu from Array [Solved]

Hi I have an array that is coming from DB so every time it will be different. When array is created I need to populate Option Menu button with these values. My Code is: repeat for each element title in tColumnTitles --answer title put the text of btn "omLocation" to title end repeat it will set the ...

Go to advanced search