Re: 4D data on the web - what do you use?

2018-07-13 Thread JOHN BAUGHMAN via 4D_Tech
Robert,

I suggested Xojo, but when I posted I don’t think I had yet done my 
Xojo/4D presentation on 4DMethod. You might take a look if you haven’t already…


https://4dmethod.com/2018/04/16/april-25th-meeting-4d-with-a-xojo-web-app-front-end-john-baughman/
 

Sorry if I am repeating myself.

John


John Baughman
1331 Auwaiku Street
Kailua, Hawaii  96734
(808) 262-0328
john...@hawaii.rr.com

> On Jul 13, 2018, at 6:28 PM, Robert ListMail via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> Great thread. Now, one of the difficulties with modern web development is 
> that there are so many options and possibilities such that the best practices 
> approach is unclear. 
> 
> Robert
> 
> Sent from my iPhone
> 
>> On Mar 15, 2018, at 2:44 PM, Keith Goebel via 4D_Tech <4d_tech@lists.4d.com> 
>> wrote:
>> 
>> Thank you to all who responded (there have been many of you).
>> Lots of food for thought, and we’ll chew them over carefully…
>> Cheers, Keith
> 
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

How to protect JS Source Code?

2018-07-13 Thread Robert ListMail via 4D_Tech
One of the beauties of 4D is that the source code can be delivered in a 
compiled form which more than obfuscates the code. So, if you have a full 
JavaScript stack application running on the customers server, not merely hosted 
solution, how can the source code (mostly JS) be protected?

Thanks,

Robert

Sent from my iPhone
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Who’s the Gestapo?

2018-07-13 Thread Robert ListMail via 4D_Tech
I tried to turn on a few young developers to 4D and suggested they join the 
list. They were never able to post. I take it the list is highly censored based 
on the feedback I’ve received. I didn’t know the bar was that high. So, who’s 
the gatekeeper...?

Thanks,

Robert

Sent from my iPhone
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D data on the web - what do you use?

2018-07-13 Thread Robert ListMail via 4D_Tech
Great thread. Now, one of the difficulties with modern web development is that 
there are so many options and possibilities such that the best practices 
approach is unclear. 

Robert

Sent from my iPhone

> On Mar 15, 2018, at 2:44 PM, Keith Goebel via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> Thank you to all who responded (there have been many of you).
> Lots of food for thought, and we’ll chew them over carefully…
> Cheers, Keith

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

WP SET ATTRIBUTES

2018-07-13 Thread Pat Bensky via 4D_Tech
Using v17
This works:

*WP SET ATTRIBUTES*(oCurrentRange;wk font;"Arial";wk font size;14)

​so why doesn't this:

$attributes:=wk font+";"+*Char*(34)+"Arial"+*Char*(34)+";"+wk font size
+";14"

*WP SET ATTRIBUTES*(oCurrentRange;$attributes)

or this:

$attributes:="wk font;"+*Char*(34)+"Arial"+*Char*(34)+";wk font size;14"

*WP SET ATTRIBUTES*(oCurrentRange;$attributes)

?? ​
-- 
*
CatBase - Top Dog in Data Publishing
tel: +44 (0) 207 118 7889
w: http://www.catbase.com
skype: pat.bensky
*
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

[Odd] Compiler directives

2018-07-13 Thread Chip Scheide via 4D_Tech
I came across this compiler directive:

C_POINTER(ARYLSTBX_UPDATE_DISPLAY;${-1})

ARYLSTBX_UPDATE_DISPLAY is a method. I have corrected it... but wow! 

---
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: just a curiosity - pre emptive threads

2018-07-13 Thread Alan Chan via 4D_Tech
Oops... I reply too fast. You've answered your question.

Alan Chan

Chip Scheide <4d_o...@pghrepository.org> writes:
>(I think that to get around the Set process variable you would use 
>'Storage')

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**