![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
|||
|
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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Close(ok) Button | TWELVE | Questions & Help Needed | 10 | 06-08-2008 03:41 PM |
| Toggle Button..? | TWELVE | Basic4ppc Wishlist | 5 | 06-04-2008 05:43 AM |
| close button | kavka | Questions & Help Needed | 4 | 02-27-2008 09:29 AM |
| Image Button | alfcen | Questions & Help Needed | 6 | 10-18-2007 02:43 PM |
| Image Button images | Nkieto | Questions & Help Needed | 1 | 05-01-2007 02:55 PM |