Field input of MAC address: filtered and nice to look

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

trevix
Posts: 1087
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

Re: Field input of MAC address: filtered and nice to look

Post by trevix » Wed Aug 27, 2025 8:38 pm

Your solution, ahimè, is getting close to the same size of my original one, that used a reapet loop. May be faster tough.
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10354
Joined: Wed May 06, 2009 2:28 pm

Re: Field input of MAC address: filtered and nice to look

Post by dunbarx » Wed Aug 27, 2025 9:05 pm

I am a little ahead of you, in that mine can handle single letter adjustments. Neither can handle multi-letter.

Yet.

Question, why do you hide the input field?

Craig

trevix
Posts: 1087
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

Re: Field input of MAC address: filtered and nice to look

Post by trevix » Thu Aug 28, 2025 10:51 am

I don't.
The fld "LabelHide" is a place holder, behind the real field, that shows to the user an example of the Mac.
I should have removed any reference to it.
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

Post Reply