Hi Monte,
Just edited the plist file and it works now.
Thanks!
groeten,
William
2017-12-11 4:24 GMT+01:00 Paul Hibbert via use-livecode <
use-livecode@lists.runrev.com>:
> Thank you for the quick response Monte, the fix works well!
>
> Paul
>
> > On 10 Dec 2017, at 13:36, Monte Goulding via
..@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
>
>
>
> On December 9, 2017 2:41:19 AM William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> Hi Paul,
>>
>> Like I said MergPop works fine i
gt; handler then used answer tError, it told me that LC couldn’t find the handler
> “mergPopActivity”, so it confirmed that the library was missing, fixing that
> made it work.
>
> Paul
>
>> On 8 Dec 2017, at 12:00, William de Smet via use-livecode
>> <use-livecode@l
Hi there,
I am seeing an error on using MergPop with iOS 11.2 /LC 8.1.8 when saving a
PNG with the 'Save Image' button on the popover sheet.
It quits the app immediately.
'E-mail, Copy, Print, Save Files App' all work fine. Even Airdrop works
fine.
I do this:
try
put
Hi there,
I was asked if i could add my apps to Apple's VPP education program.
I see I have two choices:
1. Available with a volume discount for educational institutions
2. Available with no discount
On this page it says you can enable 50% discount:
standard price or not.
> That’s all
>
> The only restriction on VPP is that no inApp purchases are allowed for the
> VPP program. (only apps without inApp purchase)
>
> Tiemo
>
>
> -Ursprüngliche Nachricht-
> Von: use-livecode [mailto:use-livecode-boun...@lis
Hi there,
I have several cloned images and all have the same name: ticket.
Of course there ID is different.
On close card I want to delete them.
How do I delete them all at once?
Wat is wrong with this code?
on mouseup
repeat with x= 1 to the number of images of this card
if the name of image x
Hi there,
How do I set the label of a 'Header Bar' widget to bold?
greetings,
William
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
Ok one step closer:
---
set the textStyle of widget "start" to "bold"
-
and with the chosen font of the widget set to [Styled Text) in the LC
Inspector it gives bold text.
But now all text in the widget is bold.
Can't figure out how tp only get the labet of the widget set to bold.
Anyone?
@Tore and @Mark
Thanks!
Works fine now.
greetings,
William
2018-01-18 0:13 GMT+01:00 Mark Wieder via use-livecode <
use-livecode@lists.runrev.com>:
> On 01/17/2018 02:42 PM, Tore Nilsen via use-livecode wrote:
>
> Use short name instead of name, this will script will work:
>>
>
>
Hi,
When I add an image as a control to a new stack it gets bigger when I set
an angle of 270.
---
on mouseup
set the angle of me to 270
clone me
set the angle of me to 0
end mouseup
---
Width and height are changed by 1 px.
Is that normal behaviour?
How do I prevent this?
LC 8.1.8
Answering my own question:
it works fine when you use 'rotate by -90'
groeten,
William
2018-01-20 12:10 GMT+01:00 William de Smet :
> Hi,
>
> When I add an image as a control to a new stack it gets bigger when I set
> an angle of 270.
>
> ---
> on mouseup
> set the
Hi there,
My new app 'FotoPuzzel' is rejected by Apple because the app needs camera
permission.
I did not clarify the use of this feature in the modal alert?
How do I change this?
Can I change this?
I just use MobilePickPhoto "camera"
The standard modal alert says:
FotoPuzzel would like to
Hi there,
Why is there a short delay when playing a sound for the first time?
And how do I solve this?
play specialFolderPath("engine") & slash & "sounds/pop.mp3"
greetings,
William
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please
e I don't have that file. Have you attempted in the OS to
> double click the file or if on Mac, play the file in preview mode?
>
> Bob S
>
>
> > On Mar 15, 2018, at 07:55 , William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> >
o tInstructions
> else
>put whatever into field "instructions2" that you need
>delete item -1 of tInstructions
> end if
>
> Not sure what end results you want, or how if fails, but maybe something ^
> there will help.
>
> On Mon, Mar 5, 2018 at 12:13 PM,
Hi there,
I am making a 9 piece slide puzzle.
How many pieces should be in the right place at start to solve the puzzle?
greetings,
William
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe
Hi there,
This is quite a challenge for me.
I an trying to build a template in which users (small children) can
'pixeldraw' something and based on the drawing the instruction will be made.
The instruction is needed for other children to make the pixel drawing.
The instruction is quite special.
that?
groeten,
William
2018-03-05 13:40 GMT+01:00 Jose Enrique Montero via use-livecode <
use-livecode@lists.runrev.com>:
> I made a similar application, you can look,
> https://play.google.com/store/apps/details?id=com.kaikuse.babygrid=es
>
> best regards
>
>
> 2018-03-05 3:5
ot; of your row.
>
> Not fully awake yet, so if there is anything wrong with my example,
> hopefully it still makes sense.
>
> On Mon, Mar 5, 2018 at 5:50 AM, William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Thanks for your reply!
> > Your app
;B" then put comma & "B0"
> after tInstructions
> add 1 to char -1 of tInstructions
> break
> default
> if tInstructions is empty then
> put "E" into tInstructions
> else
>
This is probably more interesting:
https://www.omgubuntu.co.uk/2018/02/google-enable-linux-apps-chrome-os-recent-code-commits-suggest
greetings,
William
2018-02-28 15:52 GMT+01:00 Rick Harrison via use-livecode <
use-livecode@lists.runrev.com>:
> Hi Richmond,
>
> Current Official Version
Hi there,
What's wrong with cameraControl on iPad?
In the IDE everything works fine: cameracontrol is shown on the given rect.
On iPad the rect is much smaller and the preview is rotated.
In the standalone iPad settings 'Landscape Left' and 'landscape Rght' are
activated.
Is this a bug?
I am on
Hi there,
An app update was rejected due to the fact I ticked the ‘Kids category’ in the
initial version of the app. In the app they can share an image outside the app.
The current quidelines say I have to add a parental gate now.
Is there anyone who has an example on how to do this?
Hi there,
Today I uploaded an update for one of my apps to the App Store.
Now I have four errors coming back from Apple.
Still need to edit the info.plist but it'd easy to make a mistake with this.
When will this be fixed?
-
Got this notification back:
ITMS-90339: Deprecated Info.plist Key -
gt; Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
> -----Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> Of William de Smet via use-livecode
> Sent: Thursday, November 14, 2019 2:00
>
> > After that every time you want to submit to the app store do this in the
> > message box ==> set the script of "revSaveAsIosStandalone" to url
> > ("File://somePath/someFilename")
> >
> > Ralph DiMola
> > IT Director
> > Evergree
Hi there,
I have to square graphics (line style) on top of each other.
They have the same width and height and form a letter X.
How do I select the different graphics?
Mousedown, MouseLoc and points of graphic?
Any pointers are welcome.
greetings,
William
Hi Peter,
MouseControl works fine.
Thanks.
greetings,
William
Op ma 25 nov. 2019 om 19:31 schreef Peter Bogdanoff via use-livecode <
use-livecode@lists.runrev.com>:
> William,
>
> You could try working with the mouseControl.
>
> Peter
>
> > On Nov 25, 2019
Hi there,
"pointInShape" looks very interesting,
Too much for now. MouseControl does the job.
Thanks!
groeten,
William
Op ma 25 nov. 2019 om 19:45 schreef hh via use-livecode <
use-livecode@lists.runrev.com>:
> Yet another option is to use the technique from "pointInShape":
>
properly installed , which is required if you want to
> use Test Flight.
>
>
>
>
>
> In standalone settings I see three options: Required, Prohibited, n/a.
> Do you mean the plist always contains a location option even if "n/a" is
> selected? That doesn't seem right.
Hi there,
Is it possible with an Indy License to publish apps that are 'Available for
private distribution to specific organizations on Apple Business Manager'
?
Any other requirements?
greetings,
William
___
use-livecode mailing list
Thanks!
I tested the code on a normal/standard field and it kinda works.
I changed the multitouch-pinch code form image to fld and added a 'set
textSize ...'.
However it doesn't work as expected. The field is changing faster and
bigger then the text inside the field.
Then I found this script on
Hi there,
Is it possible to pinch zoom on a native text field to make the text
bigger/smaller?
Has anyone done this?
Any pointers / script snippets are welcome.
greetings,
William
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please
almost perfect but not quite” what exactly are you meaning?
>
> —Scott
>
> > On Oct 28, 2020, at 11:04 AM, William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi there,
> >
> > I need 3 vertical lines in my iOS app with equa
>
> > On Oct 28, 2020, at 4:16 PM, William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi Scott,
> >
> > Line 3 should be at loc 768,384 but is now at loc 770,384 (stack
> 1024x768).
> > This is because 'cardWid
Hi there,
A simple iOS app in which the user chooses the iOS keyboard to add text and
an Emoji to a standard LC text field.
I use 'export snapshot' to PDF as PNG to print to PDF.
When there is only text in the field all text is printed to the PDF but
when an Emoji is added the Emoji is not
hreven:
>
> " 'export snapshot' to PDF as PNG" sounds a bit odd.
>
>> On 25.10.20 21:47, William de Smet via use-livecode wrote:
>> Hi there,
>>
>> A simple iOS app in which the user chooses the iOS keyboard to add text and
>> an Emoji to a standard LC text f
..@elementarysoftware.com
> booth1-360-734-4701
> --------------
>
> > On Oct 25, 2020, at 2:34 PM, William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi Richmond,
> >
> > That’s the short version of the co
I am a longtime user of Chromebooks in education and most 'cheap'
Chromebooks' come with only 4 GB RAM.
The Chrome browser itself uses a lot of RAM already and my experience with
Android apps on Chromebooks is that they are slow (lack of available RAM)
or sometimes not fully functional/compatible.
share what I got unless someone already knows of a
> solution.
>
> On Mon, Mar 9, 2020 at 7:35 AM William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hi there,
> >
> > Is it possible to pinch zoom on a native text field to ma
Hi Terry,
Can you use lockscreen?
Greetings
William
Op do 10 dec. 2020 om 10:15 schreef Terence Heaford via use-livecode <
use-livecode@lists.runrev.com>:
> Clearly you can’t print a card that contains a browser widget as livecode
> is unable to do this.
>
> I don’t understand why
Hi there,
When I set the BackgroundPattern of an graphic oval to the image ID, the
image is not centered inside the oval graphic.
What is a better way to add an image to a graphic oval (and center it?
greetings,
William
___
use-livecode mailing list
ID of a random
> image I imported to the card. It filled the grc perfectly. Do you have a
> screenshot of what you are seeing?
>
> Craig
>
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> Of William de Smet via u
Thanks all for directing me into a different approach!
greetings,
William
Op wo 11 nov. 2020 om 19:19 schreef Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com>:
> Using the backgroundPattern seems intuitive, but read the fine print:
> image dimensions have very specific
Hi there,
Another question today.
How do I shorten this script?
set the loc of grc "k1" to cardWidth/2,cardHeight/2
set the topleft of grc "k2" to (item 1 of topright of grc "k1" -1, item 2
of topright of grc "k1")
set the topleft of grc "k3" to (item 1 of topright of grc "k2" -1, item 2
of
ut ”k1” into tPrevious
> repeat with i = 2 to 5
>put ”k” & i into tName
>set the topleft of grc tName to the topright of grc tPrevious
>put tName into tPrevious
> end repeat
>
> Coding out of my head so reserve for mistakes!
>
> :-Håkan
> On 12 Nov 202
th i = 2 to 5
>>put ”k” & i into tName
>>set the topleft of grc tName to the topright of grc tPrevious
>> put tName into tPrevious
>> end repeat
>>
>> Coding out of my head so reserve for mistakes!
>>
>> :-Håkan
>> On 12 Nov 2020,
Hi there,
I need 3 vertical lines in my iOS app with equal distance and from top to
bottom.
So I use the script below. It is almost perfect but not quite.
Is there a better way to do this?
--
*s*et the loc of grc "line1" to cardWidth/4, cardHeight/2
set the loc of grc "line2" to cardWidth/2,
WebAssembly is on the roadmap.
https://livecode.com/resources/roadmap/
> Op 19 jan. 2021 om 20:43 heeft William Prothero via use-livecode
> het volgende geschreven:
>
> Dan:
> I just did a bit of Googling and wow! It sounds like a capability to compile
> to WebAssembly would put LiveCode
50 matches
Mail list logo