Page 1 of 1
test2 for RESOURCE
Posted: Thu Aug 16, 2007 1:40 pm
by PaPi
Hi!
My testprogram res2_test.bas use 2xtwo facebutton objects:
fb1, fb2, fb3 and fb4.
For first 2 buttons I make pics as bmp-s, and for second 2 buttuns I make pics as resource files.
Bat the result has error: on the 4. button show up the 3. pic...
Why? What is my error?
Thanks.
PaPi
test2 for RESOURCE
Posted: Thu Aug 16, 2007 4:48 pm
by PaPi
Hi, my files in a zip file attached ...
PaPi
ps: sorry I see now this:
"NOTICE: If you had an attachment in your post, you will need to reselect the attachment again in the browse box for security reasons."
test2 for RESOURCE
Posted: Mon Aug 18, 2008 2:37 am
by TP911
1 year later and no response.
did you figure this out?
I am trying to get the coding for FnxDesigner to work but everything I have tested for Button and FaceButton fail.
Button1.BMPresource(0)="myres.res" == can not assign to function
Button1.BMPresource()="myres.res" == can not assign to function
Button1.BMPresource("myres.res") == FAILS and only 1 bmp in resource file
downloaded your example and it fails also.
Stupid FAILURE - highlights Line 23 Error 40 with "can not assign to function BMPresource(
but line 23 is Height=36 for FB4
BMPresource is on line 40
thanks
test2 for RESOURCE
Posted: Mon Aug 18, 2008 6:44 am
by PaPi
Hi, the solution in attachment : res2_test_files_new.zip .
There are the comment: `HERE: in source list 2 x ...
PaPi
ps: But there was answer for this problem in this forum in category "General Board" in topics "My problem with resource file(s)" on 08/26/07 az 08:32:59
test2 for RESOURCE
Posted: Mon Aug 18, 2008 9:22 pm
by TP911
[quote author=PaPi link=1187271637/0#3 date=1219041867]Hi, the solution in attachment : res2_test_files_new.zip .
There are the comment: `HERE: in source list 2 x ...
PaPi
ps: But there was answer for this problem in this forum in category "General Board" in topics "My problem with resource file(s)" on 08/26/07 az 08:32:59[/quote]
I did jump the gun a bit.
I found the other thread and files
BMP and Resource and working in, allows user to load file or build the Resource structure in the Declare part of FnxDesigner.
Thanks
test2 for RESOURCE
Posted: Tue Aug 19, 2008 11:13 am
by PaPi
TP911 write:
>I did jump the gun a bit.
>I found the other thread and files
My question:
Which thread this one? Where?
PaPi
test2 for RESOURCE
Posted: Fri Aug 22, 2008 4:16 am
by TP911
this one from you post here
==========
Hi, the solution in attachment : res2_test_files_new.zip .
There are the comment: `HERE: in source list 2 x ...
PaPi
ps: But there was answer for this problem in this forum in category "General Board" in topics "My problem with resource file(s)" on 08/26/07 az 08:32:59
==============
and from the zip you just posted