Custom Query (518 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 518)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#12 fixed Add unlock to toolbars Gregg Young Gregg Young
Description

New icon is needed for adding unlock to toolbars

#13 fixed Place drive letters over bitmaps in drive bar Gregg Young Gregg Young
Description

What you need to do is draw the bitmap and then draw the text using GpiCharStringAt?() using a raster op that give a transparent background. Take a look at datamin.c near line 887. Everything you need is pretty much there for cutting and pasting. To see what it looks like, look at the databar.

#20 fixed Use TMP directory for FM2 temp files Gregg Young Gregg Young
Description

Currently FM/2 creates works files in the current directory. This make it difficult to run FM/2 from a CD or other non-writable media. The solution is to use %TMP% to store these files.

The startup code should probably ensure that the selected directory is actually writable.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.