Search found 146 matches
- Thu Nov 14, 2019 7:18 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Error loading external stack
- Replies: 1
- Views: 787
Re: Error loading external stack
Sorry just realized I had to add the extension livecode in IIS
- Thu Nov 14, 2019 7:09 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Error loading external stack
- Replies: 1
- Views: 787
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/int...
- Mon Nov 11, 2019 7:21 pm
- Forum: Bug Triage
- Topic: Scroller not displaying all info
- Replies: 12
- Views: 3595
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
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
- Mon Nov 11, 2019 6:45 am
- Forum: Bug Triage
- Topic: Scroller not displaying all info
- Replies: 12
- Views: 3595
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
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
- Sun Nov 10, 2019 7:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Replacing scroll bar question
- Replies: 8
- Views: 1935
Re: Replacing scroll bar question
thanks
works perfect
Edd.
works perfect
Edd.
- Sun Nov 10, 2019 7:51 pm
- Forum: Bug Triage
- Topic: Scroller not displaying all info
- Replies: 12
- Views: 3595
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 the...
- Sun Nov 10, 2019 6:59 am
- Forum: Bug Triage
- Topic: Scroller not displaying all info
- Replies: 12
- Views: 3595
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 a ...
- Sat Nov 09, 2019 10:25 pm
- Forum: Bug Triage
- Topic: Scroller not displaying all info
- Replies: 12
- Views: 3595
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 a di...
- Sat Nov 09, 2019 3:07 am
- Forum: Bug Triage
- Topic: Scroller not displaying all info
- Replies: 12
- Views: 3595
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" ) s...
- Fri Nov 08, 2019 5:31 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Replacing scroll bar question
- Replies: 8
- Views: 1935
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?
I only see android native field on my tools palette
is that something I have to download like a widget or something?
- Fri Nov 08, 2019 4:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Replacing scroll bar question
- Replies: 8
- Views: 1935
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 use...
- Fri Nov 08, 2019 5:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Replacing scroll bar question
- Replies: 8
- Views: 1935
Re: Replacing scroll bar question
oh sorry, is for IOS
- Fri Nov 08, 2019 3:20 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Replacing scroll bar question
- Replies: 8
- Views: 1935
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
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
- Thu Nov 07, 2019 5:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Compare dates question
- Replies: 8
- Views: 1774
Re: Compare dates question
very useful tips indeed
thanks you very much guys
thanks you very much guys
- Thu Nov 07, 2019 4:50 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Compare dates question
- Replies: 8
- Views: 1774
Re: Compare dates question
Just out of curiosity , when you convert the date in seconds it starts counting from which year?
I mean second 0 corresponds to what date?
I mean second 0 corresponds to what date?