Search found 14 matches
- Mon Jan 12, 2009 10:44 am
- Forum: Internet
- Topic: Can't get revBrowserOpen to work
- Replies: 3
- Views: 5743
I am also having problems with using the 'browser". A very simple script I made some time ago to display a local pdf file does not work now. The Browser Sample in the tutorials is not working- it will not display data for me although it looks as though the data has downloaded. I downloaded a fresh ...
- Mon Sep 29, 2008 7:43 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: revbrowser & graphic
- Replies: 8
- Views: 8158
- Mon Jul 21, 2008 12:49 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: revbrowser & graphic
- Replies: 8
- Views: 8158
I have no real expertise in programming, which can sometimes be an advantage. I just try things to see if they work without knowing or worrying about some complexities.
The RealBasic HTMLViewer seems to behave for what I am trying to do. I do not know why that is.
Gyroscope is partly correct. I do ...
The RealBasic HTMLViewer seems to behave for what I am trying to do. I do not know why that is.
Gyroscope is partly correct. I do ...
- Sun Jul 20, 2008 12:00 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: revbrowser & graphic
- Replies: 8
- Views: 8158
- Sun Jul 20, 2008 4:53 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: revbrowser & graphic
- Replies: 8
- Views: 8158
revbrowser & graphic
I want to have a line follow the cursor. No problem. Simple with only one line of code.
I also want the line to move over a revBrowser object that has had a pdf loaded. Problems-
1) The revBrowser object always seems to be "on top" and the graphic (ie the line) will not display over the browser.
2 ...
I also want the line to move over a revBrowser object that has had a pdf loaded. Problems-
1) The revBrowser object always seems to be "on top" and the graphic (ie the line) will not display over the browser.
2 ...
- Mon Jan 21, 2008 12:27 pm
- Forum: Databases
- Topic: control sqlite via shell
- Replies: 6
- Views: 8064
- Sun Jan 20, 2008 11:31 am
- Forum: Databases
- Topic: control sqlite via shell
- Replies: 6
- Views: 8064
- Sat Jan 19, 2008 12:22 pm
- Forum: Databases
- Topic: control sqlite via shell
- Replies: 6
- Views: 8064
- Sat Jan 19, 2008 9:14 am
- Forum: Databases
- Topic: control sqlite via shell
- Replies: 6
- Views: 8064
control sqlite via shell
I am experimenting with the sqlite shell via Revolution with some success. I want to select files from a database. The command
sqlite3 testxx.db "select * from test"
at the shell gives the desired result.
I am using 2 identical databases testxx & testxx2 so that I know which one I am referring ...
sqlite3 testxx.db "select * from test"
at the shell gives the desired result.
I am using 2 identical databases testxx & testxx2 so that I know which one I am referring ...
- Wed Oct 24, 2007 8:06 am
- Forum: Databases
- Topic: insert file into sqlite db
- Replies: 4
- Views: 9522
- Mon Oct 22, 2007 2:26 pm
- Forum: Databases
- Topic: insert file into sqlite db
- Replies: 4
- Views: 9522
- Mon Oct 22, 2007 11:41 am
- Forum: Databases
- Topic: insert file into sqlite db
- Replies: 4
- Views: 9522
insert file into sqlite db
I want to directly insert files of any type into a sqlite db. I have used various bits of information available on the forums etc, but no success.
If I insert a simple, small text file then it looks intact in the database. I cannot extract it intact- if I retrieve it from the database it is ...
If I insert a simple, small text file then it looks intact in the database. I cannot extract it intact- if I retrieve it from the database it is ...
- Sat Apr 14, 2007 6:47 am
- Forum: Databases
- Topic: GUID generation
- Replies: 3
- Views: 8240
- Fri Apr 13, 2007 2:48 pm
- Forum: Databases
- Topic: GUID generation
- Replies: 3
- Views: 8240
GUID generation
Can I please ask if anyone has any advice regarding generation of GUIDs for a cross platform database project? Thank you.