[Bug] FTC beta 14 preview 26
- From: Gerard Hammond <macsos@xxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Thu, 22 Nov 2007 09:33:39 +1100
A Little selection bug. The caret doesnot move to the last line last
character if you mousedown on a spot to the right and below the last
line
Run demo app.
New defualt window. Select all text. delete All text
paste in the text below but do not Do not paste in the [comment text]
sa asfd asddf asdf
asd fasf
as dfasdf a
asdf
as dfasdf asdf asdf asdf asdf asdf as [ Click ->HERE<-]
asdfa
[Now Click -
>HERE<- and note that the selection does not move to the last line,
last char]
On 22/11/2007, at 7:52 AM, Brendan Murphy wrote:
Beta 14 preview 26 has been uploaded to the web site.
http://www.truenorthsoftware.com/Realbasic/FormattedText.html
You guys asked for a TextChanged event, so it has been implemented
in this preview. If you notice it is not firing off when you think
it should or it is firing multiple times for a single event, let
me know.
Here's what is new with this preview...
- Added a TextChanged event. This event will be triggered when the
content or style of the content has changed. Be careful what you
stick inside this event for it will directly affect the typing
speed of the control.
- Made the margin guides drawn a little wider to avoid drawing
over the document content.
- Fixed moving the insertion caret with the arrow keys.
- Enhanced the the creation of the default paragraph style by
adding an event in the FormattedText class called
"DefaultParagraphStyle" which will allow you to create the default
paragraph style.
- Fixed a problem with internally drag and dropping a picture.
- Restored the behaviors involved with clicking on selected
sections of text.
FTC Website: www.truenorthsoftware.com/Realbasic/FormattedText.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject field.
Cheers.
--
Dr Gerard Hammond
http://www.macsos.com.au
FTC Website: www.truenorthsoftware.com/Realbasic/FormattedText.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
- References:
- FTC beta 14 preview 26
- From: Brendan Murphy
Other related posts:
- » FTC beta 14 preview 26
- » [Bug] FTC beta 14 preview 26
Beta 14 preview 26 has been uploaded to the web site. http://www.truenorthsoftware.com/Realbasic/FormattedText.html You guys asked for a TextChanged event, so it has been implemented in this preview. If you notice it is not firing off when you think it should or it is firing multiple times for a single event, let me know. Here's what is new with this preview... - Added a TextChanged event. This event will be triggered when the content or style of the content has changed. Be careful what you stick inside this event for it will directly affect the typing speed of the control. - Made the margin guides drawn a little wider to avoid drawing over the document content. - Fixed moving the insertion caret with the arrow keys. - Enhanced the the creation of the default paragraph style by adding an event in the FormattedText class called "DefaultParagraphStyle" which will allow you to create the default paragraph style. - Fixed a problem with internally drag and dropping a picture. - Restored the behaviors involved with clicking on selected sections of text. FTC Website: www.truenorthsoftware.com/Realbasic/FormattedText.html Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev List Archive: www.freelists.org/archives/ftcdevUnsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in the subject field.
- FTC beta 14 preview 26
- From: Brendan Murphy