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

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

Questions (Windows Mobile) Post any question regarding Basic4ppc.

SIP button

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-29-2008, 12:31 PM
Knows the basics
 
Join Date: Dec 2007
Posts: 76
Default SIP button

Hello all!
I noticed a strange behaviour on my device. Running an application with ImageButtons or ToolbarButtons, the soft SIP button on the device disappears when a MsgBox is invoked. The only way to display it again is to close the form or invoking a menu Item.
To better understand what I mean, please compile and run on the device the code in the ControEx|Toolbar|Overview.
Clicking any button, the soft SIP button disappears, invoking a menu Item it shows again.
Is it a misconfiguration of my device or a standard behaviour? In this case, is there any way to bypass the problem? (my form does not have any menu)

Many thanks,
Mimmo
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 02:49 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,733
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

It appears to be an OS problem which happens on some devices.
Reply With Quote
  #3 (permalink)  
Old 03-01-2008, 08:05 AM
Knows the basics
 
Join Date: Dec 2007
Posts: 76
Default



Thank you, Erel!
Reply With Quote
  #4 (permalink)  
Old 03-05-2008, 02:55 PM
Knows the basics
 
Join Date: Dec 2007
Posts: 76
Default

Hello all,

I just found a workaround to the problem using the dzHW.dll

1) Add a dzHw.New1 to the App_Start section
2) Whenever is needed to reactivate the SIP button call this sub

Sub CheckSIP
If dzHW.InputPanel=0 Then
dzHW.InputPanel = True
End If
End Sub

Good B4PPC to all!
Mimmo
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
how to put icon on button? Stellaferox Questions (Windows Mobile) 7 09-22-2008 05:06 PM
Hiding SIP button Byak@ Questions (Windows Mobile) 3 09-03-2008 01:10 PM
Toggle Button..? TWELVE Basic4ppc Wishlist 5 06-04-2008 05:43 AM
close button kavka Questions (Windows Mobile) 4 02-27-2008 09:29 AM
Image Button alfcen Questions (Windows Mobile) 6 10-18-2007 02:43 PM


All times are GMT. The time now is 08:54 AM.


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