Search found 147 matches

by Pistris
Tue Nov 02, 2021 5:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Installing in OSX Monterey
Replies: 2
Views: 2933

Re: Installing in OSX Monterey

Thanks for the quick response
Downgrade it is :)

Edd.
by Pistris
Tue Nov 02, 2021 4:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Installing in OSX Monterey
Replies: 2
Views: 2933

Installing in OSX Monterey

Hi guys

I just bought a new MacBook Pro with the m1 chip
The laptop comes with OS Monterey installed
I installed livecode 9.6.4 without problems but I can’t install Xcode 12.5
The only version that runs is 13
How do I go about this problem?
Y tried searching threads for this issue but couldn’t find ...
by Pistris
Thu Nov 14, 2019 7:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error loading external stack
Replies: 1
Views: 3707

Re: Error loading external stack

Sorry just realized I had to add the extension livecode in IIS
by Pistris
Thu Nov 14, 2019 7:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error loading external stack
Replies: 1
Views: 3707

Error loading external stack

Am having difficulty loading a stack on a web server
am using the following line of code

go to stack URL "http://xxx.xxx.xxx.xxx/testfiles/internetstack.livecode"

now if I change the filename to internetstack.txt it loads it no problems

like this

go to stack URL "http://xxx.xxx.xxx.xxx/testfiles ...
by Pistris
Mon Nov 11, 2019 7:21 pm
Forum: Bug Triage
Topic: Scroller not displaying all info
Replies: 12
Views: 10764

Re: Scroller not displaying all info

Yes

and the last test is with an image not a field so that way I make sure nothing is hidden, but still same problem

am gonna install an older version of live code and see what happens
by Pistris
Mon Nov 11, 2019 6:45 am
Forum: Bug Triage
Topic: Scroller not displaying all info
Replies: 12
Views: 10764

Re: Scroller not displaying all info

same problem
the reason am hard coding it is because I had to manually test specific values to make sure that the formated height was the right value
by Pistris
Sun Nov 10, 2019 7:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replacing scroll bar question
Replies: 8
Views: 9141

Re: Replacing scroll bar question

thanks
works perfect

Edd.
by Pistris
Sun Nov 10, 2019 7:51 pm
Forum: Bug Triage
Topic: Scroller not displaying all info
Replies: 12
Views: 10764

Re: Scroller not displaying all info

everything is good sizewise
am using the scroller like I have always used it
believe me is not a code problem
this is something you can test in the Xcode emulator and see for your self

all iPhones before iPhone X work flawless and if I change the fullscreenmode it also work correctly but the gui ...
by Pistris
Sun Nov 10, 2019 6:59 am
Forum: Bug Triage
Topic: Scroller not displaying all info
Replies: 12
Views: 10764

Re: Scroller not displaying all info

The contentRect is the size of the content to be scrolled
if is an image I use the size of the image, same thing when I use fields

what am missing is the difference from the 667 pixels in the iPhones 6,7 and 8 to the 812 pixels on the iPhone X divided by two which is 72.5 pixels

to test it I made ...
by Pistris
Sat Nov 09, 2019 10:25 pm
Forum: Bug Triage
Topic: Scroller not displaying all info
Replies: 12
Views: 10764

Re: Scroller not displaying all info

Hi Jacques

it does not work
showAll will hide 20 percent of my user interface on iPhones X and newer
noBorder yields the same result of letterbox but does not work either

the solution I have implemented is adding an extra 72 pixels to the height of "contentRect" when creating the scroller

it is ...
by Pistris
Sat Nov 09, 2019 3:07 am
Forum: Bug Triage
Topic: Scroller not displaying all info
Replies: 12
Views: 10764

Scroller not displaying all info

am having. problem where my scroller don't display around 80 pixels at the end

I realized that only happens on iPhone X and Xs, Xr basically the iPhones that don't use have the 9:16 aspect ratio screens

I design my stacks for iPhone 8 and add ( set the fullscreenmode of this stack to "letterbox ...
by Pistris
Fri Nov 08, 2019 5:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replacing scroll bar question
Replies: 8
Views: 9141

Re: Replacing scroll bar question

And how do I implement a mobile-native field
I only see android native field on my tools palette

is that something I have to download like a widget or something?
by Pistris
Fri Nov 08, 2019 4:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replacing scroll bar question
Replies: 8
Views: 9141

Re: Replacing scroll bar question

Hi Klaus,
I don't want to use a scroller because the field I have is editable
I just want to change the actual scrolling bar because is too ugly and has clashes with my design
if it cant be changed then how you implement a scroller on a field that is editable and also
provide a scrollbar to give ...
by Pistris
Fri Nov 08, 2019 5:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replacing scroll bar question
Replies: 8
Views: 9141

Re: Replacing scroll bar question

oh sorry, is for IOS
by Pistris
Fri Nov 08, 2019 3:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replacing scroll bar question
Replies: 8
Views: 9141

Replacing scroll bar question

Is there a way to replace the ugly gray scroll bar on fields with something more pleasant
any tricks?
or a way to scroll a field without the scroll bar showing?

I got no hits on the forum using "Replacing scroll bar"

thanks