Other Bug Quick Search B4A 6.30 ?

MarcoRome

Expert
Licensed User
Longtime User
Hi all.
I have a strange effect when I click on the tab "Quick Search", the program seems to freezes.
If i click on any other tabs work normally, but if i click on the tab "Qucik Search" i have this effect.
Any idea ?


 

MarcoRome

Expert
Licensed User
Longtime User
Hi thanks Erel for your answer.
If I select text and click ctrl + f. Work without problem. In today i will send you log.
Thank you again.
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
You are the second one who encountered this issue.

Can you enable the IDE logs and post them: https://www.b4x.com/android/forum/posts/50478/

What happens if you select some text and click on Ctrl + F ?

Hi Erel. In attachment log.zip, if you see you have this error:
B4A version: 6.30
.Net version: 4.0.30319.42000
Ini folder: C:\Users\PC-1\AppData\Roaming\Anywhere Software\Basic4android
B4XClassifer created
B4XErrorTagger created
B4XClassifer created
B4XErrorTagger created
Failed to get scroller
Failed to get scroller
Failed to get scroller
Gui: 1010
Failed to get scroller
*** no reuse ***
*** no reuse ***
Gui: 476
System.Xml.XmlException: Un nome non puĆ² iniziare con il carattere '=', valore esadecimale 0x3D. Riga 1, posizione 30.
in System.Xml.XmlTextReaderImpl.Throw(Exception e)
in System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
in System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
in System.Xml.XmlTextReaderImpl.ParseElement()
in System.Xml.XmlTextReaderImpl.ParseElementContent()
in System.Xml.XmlTextReaderImpl.Read()
in ActiproSoftware.Windows.Controls.SyntaxEditor.IntelliPrompt.Implementation.HtmlContentProvider.a(XmlReader A_0, String A_1, Span A_2)
in ActiproSoftware.Windows.Controls.SyntaxEditor.IntelliPrompt.Implementation.HtmlContentProvider.b(XmlReader A_0)
in ActiproSoftware.Windows.Controls.SyntaxEditor.IntelliPrompt.Implementation.HtmlContentProvider.a(XmlReader A_0)
in ActiproSoftware.Windows.Controls.SyntaxEditor.IntelliPrompt.Implementation.HtmlContentProvider.b(String A_0)
in ActiproSoftware.Windows.Controls.SyntaxEditor.IntelliPrompt.Implementation.HtmlContentProvider.GetContent()
in el.a(Int32 A_0)
in b4.get_Item(Int32 index)
in System.Windows.Data.ListCollectionView.InternalItemAt(Int32 index)
in System.Windows.Data.ListCollectionView.GetItemAt(Int32 index)
in System.Windows.Controls.ItemCollection.GetItemAt(Int32 index)
in System.Windows.Controls.ItemCollection.get_Item(Int32 index)
in System.Windows.Controls.VirtualizingStackPanel.MeasureOverrideImpl(Size constraint, Nullable`1& lastPageSafeOffset, List`1& previouslyMeasuredOffsets, Nullable`1& lastPagePixelSize, Boolean remeasure)
in System.Windows.Controls.VirtualizingStackPanel.MeasureOverride(Size constraint)
in System.Windows.FrameworkElement.MeasureCore(Size availableSize)
in System.Windows.UIElement.Measure(Size availableSize)
in System.Windows.ContextLayoutManager.UpdateLayout()
in System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
in System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
in System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
in System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
in System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
error showing popup.
......

Another details:

upload_2016-10-10_17-7-18.png


seem that you have a letter "u"...
Anyway when i select text + Ctrl + F work
Look this movie:


I have Windows 10 Enterprise if i try install ( .Net Framework 4.5.2 ) say me that this: ".Net Framework 4.5.2 or later version has already been installed."
 

Attachments

  • log.zip
    20.9 KB · Views: 304
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Hi all.
After this i search in internet the last .Net Framework and i have this result: 4.6.2
This is good also for Windows 10.
So after install this ( .Net Framework 4.6.2 ) and restart PC.
The problem is same.
In attachment log2.zip ( after installed Net 4.6.2 )
and movie:

 

Attachments

  • log2.zip
    27.4 KB · Views: 334
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
This is helpful. Thank you.

1. Please close the IDE.
2. Edit b4xv5.ini (C:\Users\H\AppData\Roaming\Anywhere Software\Basic4android)
3. You will see a list that looks like:
B4X:
NumberOfRecentSearches=15
RecentSearch1=ckvs_NewData
RecentSearch2=spwi
RecentSearch3=LocalizeLayout
RecentSearch4=setcon
RecentSearch5=DBCommand
RecentSearch6=sub
RecentSearch7=Test
RecentSearch8=StartActivity
RecentSearch9=Service_Create
RecentSearch10=Intent
RecentSearch11=StartingIntent
RecentSearch12=Service_Start
RecentSearch13=Service1
RecentSearch14=Service
RecentSearch15=er
Can you post it?

4. Delete all these items and it will start working.
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Hi Erel you here file in attachment.

I delete this:

RecentSearch19=<= 15

and all work. Is it possibile fix this ?
Thank you again and have nice day
 

Attachments

  • b4xV5.zip
    1.3 KB · Views: 287
Upvote 0

ilan

Expert
Licensed User
Longtime User
i just wanted to start a thread about b4a 6.3 freezing and i saw this thread.

i have the same issue. it is not happening always when i click on Quick Search but after a while of coding b4a start freezing and Quick Search look textfield looks weired
 
Upvote 0
Top