test2 for RESOURCE

Here you can attach your files or example so others can use it, discussions needs to be done at the general board
Post Reply
PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

test2 for RESOURCE

Post: # 155Post PaPi
Thu Aug 16, 2007 1:40 pm

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

PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

test2 for RESOURCE

Post: # 156Post PaPi
Thu Aug 16, 2007 4:48 pm

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."

TP911
Posts: 36
Joined: Tue Nov 08, 2005 3:00 pm

test2 for RESOURCE

Post: # 157Post TP911
Mon Aug 18, 2008 2:37 am

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

PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

test2 for RESOURCE

Post: # 158Post PaPi
Mon Aug 18, 2008 6:44 am

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

TP911
Posts: 36
Joined: Tue Nov 08, 2005 3:00 pm

test2 for RESOURCE

Post: # 159Post TP911
Mon Aug 18, 2008 9:22 pm

[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

PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

test2 for RESOURCE

Post: # 160Post PaPi
Tue Aug 19, 2008 11:13 am

TP911 write:
>I did jump the gun a bit.
>I found the other thread and files

My question:
Which thread this one? Where?

PaPi

TP911
Posts: 36
Joined: Tue Nov 08, 2005 3:00 pm

test2 for RESOURCE

Post: # 161Post TP911
Fri Aug 22, 2008 4:16 am

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

Post Reply