| View previous topic :: View next topic |
| Author |
Message |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sat Feb 09, 2008 8:01 am Post subject: Sub folder |
|
|
Can i load bitmap from sub folder without having target line...  |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Sat Feb 09, 2008 10:45 pm Post subject: |
|
|
I don't think so. But you always have acess to your base path with
@path(%0) _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sun Feb 10, 2008 8:39 am Post subject: |
|
|
| Or how can i create DSR file... |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Feb 10, 2008 5:58 pm Post subject: |
|
|
You probably allready tried:
DIRECTORY CHANGE,<target folder> |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sun Feb 10, 2008 6:54 pm Post subject: |
|
|
The problem is that i have alot 16x16 bitmaps for menu icon...
How to store this files...
Some time back was Alloy ? for creating source files...  |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Feb 10, 2008 7:05 pm Post subject: |
|
|
Not sure if this helps:
Awhile back I found if you place the folder names in variable between the commas you can change the #resource path on the fly.
I've also seen a couple DSR loading programs here somewhere, I think.
I dont know much more than that, sorry... |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sun Feb 10, 2008 7:51 pm Post subject: |
|
|
| On the fly "example please" |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Feb 10, 2008 8:00 pm Post subject: |
|
|
I think this works on loading #RESOURCE:
| Code: | %f = test
%i = testico.bmp
#RESOURCE ADD,BITMAP,C:\%f\%i,TESTico |
|
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sun Feb 10, 2008 8:07 pm Post subject: |
|
|
%i = testico.bmp
#RESOURCE ADD,BITMAP,%i,TESTico
So " TESTico " is folder name...?
You live in US can you test download speed from my web site...
http://pristyutils.freehost386.com/ |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Feb 10, 2008 8:29 pm Post subject: |
|
|
TESTico is just the handle for the ico, like using 1
Normally it would look like below:
| Code: | #RESOURCE ADD,BITMAP,C:\test\testico.bmp,TESTico
LIST add,L1,test|#TESTico |
I went to your website, it loaded real fast.
And I have the worst dialup connection in the world
So that means you most likely have a super fast loading page, great job filip |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sun Feb 10, 2008 8:55 pm Post subject: |
|
|
Superfast yeah write...
Sorry about your line...what about zip download but what's the point if you have analog modem...  |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Mon Feb 11, 2008 7:16 am Post subject: |
|
|
I solved the problem,,,from registry uninstall i get installation directory  |
|
| Back to top |
|
 |
|