Problem with REDEFINE BTNBMP

Problem with REDEFINE BTNBMP

Postby Maurizio » Thu Apr 20, 2006 7:31 am

I have this error
Message non found TBTNBMP:CTOOLTIP

//----------------------------------------
#include "FWCE.ch"

function Main()

local oDlg, oFld, cValue ,oB
DEFINE DIALOG oDlg NAME 'TestFld'

REDEFINE FOLDER oFld ID 800 OF oDlg;
PROMPTS "One", "Two" ;
DIALOGS "sub1", "sub2"

REDEFINE COMBOBOX cValue ID 100 OF oFld:aDialogs[ 1 ] ;
ITEMS { "Red", "Green", "Blue" }

REDEFINE BUTTON ID 110 OF oFld:aDialogs[ 1 ] ACTION oFld:SetOption(2)

REDEFINE BTNBMP oB ID 111 OF oFld:aDialogs[2] ;
RESOURCE "users"
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT oFld:InitDialogs() // required to initialize the resources dialogs !

return nil
User avatar
Maurizio
 
Posts: 799
Joined: Mon Oct 10, 2005 1:29 pm

Postby Antonio Linares » Thu Apr 20, 2006 10:05 am

Maurizio,

We have just published a new FWPPC build that should solve it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41447
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Maurizio » Thu Apr 20, 2006 1:41 pm

Hello Antonio

now is ok , but ther are other problem .

The proprite RESNAME, FONT, PROMPT ecc. dont work .

Maurizio
User avatar
Maurizio
 
Posts: 799
Joined: Mon Oct 10, 2005 1:29 pm

Postby Antonio Linares » Thu Apr 20, 2006 4:19 pm

Maurizio,

Please provide a sample to reproduce the error. Thanks,
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41447
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Maurizio » Fri Apr 21, 2006 6:48 am

Now I solve
Thank
User avatar
Maurizio
 
Posts: 799
Joined: Mon Oct 10, 2005 1:29 pm


Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 1 guest

cron