Search found 39 matches
- Sat Jul 15, 2017 8:43 pm
- Forum: Other topics
- Topic: Text Editing on a PC
- Replies: 0
- Views: 2010
- Flag:
Text Editing on a PC
I am not sure this this the right section for this post. Has somebody found a good and ROBUST way to edit SB code on a PC or a Mac ? Sometimes i edit the dropbox code, but you need to make all transfers, both ways... It is time consuming and relies on your strict attention not to make mistakes using...
- Fri May 12, 2017 12:56 pm
- Forum: Other topics
- Topic: confused passing array to a function
- Replies: 2
- Views: 1347
- Flag:
Re: confused passing array to a function
Okay thank you
- Thu May 11, 2017 4:28 pm
- Forum: Other topics
- Topic: confused passing array to a function
- Replies: 2
- Views: 1347
- Flag:
confused passing array to a function
When you pass a single dimension array to a function, it is OK. Now i intend to code a function dealing with a multi dimension one. dim pilcarmar(18) dim tascarmar(18,2) . . . call splitpile(pilcarmar,tascarmar) . . . def splitpile(pilori(),pilspl()) end def I receive the error message : Wrong numbe...
- Fri May 05, 2017 12:17 pm
- Forum: Other topics
- Topic: Batch or automate Dropbox exchanges ?
- Replies: 9
- Views: 2966
- Flag:
Re: Batch or automate Dropbox exchanges ?
@rbytes Would you be willing to pay for a major upgrade of smart Basic ? +1 Too often we expect developers to do their enhancements for free. Sure thing. I have had recent conversations with Sylwester Los, the creator of ArtStudio. I do not know anything about this tool, but If it close to photoshop...
- Thu May 04, 2017 8:50 pm
- Forum: Other topics
- Topic: Batch or automate Dropbox exchanges ?
- Replies: 9
- Views: 2966
- Flag:
Re: Batch or automate Dropbox exchanges ?
Oh yes this would have been terrific !
BTW do you happen to know if M. Kibernetik plans to support SB across news IOS releases ?
I am hesitating on investing a lot of time in SB coding and wander.
BTW do you happen to know if M. Kibernetik plans to support SB across news IOS releases ?
I am hesitating on investing a lot of time in SB coding and wander.
- Thu May 04, 2017 8:45 pm
- Forum: Other topics
- Topic: Batch or automate Dropbox exchanges ?
- Replies: 9
- Views: 2966
- Flag:
Re: Batch or automate Dropbox exchanges ?
Thank you for your return
I was so stupid i did not think about copy and pasting whole folders of files...
I was so stupid i did not think about copy and pasting whole folders of files...
- Thu May 04, 2017 10:27 am
- Forum: Other topics
- Topic: Batch or automate Dropbox exchanges ?
- Replies: 9
- Views: 2966
- Flag:
Batch or automate Dropbox exchanges ?
Hi everyone !
Is there a way or a workaround to batch or automatize saving to dropbox or dropbox exchanges ?
Is there a way or a workaround to batch or automatize saving to dropbox or dropbox exchanges ?
- Wed Apr 12, 2017 3:15 pm
- Forum: Other topics
- Topic: How to place a sprite at coordinates ?
- Replies: 5
- Views: 1899
- Flag:
Re: How to place a sprite at coordinates ?
"
I find SCALE very useful to set the Sprite size for different devices, and in a loop you can smoothly grow or shrink the size
"
Oh yes !
I find SCALE very useful to set the Sprite size for different devices, and in a loop you can smoothly grow or shrink the size
"
Oh yes !
- Wed Apr 12, 2017 9:34 am
- Forum: Other topics
- Topic: How to place a sprite at coordinates ?
- Replies: 5
- Views: 1899
- Flag:
Re: How to place a sprite at coordinates ?
Thank you. It was because i once decided not to 'enter' into the sprites usage, since i estimated it was hard to master, and not serving my purpose. So when i went browsing the manual about sprites, my eye preview the commands and the ones finishing with SCALEs ANGLEs and FLIPs made me run ! It is o...
- Tue Apr 11, 2017 2:42 pm
- Forum: Other topics
- Topic: How to place a sprite at coordinates ?
- Replies: 5
- Views: 1899
- Flag:
How to place a sprite at coordinates ?
Hello, i am new to sprites. i did not find in the doc within the app how to position a sprite. The sprites i intend to use are there only to display images files, no other usage. When i issue the commands: sprite NS$ load "MyFile.png" sprite show The sprite displays at 0,0 This is okay and i underst...