Alex Restrepo's Custom Editfield

I have fixed the flickering with Alex Restrepo’s custom editfield but I see a a red line through the screen when I maximize the window. Do any of you get this problem and know how I can fix it? Does anybody have a bunch of his classes updated to the latest version of xojo. That would really help!

For reference to his controls:
http://mac.softpedia.com/progMoreBy/Publisher-Alex-Restrepo-6388.html

Thanks

The latest version is here, flicker-free:

https://code.google.com/p/custom-editfield/source/list

You have to get the r88 via a svn client.

Be aware that IF you’re trying to write a text input client you’ll want to base it on our free TextInputCanvas so it works properly on Cocoa
Otherwise there are a lot of behaviors that you will never get and cannot make work

Like press & hold the E key - you get a nice little popover of alternatives
Can’t do that in your own code without the text input canvas

[quote=49930:@Norman Palardy]Be aware that IF you’re trying to write a text input client you’ll want to base it on our free TextInputCanvas so it works properly on Cocoa
Otherwise there are a lot of behaviors that you will never get and cannot make work

Like press & hold the E key - you get a nice little popover of alternatives
Can’t do that in your own code without the text input canvas[/quote]
Thanks. Do you think it would be okay to use Thomas Tempelmann’s link? Would it be easy to base this class off of the TextInputClass, if it is not already based on that.

Thanks

[quote=49930:@Norman Palardy]Be aware that IF you’re trying to write a text input client you’ll want to base it on our free TextInputCanvas so it works properly on Cocoa
Otherwise there are a lot of behaviors that you will never get and cannot make work

Like press & hold the E key - you get a nice little popover of alternatives
Can’t do that in your own code without the text input canvas[/quote]
Also, I am able to use this on Windows?

Thanks

[quote=49923:@Thomas Tempelmann]The latest version is here, flicker-free:

https://code.google.com/p/custom-editfield/source/list

You have to get the r88 via a svn client.[/quote]
Thanks. Sounds awesome!!

How do I setup the SVN client, Thomas Tempelmann?

Thanks

I have found out that the red line is because of the right margin marker.

Sorry about that. All seems good so thanks.

The characteristics that Norman was talking about (the text popover) is specific to Cocoa. So no, those are not available on Windows or Linux.

[quote=49980:@Oliver Scott-Brown]Thanks. Do you think it would be okay to use Thomas Tempelmann’s link? Would it be easy to base this class off of the TextInputClass, if it is not already based on that.
[/quote]
No idea

[quote=49981:@Oliver Scott-Brown]Also, I am able to use this on Windows?
[/quote]
You can write your code once as the plugin does work on Windows & linux
However the press & hold behavior is unique to OS X

Hello i download one off the Lib from Alex and the file ext is sitx How i use this on Xojo or RB

Alexis, normally a file ending in .sit or .sitx is a Stuffit archive so you will need Stuffit Expander which is available as a free download on the site the Stuffit.com for Mac and Windows.

Strangely, when I downloaded this custom editfield class from the mac.softpedia link above I got a .zip file so I’m wondering why you got a .sitx.

the problem is the Web Page after download the first file all other the page compressed.
http://mac.softpedia.com/progMoreBy/Publisher-Alex-Restrepo-6388.html
is no other page to download the files