Giter VIP home page Giter VIP logo

Comments (18)

VDS13 avatar VDS13 commented on July 28, 2024

@wowbae, #7

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

nope, i cant pick time because "calendar is not defined"

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

the same problem like #7 yes, but i cant solve :(

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

image

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

@VDS13 Дмитрий, кажется вы тоже понимаете русский :) сможете помочь? или направить где искать ответ 🙏🏼

from telegram-inline-calendar.

VDS13 avatar VDS13 commented on July 28, 2024

@wowbae, А можете показать кусок кода с созданием экземпляра класса календаря?

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

image
календарь создается, но выбрать ничего не дает

from telegram-inline-calendar.

VDS13 avatar VDS13 commented on July 28, 2024

@wowbae, а можно ещё кусок с "callback_query:data"

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

image

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

в ответ на кнопки сейчас ничего не происходит

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

image
вот тут undefined почему-то дает при нажатии на день в календаре, хотя calendar в виде объекта получает нормально

from telegram-inline-calendar.

VDS13 avatar VDS13 commented on July 28, 2024

image вот тут undefined почему-то дает при нажатии на день в календаре, хотя calendar в виде объекта получает нормально

У вас calendar.chats.get(ctx.chat.id) в экземпляре класса из функции createEvent, при этом вы создаёте ещё один экземпляр в функции keyboardListener, два экземпляра между собой не связаны.
Как один из вариантов, можете в функции передавать помимо ctx ещё и экземпляр класса.

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

спасибо большое, поправил! подскажите еще пожалуйста, после выбора времени его можно получить в переменную? не нашел метода в документации

from telegram-inline-calendar.

VDS13 avatar VDS13 commented on July 28, 2024

спасибо большое, поправил! подскажите еще пожалуйста, после выбора времени его можно получить в переменную? не нашел метода в документации

if (ctx.msg.message_id == calendar.chats.get(ctx.chat.id)) {
     var res = calendar.clickButtonCalendar(ctx); ///возвращает в формате "string" дату-время или "-1"
}

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

image
-1 при нажатии на день, и дату при нажатии на время, где то ошибка?

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

image
здесь вывожу

from telegram-inline-calendar.

VDS13 avatar VDS13 commented on July 28, 2024

В date_format укажите в каком формате будет возвращаться результат calendar.clickButtonCalendar(ctx).
Судя по логу, у вас сейчас указан DD-MM-YYYY.
Попробуйте, допустим, DD-MM-YYYY HH:mm

from telegram-inline-calendar.

wowbae avatar wowbae commented on July 28, 2024

получилось, спасибо большое!

from telegram-inline-calendar.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.