Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Basic4ppc Wishlist > Bug Reports
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Bug Reports Post about errors or bugs encountered.

ListBox GotFocus / LostFocus are broken in v6.90

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-01-2010, 05:55 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,714
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default ListBox GotFocus / LostFocus are broken in v6.90

There is a bug in v6.9 that breaks these events in the IDE.
The current workaround is to use the Door library to attach these events.

The code required is (code is attached):
Code:
Sub App_Start
    Form1.Show
    object1.New1(
False)
    object1.FromControl(
"listbox1")
    GotFocusEvent.New1(object1.Value, 
"GotFocus")
    LostFocusEvent.New1(Object1.Value, 
"LostFocus")
End Sub
Sub GotFocusEvent_NewEvent
    form1.Text = 
"listbox gotfocus"
End Sub
Sub LostFocusEvent_NewEvent
    form1.Text = 
"listbox lostfocus"
End Sub
A fix will be available in the next update.
Please contact me at erel@basic4ppc.com if you need a fixed version immediately.
Attached Files
File Type: sbp ListBox_Focus.sbp (961 Bytes, 4 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem With listbox jothis Questions (Windows Mobile) 3 04-25-2010 09:33 PM
ListBox aru Questions (Windows Mobile) 5 03-11-2010 03:49 PM
ListBox and ComboBox klaus Beta Versions 2 02-28-2010 08:48 PM
Strange GotFocus Event HARRY Questions (Windows Mobile) 1 02-23-2010 11:21 AM
Problem with GotFocus and Shell epsharp Questions (Windows Mobile) 2 05-04-2009 04:14 PM


All times are GMT. The time now is 03:55 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0