- AuthorPosts
- October 3, 2007 at 12:05 pm #4706yongfa365Member
1.is numal
2.When I search a long char ,then I click this image’s “3”
show images 3
3.old search don’t see Because long char’s length>window.length :oops: :cry:October 7, 2007 at 12:19 pm #4742yongfa365Memberthis image is a findbar
If post 1 like this image’s method will very good
October 7, 2007 at 1:03 pm #4743xxx_picMemberTools -> Customize… -> History -> Clear History
October 7, 2007 at 3:04 pm #4745yongfa365MemberCan but I want to use old, so click,then all clear :-?
October 8, 2007 at 8:12 am #4754me75MemberDrop down the history list and use “Delete” key to delete the item directly.
Maybe this method is better.
Just as GreenBrowser’s.
http://www.morequick.com/Download.htmOctober 8, 2007 at 7:06 pm #4758Yutaka EmuraKeymasterThis will be fixed on beta 12 by enabling horizontal scroll bar for the drop-down list.
October 10, 2007 at 6:20 am #4767yongfa365Memberbeta 12 also don’t see old search
only see long charyou changed findbar history list
this is Findbox or replacebox ‘s history listOctober 10, 2007 at 12:43 pm #4768xxx_picMemberThat may use a “CutStr” function to solve the problem!
vbscript sample code:
Function CutStr(byVal Str,byVal StrLen)
Dim l,t,c,i
l=Len(str)
t=0
For i=1 To l
c=AscW(Mid(str,i,1))
If c255 Then t=t+2 Else t=t+1
IF t>=StrLen Then
CutStr=left(Str,i)&”…”
Exit For
Else
CutStr=Str
End If
Next
End FunctionOctober 10, 2007 at 4:17 pm #4770Yutaka EmuraKeymasteryongfa365 wrote:
beta 12 also don’t see old search
only see long charyou changed findbar history list
this is Findbox or replacebox ‘s history listThis will be fixed on beta 13.
- AuthorPosts
- You must be logged in to reply to this topic.