Search found 3432 matches
- Wed Dec 02, 2020 8:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Calendar widget
- Replies: 46
- Views: 4614
Re: Calendar widget
Hi Mark, The example form the dictionary for popUp adapted to calendar widget: on mouseDown theButton if theButton is 3 then local tProps put "200,200,500,500" into tProps["rect"] popup widget "com.livecode.widget.calendar" with properties tProps if the result is not "Cancel" then put it end if else...
- Sun Nov 29, 2020 9:09 pm
- Forum: iOS Deployment
- Topic: Unable to Test my App on an iPhone
- Replies: 5
- Views: 1060
Re: Unable to Test my App on an iPhone
Hi Lloyd, unfortunately I can not help you with this problem but I take advantage of your post to tell you that I referenced you. It is my all time favorite academic achievement.... https://forums.livecode.com/viewtopic.php?f=9&t=34773&p=197238&hilit=rieber&sid=d438cf1bbd3ea4310080bcdb057058df#p1972...
- Sat Nov 28, 2020 10:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Scrolling text -- like movie credits
- Replies: 62
- Views: 4612
Re: Scrolling text -- like movie credits
Hi Mark, I looked up some old stuff and "repurposed" it to scrolling text. Put the text you want into the field. Then click button "fill data in". It populates the scroller. (it actually puts the text twice into the scroller for endless scrolling.) Then you can click checkbox "advance scroll" and it...
- Sun Nov 22, 2020 7:08 pm
- Forum: Off-Topic
- Topic: Images going black
- Replies: 30
- Views: 3713
Re: Images going black
Glad it worked.
Maybe you can change the default color profile in GIMP?
Kind regards
Bernd
Maybe you can change the default color profile in GIMP?
Kind regards
Bernd
- Sat Nov 21, 2020 11:17 pm
- Forum: Off-Topic
- Topic: Images going black
- Replies: 30
- Views: 3713
Re: Images going black
the profiles are
houseGIMP.png
GIMP built-in sRGB
houseSeashore.png
sRGB IEC61966-2.1
hoosePHSH.png
RGB
house_Krita.png
sRGB built-in
I attach the houseGimp with color profile sRGB IEC61966-2.1
Could you try this one?
Kind regards
Bernd
houseGIMP.png
GIMP built-in sRGB
houseSeashore.png
sRGB IEC61966-2.1
hoosePHSH.png
RGB
house_Krita.png
sRGB built-in
I attach the houseGimp with color profile sRGB IEC61966-2.1
Could you try this one?
Kind regards
Bernd
- Sat Nov 21, 2020 9:51 pm
- Forum: Off-Topic
- Topic: Images going black
- Replies: 30
- Views: 3713
Re: Images going black
You could also try to upload a zipped Gimp png that is not working and a zipped Seashor png that is working. I could have a look at them.
Kind regards
Bernd
Kind regards
Bernd
- Sat Nov 21, 2020 6:33 pm
- Forum: Off-Topic
- Topic: Images going black
- Replies: 30
- Views: 3713
Re: Images going black
Richmond, could you have a look at the color profiles of the different images? If you select an image on a Mac and then do command + i you get the info. There should be a section that indicates which color profiles those images use. If those are different from the Gimp vs Photoshop/Seashore then you...
Re: Big Sur?
As far as colouring of scripts using Source Code Pro:
https://quality.livecode.com/show_bug.cgi?id=22897
the fix is in
https://github.com/livecode/livecode-ide/pull/2149
and should be in the next release.
Kind regards
Bernd
https://quality.livecode.com/show_bug.cgi?id=22897
the fix is in
https://github.com/livecode/livecode-ide/pull/2149
and should be in the next release.
Kind regards
Bernd
- Mon Nov 16, 2020 10:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Where to store text lists?
- Replies: 9
- Views: 1214
Re: Where to store text lists?
Welcome to the forum Frank. As far as I understand you want to store text in Livecode that the user can not access. If the text is prepared before building the standalone and does not change later on then storing the text in a hidden field is perfectly alright. If you want to store text between runs...
- Sat Nov 14, 2020 5:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rotating a graphic 360degrees in 60s
- Replies: 36
- Views: 3197
Re: Rotating a graphic 360degrees in 60s
Bernd. So much fun. There is an issue with an ellipse, in that the rotational speed of the hand is greater near the major axis and slows as it approaches the minor axis. I am going to try to find a way (just because, since I do not know if the OP cares about it) to make the circular second hand act...
- Sat Nov 14, 2020 1:51 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rotating a graphic 360degrees in 60s
- Replies: 36
- Views: 3197
Re: Rotating a graphic 360degrees in 60s
Craig, That moves very smoothly. Nice. I occured to me that a clockface could be oval. For that I did a version that dynamically changed dashes to let the seconds hand keep the same distance from the ellipse. That however ran into the 1 pixels problem (rounding problem) and one noticed a change in d...
- Fri Nov 13, 2020 8:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rotating a graphic 360degrees in 60s
- Replies: 36
- Views: 3197
Re: Rotating a graphic 360degrees in 60s
Since we are both still wasting time on this, however much fun it is, I had hoped that creating a very large regular polygon of 3600 sides would give me 3600 points, and I could get some serious resolution without having to make them trigonometrically. Lazy, you know. But only irregular polygons ha...
- Fri Nov 13, 2020 8:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rotating a graphic 360degrees in 60s
- Replies: 36
- Views: 3197
Re: Rotating a graphic 360degrees in 60s
Craig, talking about kludges... put 600 into semiMajorAxis set the dashes of grc "hand" to the width of grc "ellipse"/2 - 35,250,0,250,0 lets me hide a 600 pixel long line graphic except for the first part. So it seems that the limit applies to the dash interval not the absolute length of the hidden...
- Fri Nov 13, 2020 7:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rotating a graphic 360degrees in 60s
- Replies: 36
- Views: 3197
Re: Rotating a graphic 360degrees in 60s
Good to know. I found in my use case a diamter of 200 pixel gives a very nice resolution for the angle and makes for a smooth motion. So in this case I would never hit the 250 limit. I did find that "dashes" do not like decimals, only integers. Had me scratch my head when dynamically adjusting "dash...
- Fri Nov 13, 2020 6:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rotating a graphic 360degrees in 60s
- Replies: 36
- Views: 3197
Re: Rotating a graphic 360degrees in 60s
Craig,
Thank you, I feel honored.
Kind regards
Bernd
Thank you, I feel honored.
Kind regards
Bernd