weird. are you loading the image at all? im getting an error trying to load the image with what you have (it shows the correct path in the error...).
this:
+ Code Snippet#import_plugin FileExplore
File$ = FileExplore.GetCL()
F1$=GetStringToken( File$, "|", CountStringTokens(File$,"|") )
SetErrorMode(2)
SetWindowTitle( "Viewer Prototype" )
SetWindowSize( 1024, 768, 0 )
SetWindowAllowResize( 1 )
SetVirtualResolution( 1024, 768 )
SetOrientationAllowed( 1, 1, 1, 1 )
SetSyncRate( 30, 0 )
SetScissor( 0,0,0,0 )
UseNewDefaultFonts( 1 )
do
`LoadImage(Fileee$)
print(F1$)
If GetPointerPressed() then OpenBrowser(F1$)
`if GetPointerPressed() then LoadSprite("raw:" + F1$)
Sync()
loop
...[s]will send it to the browser but[/s] won't load it as a sprite.
i tried multiple variations of directory settings (AGK & FileExplore), even tried reading it byte by byte.
edit: not the
browser, to the Photos app (default image viewer) which, to me, says its just launching the file and letting windows decide how to open it. but, it obviously knows where the file it but can't load it as an image or otherwise (will launch just about any fiietype).