Subversion Repositories Projects

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 31
Line 23... Line 23...
23
   
23
   
24
    private BTSearcher bt_scanner;
24
    private BTSearcher bt_scanner;
25
    public MKCommunicator mk=null;
25
    public MKCommunicator mk=null;
26
    private MKStatistics mk_stat=null;
26
    private MKStatistics mk_stat=null;
27
    private MKParamsEditor params_editor=null;
-
 
-
 
27
    private MKParamsEditor params_editor=null;
Line 28... Line 28...
28
 
28
    private MKStatusVoice status_voice;
29
 
29
 
Line 205... Line 205...
205
 
205
 
Line 206... Line 206...
206
        root=_root;
206
        root=_root;
207
 
207
 
-
 
208
        bt_scanner = new BTSearcher();
-
 
209
        params_editor = new MKParamsEditor(this);
208
        bt_scanner = new BTSearcher();
210
 
209
        params_editor = new MKParamsEditor(this);
211
 
210
        mk = new MKCommunicator(root);
-
 
-
 
212
        mk = new MKCommunicator(root);
211
        mk_stat= new MKStatistics(mk);
213
        mk_stat= new MKStatistics(mk);
Line 212... Line 214...
212
 
214
        status_voice=new MKStatusVoice(mk);
213
        load_images();
215
        load_images();
Line 358... Line 360...
358
                try {
360
                try {
359
                    //rescan=false;
361
                    //rescan=false;
360
                    bg_offset--;
362
                    bg_offset--;
361
                    if (bg_offset==-bg_img.getWidth())
363
                    if (bg_offset==-bg_img.getWidth())
362
                        bg_offset=0;
364
                        bg_offset=0;
363
                    com.nokia.mid.ui.DeviceControl.setLights(0,100);
365
                    //com.nokia.mid.ui.DeviceControl.setLights(0,100);
364
                    //bt.tick();
366
                    //bt.tick();
365
                    // every state has sth to do in tick section
367
                    // every state has sth to do in tick section
366
                }
368
                }
367
                catch (Exception e)
369
                catch (Exception e)
368
                    {
370
                    {