Search found 40 matches

by hoburne
Fri Oct 14, 2011 8:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] WORDLIB
Replies: 11
Views: 8094

Re: WORDLIB - Doesnt seem to work?

Hi klaus,
Thanks for the advice. I have contacted both, no replies yet but will post any response I get.
Thank.
by hoburne
Thu Oct 13, 2011 3:56 pm
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18231

Re: examples on how to show volumes/folder structure in rTree

hi again! Sorry to be a pain, i'm sure doing something wrong! The tree is working perfectly, except I need to have the top level (node 1 as I understand it) expanded when it loads. So that I can see the Folder structure without any clicks... Here's the code I am using: dispatch "delete_nodeData" to ...
by hoburne
Thu Oct 13, 2011 12:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] WORDLIB
Replies: 11
Views: 8094

Re: WORDLIB - Doesnt seem to work?

Update: Still not entirley working but im getting closer i think. I have changed the code to: on nodeUp theButton theNodeID theTreeID get the sourcePath_of_node_ID_[theNodeID] of me put it into theFile #Load contents of file into variable put htmlTextOfDocument (theFile) into theImport if item 1 of ...
by hoburne
Thu Oct 13, 2011 11:16 am
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18231

Re: examples on how to show volumes/folder structure in rTree

Perfect - thanks. Although I couldn't find any info on sourcePath in the Workbench - got it to work.

Just need to get the top node to expand as it renders then its done.
I assume this looks correct:

Code: Select all

set the expanded_of_node_ID_[1] of control "Tree 1318406276929" to true
Thanks again.
by hoburne
Thu Oct 13, 2011 10:06 am
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18231

Re: examples on how to show volumes/folder structure in rTree

Morning, Is there a way to pass the full system path of a file when you click on a node? My rTree is displaying the Word documents (instruction sheets) inside a specified folder - this part works great. When you click a node the 'label' is passed to wordlib for displaying... also works (sort of!) Bu...
by hoburne
Wed Oct 12, 2011 1:31 pm
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18231

Re: examples on how to show volumes/folder structure in rTree

Thanks Mats,
That works really well :)

Thanks.
by hoburne
Wed Oct 12, 2011 11:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] WORDLIB
Replies: 11
Views: 8094

[SOLVED] WORDLIB

Hi, I have a couple of questions regarding WORDLIB:- 1) I have purchased the plugin via the runrev store and got a license key, Where do I use this to register? 2) I am able to use the following to open a word document, however it doesnt keep any of the document formating - it seems like wordlib isn...
by hoburne
Tue Oct 11, 2011 8:09 pm
Forum: rTree
Topic: examples on how to show volumes/folder structure in rTree
Replies: 12
Views: 18231

Re: examples on how to show volumes/folder structure in rTree

Hi,

I found your post and example really helpful - can you point me in the right direction to amend this to show only the "My Documents" folder or specific path?

Thanks in advance!
by hoburne
Tue Oct 04, 2011 1:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Date calculations...
Replies: 5
Views: 3246

Re: Date calculations...

Thanks SparkOut and Dixie. Very helpful both work perfectly. Really helped my understanding of date manipulation :)
by hoburne
Tue Oct 04, 2011 11:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Date calculations...
Replies: 5
Views: 3246

Date calculations...

Hi, I am new to livecode, (also a little hungover which isnt helping) and I am trying to write a function to return the date in seconds of the start of this week (closest monday just gone) and end of the week (next sunday) based on todays date. I dont know where to start - perhaps coffee and headach...

Go to advanced search