GuideMe (TeaseMe v2.0) - Current Build 0.4.4
Moderator: 1885
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Oh, that's great. I had just sort of accepted that this wasn't possible with the current version (guess I overlooked the overrRide.leftHtml() function). But I can see now that it is with a bit of work figuring out the details of the css. I've only looked briefly at your code, but it' seems nicely structured and well documented enough to be easy to use as a starting point. Thank you for sharing your insight, PG, much appreciated. 
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
You can also set it using guide.setLeftHtml or guide.setLeftBodyspirit wrote: Tue May 15, 2018 8:15 pm Oh, that's great. I had just sort of accepted that this wasn't possible with the current version (guess I overlooked the overrRide.leftHtml() function). But I can see now that it is with a bit of work figuring out the details of the css. I've only looked briefly at your code, but it' seems nicely structured and well documented enough to be easy to use as a starting point. Thank you for sharing your insight, PG, much appreciated.![]()
If you want to set it on page load, then use override.
If you want to set it anywhere else in javascript then use guide (e.g. to change the left pane using a delay or button press)
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Bug report
Hi Philo,
I ran across a little bug today. Using Guideme 3.6 (I'm pretty sure it's the latest build).
**Edit** I noticed your post of version 3.7 after and downloaded and tried it but same result.
If I use a delay like
and pages like
It does not work as expected. The intent is if flag EasyMode is set page 21 will always select 21-2, otherwise it will always select 21-1. What I get is random. The relevant log entries are shown below. You can clearly see it says both 21-1 and 21-2 are allowed, when only 21-2 should be.
If I use this instead it works as expected, so at least I have a workaround though.
I've attached a zip file containing a simple demo of the issue.
Other than that 3.6 seems pretty solid.
Thanks,
PG
I ran across a little bug today. Using Guideme 3.6 (I'm pretty sure it's the latest build).
**Edit** I noticed your post of version 3.7 after and downloaded and tried it but same result.
If I use a delay like
Code: Select all
<Delay seconds="0" target="21-(1..2)" />Code: Select all
<Page id="21-1" if-not-set="EasyMode">
page stuff
</Page>
<Page id="21-2" if-set="EasyMode">
page stuff
</Page
Code: Select all
2018-05-19T17:09:03,616 TRACE MainShell - Exit DynamicButtonListner
2018-05-19T17:09:03,629 DEBUG MainLogic - displayPage PagePassed 21-(1..2)
2018-05-19T17:09:03,629 DEBUG MainLogic - displayPage Flags EasyMode
2018-05-19T17:09:03,630 TRACE MetronomePlayer - MetronomePlayer Stop
2018-05-19T17:09:03,630 DEBUG MainShell - MainShell stopVideo null
2018-05-19T17:09:03,630 DEBUG MainLogic - displayPage Random Page Min 1 Max 2 Pre 21- strPost
2018-05-19T17:09:03,630 DEBUG MainLogic - displayPage PageAllowed 21-1 Yes
2018-05-19T17:09:03,630 DEBUG MainLogic - displayPage PageAllowed 21-2 Yes
2018-05-19T17:09:03,630 DEBUG MainLogic - random number between 0 and 1 generates 0
2018-05-19T17:09:03,630 DEBUG MainLogic - displayPage PageChosen 21-1
Code: Select all
<Page id="22"> <!-- Works as expected -->
<Delay seconds="0" target="21-2" if-set="EasyMode" />
<Delay seconds="0" target="21-1" if-not-set="EasyMode" />
</Page>
Other than that 3.6 seems pretty solid.
Thanks,
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Bug report
I haven't (to my knowledge) changed any code around that recently, so I suspect that is a bug that has been around for a while.PlayfulGuy wrote: Sat May 19, 2018 11:27 pm Hi Philo,
I ran across a little bug today. Using Guideme 3.6 (I'm pretty sure it's the latest build).
**Edit** I noticed your post of version 3.7 after and downloaded and tried it but same result.
If I use a delay likeand pages likeCode: Select all
<Delay seconds="0" target="21-(1..2)" />It does not work as expected. The intent is if flag EasyMode is set page 21 will always select 21-2, otherwise it will always select 21-1. What I get is random. The relevant log entries are shown below. You can clearly see it says both 21-1 and 21-2 are allowed, when only 21-2 should be.Code: Select all
<Page id="21-1" if-not-set="EasyMode"> page stuff </Page> <Page id="21-2" if-set="EasyMode"> page stuff </Page
Other than that 3.6 seems pretty solid.
Thanks,
PG
I will have a look when I get a chance
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Debug Window in 3.7
In Guideme 3.6 and earlier you could press Alt-D to bring up the debug window to jump to specific pages or alter variables and flags. In 3.7 Alt-D now just opens the applications Debug menu.
How do I get to that debug window? I use this all the time for testing and can't find the proper key sequence.
PG
How do I get to that debug window? I use this all the time for testing and can't find the proper key sequence.
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Debug Window in 3.7
Sorry my fault, I was getting the alt key for menus working.PlayfulGuy wrote: Sun May 20, 2018 3:39 pm In Guideme 3.6 and earlier you could press Alt-D to bring up the debug window to jump to specific pages or alter variables and flags. In 3.7 Alt-D now just opens the applications Debug menu.
How do I get to that debug window? I use this all the time for testing and can't find the proper key sequence.
PG
Accidentally set the debug menu to alt d
Edit the DisplayBundle.properties file
it is the
MainDebug = &Debug
remove the & or move it before a letter other than D
That will change the key used to select the debug menu.
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Bug report
Found the bug, must have been there a while.philo wrote: Sun May 20, 2018 12:12 pmI haven't (to my knowledge) changed any code around that recently, so I suspect that is a bug that has been around for a while.PlayfulGuy wrote: Sat May 19, 2018 11:27 pm Hi Philo,
I ran across a little bug today. Using Guideme 3.6 (I'm pretty sure it's the latest build).
**Edit** I noticed your post of version 3.7 after and downloaded and tried it but same result.
If I use a delay likeand pages likeCode: Select all
<Delay seconds="0" target="21-(1..2)" />It does not work as expected. The intent is if flag EasyMode is set page 21 will always select 21-2, otherwise it will always select 21-1. What I get is random. The relevant log entries are shown below. You can clearly see it says both 21-1 and 21-2 are allowed, when only 21-2 should be.Code: Select all
<Page id="21-1" if-not-set="EasyMode"> page stuff </Page> <Page id="21-2" if-set="EasyMode"> page stuff </Page
Other than that 3.6 seems pretty solid.
Thanks,
PG
I will have a look when I get a chance
It is fixed now, so will be in the next release.
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
-
JerryLee06
- Explorer

- Posts: 22
- Joined: Sat Oct 28, 2017 4:31 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Hi Philo,
I think I have followed your instructions, but the "Importer" don`t work correct.
I still have a problem. The Importer now downloads the script and the images,
but NOT the audio files!
Is that normal?
Thx for your help.
I think I have followed your instructions, but the "Importer" don`t work correct.
I still have a problem. The Importer now downloads the script and the images,
but NOT the audio files!
Is that normal?
Thx for your help.
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Can you let me know a tease that isn't downloading the audio and I will have a look.JerryLee06 wrote: Sat Jun 02, 2018 7:38 am Hi Philo,
I think I have followed your instructions, but the "Importer" don`t work correct.
I still have a problem. The Importer now downloads the script and the images,
but NOT the audio files!
Is that normal?
Thx for your help.
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
-
JerryLee06
- Explorer

- Posts: 22
- Joined: Sat Oct 28, 2017 4:31 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Hi Philo,
Magicians-of-Pleasure
the mp3 files will not be downloaded
I know that this files are just the metronome files, but with the other flash teases it is the same.
Magicians-of-Pleasure
the mp3 files will not be downloaded
I know that this files are just the metronome files, but with the other flash teases it is the same.
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
New version of the download jar file that should download sound filesJerryLee06 wrote: Sat Jun 02, 2018 9:44 am Hi Philo,
Magicians-of-Pleasure
the mp3 files will not be downloaded
I know that this files are just the metronome files, but with the other flash teases it is the same.
https://mega.nz/#!gFIRGA4Q!PDdl7WaRYpFf ... MuIvxhIe78
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
That worked great...thanks!!philo wrote: Sat Jun 02, 2018 11:09 amNew version of the download jar file that should download sound filesJerryLee06 wrote: Sat Jun 02, 2018 9:44 am Hi Philo,
Magicians-of-Pleasure
the mp3 files will not be downloaded
I know that this files are just the metronome files, but with the other flash teases it is the same.
https://mega.nz/#!gFIRGA4Q!PDdl7WaRYpFf ... MuIvxhIe78
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
strange... i can't edit the start post of the thread anymore... i get everytime a "you have been blocked" message
Try GuideMe to play Milovana Teases offline or create your own offline teases with highres images and videos...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
There has been some sort of security implemented that tries to block code injection attacks but it tends to overblock.d3vi0n wrote: Sat Jun 09, 2018 9:07 pm strange... i can't edit the start post of the thread anymore... i get everytime a "you have been blocked" message
Anything that looks like it might be sql tends to get blocked so words like update, delete, insert, drop can trigger it.
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
- avatarbr
- Experimentor

- Posts: 1239
- Joined: Fri Aug 18, 2006 3:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
In my case, I needed to remove all the " and ' (I replaced with *).philo wrote: Sun Jun 10, 2018 6:57 amThere has been some sort of security implemented that tries to block code injection attacks but it tends to overblock.d3vi0n wrote: Sat Jun 09, 2018 9:07 pm strange... i can't edit the start post of the thread anymore... i get everytime a "you have been blocked" message
Anything that looks like it might be sql tends to get blocked so words like update, delete, insert, drop can trigger it.
