Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread GUID
Fri, Jul 14 2017 3:05 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Is there a built in function to generate a GUID within EWB?

Searching through the newsgroups I found an external js one and a
comment from Tim saying that he would look at implementing one.

--
Chris Holland
[Team Elevate]
Fri, Jul 14 2017 4:31 AMPermanent Link

Matthew Jones

Chris Holland wrote:

> Is there a built in function to generate a GUID within EWB?

It has to be code regardless. Making a good GUID can be hard. If you can get assistance from the server, that's a good option IMO. You could get a GUID at the start of a session, and then append an index to it or something.
Me, I maintain a cache of 100 GUIDs in localstorage, obtained from the server. If the cache gets low (or is empty), it requests more from the server when it is idle.

--

Matthew Jones
Fri, Jul 14 2017 9:35 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Chris,

<< Is there a built in function to generate a GUID within EWB? >>

No, not yet.  It almost made it into the last round, but I ran out of time.  The next round has:

- GUID
- Autocomplete
- Ellipsis
- Current_Week function
- Label (text) selection
- Compiler version and IFDEF expressions
- TObjectList.Save method
- TLink Target property

(no guarantees on these, just what's up on the list).

Tim Young
Elevate Software
www.elevatesoft.com
Image