![]() |
|
|||||||
| 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 |
|
|||
|
Hi,
I made a project, it works fine in the desktop. when the setup file is created and installed in the device, it behaves differently. Example: In the application selection of future date in the 1st tabpage freezes other tabpages and the controls as well. it works fine in the desktop. code : Sub tbc2_selectionchanged(Index,"") 'sub for Freezing all other tabpages except the 1st tabpage. If tbc2.selectedindex > 0 AND hh=1 Then tbc2.selectedindex=0 End If End Sub here hh=1, means future date selected. any suggestions ? regards |
|
||||
|
We need a LOT more detail than this to even start to help. Have you optimised compiled the code? That compiler is very fussy and may show where a problem lies. If it gets through the optimising compiler and still misbehaves you need to remove bits from your code until the problem goes away. That will give you some idea of where the problem lies. If you can't then find the problem post the smallest bit of code you can make that shows the problem.
|
![]() |
| 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 |
| Application runs Full screen on device but no keyboard | mozaharul | Questions & Help Needed | 2 | 08-14-2008 11:44 AM |
| Application behaves differently in PPC | mozaharul | Questions & Help Needed | 3 | 07-31-2008 04:22 AM |
| Tab control behaves differently on device than desktop | AHeroMenKill | Questions & Help Needed | 2 | 06-24-2008 11:46 AM |
| How to identify each pocketpc differently | hung | Questions & Help Needed | 3 | 07-24-2007 11:05 AM |
| DB Application | scott93727 | Share Your Creations | 0 | 05-02-2007 06:24 AM |