Search found 21 matches
- Sat Mar 12, 2016 2:12 am
- Forum: Talking LiveCode
- Topic: Is there a 'things to do before LC8' list?
- Replies: 3
- Views: 2919
Re: Is there a 'things to do before LC8' list?
Thanks... how I love debugging "crashes on start" for converting big programs!
- Sat Mar 05, 2016 3:40 pm
- Forum: Talking LiveCode
- Topic: Is there a 'things to do before LC8' list?
- Replies: 3
- Views: 2919
Is there a 'things to do before LC8' list?
I'm experimenting with apps I built in previous LC versions. One of them runs fine in LC8 IDE, but crashes during launch as OS X 64-bit on Mac OS X 10.11.3 While it may be a bug, I'm anticipating that there is an (extensive?) list of things that currently don't work or that are anticipated will NEVE...
- Tue Jul 01, 2014 3:54 pm
- Forum: CGIs and the Server
- Topic: Is On-Rev actually supported/logging in
- Replies: 1
- Views: 3000
Re: Is On-Rev actually supported/logging in
OK, I heard back from David Williams at RunRev.
Apparently, On-Rev client hasn't been supported for years, but is still included in the download. He's working to restore that functionality. He'd been trying to reply, but apparently his e-mails to me were bouncing...
Cheers
Bruce
Apparently, On-Rev client hasn't been supported for years, but is still included in the download. He's working to restore that functionality. He'd been trying to reply, but apparently his e-mails to me were bouncing...
Cheers
Bruce
- Tue Jul 01, 2014 2:18 pm
- Forum: CGIs and the Server
- Topic: Is On-Rev actually supported/logging in
- Replies: 1
- Views: 3000
Is On-Rev actually supported/logging in
I created an On-Rev account last week. While I have things up and running, I cannot log in to the desktop On-Rev client, repeated attempts to join the On-Rev forum have failed (and the page generally loads with errors), and I have sent support requests every other day and received only one answer (t...
- Sun Jun 15, 2014 4:35 pm
- Forum: Talking LiveCode
- Topic: Using a graphic in Datagrid row template
- Replies: 3
- Views: 2668
Re: Using a graphic in Datagrid row template
The line had no points, hence no visible representation.
So setting the grc to style 'Line' and giving it dimensions and all is well.
Thanks again, Bernd!
So setting the grc to style 'Line' and giving it dimensions and all is well.
Thanks again, Bernd!
- Sun Jun 15, 2014 4:28 pm
- Forum: Talking LiveCode
- Topic: Using a graphic in Datagrid row template
- Replies: 3
- Views: 2668
Re: Using a graphic in Datagrid row template
Bernd: Aha! You've put your finger on it! Actually, I was intending to use a LINE grc, but since I hadn't told LiveCode and was using default rectangle with an invisible line, all my work on the pen was invisible. Oddly, making the appropriate changes to the graphic (declaring it as style 'Line') no...
- Sun Jun 15, 2014 1:52 am
- Forum: Talking LiveCode
- Topic: Using a graphic in Datagrid row template
- Replies: 3
- Views: 2668
Using a graphic in Datagrid row template
I'm having trouble with the penColor in a graphic in a Datagrid row template (LiveCode 6.6.2 Commercial) In the onFillInData handler, I can set the WIDTH of the graphic with code like set the width of grc "My_grc" of me to 15 However, this code set the penColor of grc "My_grc" of me to 100,200,50 Fa...
- Sat Sep 21, 2013 5:56 pm
- Forum: Talking LiveCode
- Topic: Mac OSX 10.8.5 breaks https: ?
- Replies: 14
- Views: 10788
Re: Mac OSX 10.8.5 breaks https: ?
Filed as bug 11211 Will update when I receive feedback Turning off SSL verification was not something my IT guy was thrilled about; I work around by using http instead, which is probably a step down from there. FYI, I was pointed at an older post with this line of code --set the sslCertificates to "...
- Thu Sep 19, 2013 5:58 pm
- Forum: Talking LiveCode
- Topic: Mac OSX 10.8.5 breaks https: ?
- Replies: 14
- Views: 10788
Re: Mac OSX 10.8.5 breaks https: ?
D'OH I'm somehow continually surprised by the need for 'the return'; I foolishly assume that info would be in 'it' Here is what shows up in 'the return' for failed POST to https: error -Error with certificate at depth: 1 issuer = /C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust Exter...
- Thu Sep 19, 2013 5:24 am
- Forum: Talking LiveCode
- Topic: Mac OSX 10.8.5 breaks https: ?
- Replies: 14
- Views: 10788
Re: Mac OSX 10.8.5 breaks https: ?
I just get silence, I believe--but I need to go back and make the I checked the result All I have had time to do is change all POST calls to http instead of https. This completely fixes. I have not tried libURL I did learn that it is broken on all recent Mac OSX updates: 10.8.5 10.7.5 10.6.8 I hope ...
- Tue Sep 17, 2013 9:30 pm
- Forum: Talking LiveCode
- Topic: Mac OSX 10.8.5 breaks https: ?
- Replies: 14
- Views: 10788
Mac OSX 10.8.5 breaks https: ?
I'm posting preliminary findings, as it may be a big deal to others as well. I installed latest Mac security update, 10.8.5, onto 3 machines today. My software communications to internet now fail 100% of the time. Testing in the IDE, I can restore functionality on a test machine running 10.8.5 by co...
- Tue May 21, 2013 7:36 pm
- Forum: Talking LiveCode
- Topic: datagrid in windows
- Replies: 3
- Views: 3354
Re: datagrid in windows
Thanks; will do!
Bruce
Bruce
- Sat May 18, 2013 5:03 am
- Forum: Talking LiveCode
- Topic: datagrid in windows
- Replies: 3
- Views: 3354
Re: datagrid in windows
Not an answer, but...
I was trying to do the same thing and failed to get the cursor to move appropriately on tab/return
I know your solution isn't complete, but would you mind sharing the code or method you used to force it to move appropriately?
Thanks
Bruce
I was trying to do the same thing and failed to get the cursor to move appropriately on tab/return
I know your solution isn't complete, but would you mind sharing the code or method you used to force it to move appropriately?
Thanks
Bruce
- Fri Jan 25, 2013 4:04 am
- Forum: Talking LiveCode
- Topic: Spreadsheet-like behavior of dataGrid
- Replies: 3
- Views: 3505
Re: Spreadsheet-like behavior of dataGrid
Thanks!
I'll give it a whirl.
I'll give it a whirl.
- Sat Jan 19, 2013 9:57 pm
- Forum: Talking LiveCode
- Topic: Spreadsheet-like behavior of dataGrid
- Replies: 3
- Views: 3505
Spreadsheet-like behavior of dataGrid
Apologies if this re-posts; first effort appears not to be showing up. I'm trying to activate the cell BELOW the current one after user enters data (i.e. user enters '33' and clicks <RETURN>; I'd like the cell immediately below the one with the 33 to become active for editing) I've tried 'focus on' ...